adds gem description, summary, and homepage
This commit is contained in:
parent
f968a7ba0c
commit
52c5e686f8
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
|
|||
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.description = %q{parses HTML for microformats and return a collection of dynamically defined Ruby objects}
|
||||
gem.summary = %q{microformats2 parser}
|
||||
gem.homepage = "https://github.com/G5/microformats2"
|
||||
|
||||
gem.files = `git ls-files`.split($/)
|
||||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue