initial commit
This commit is contained in:
parent
93cfc9ae94
commit
05ec5276fd
8 changed files with 123 additions and 4 deletions
19
microformats2.gemspec
Normal file
19
microformats2.gemspec
Normal file
|
@ -0,0 +1,19 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
lib = File.expand_path('../lib', __FILE__)
|
||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||
require 'microformats2/version'
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.name = "microformats2"
|
||||
gem.version = Microformats2::VERSION
|
||||
gem.authors = ["Jessica Lynn Suttles"]
|
||||
gem.email = ["jlsuttles@gmail.com"]
|
||||
gem.description = %q{TODO: Write a gem description}
|
||||
gem.summary = %q{TODO: Write a gem summary}
|
||||
gem.homepage = ""
|
||||
|
||||
gem.files = `git ls-files`.split($/)
|
||||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
||||
gem.require_paths = ["lib"]
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue