hentry_consumer.gemspec in hentry_consumer-0.5.3 vs hentry_consumer.gemspec in hentry_consumer-0.6.0
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |gem|
gem.name = "hentry_consumer"
gem.version = HentryConsumer::VERSION
gem.authors = ["Bookis Smuin", "Jessica Lynn Suttles"]
gem.email = ["vegan.bookis@gmail.com", "jlsuttles@gmail.com"]
- gem.description = %q{A hATOM feed parser}
- gem.summary = %q{Takes in HTML containing an h-feed classed element and returns serialized data based on the Microformat 2 hEntry specs}
+ gem.description = %q{A microformats 2 h-entry parser}
+ gem.summary = %q{Parses HTML containing one or more h-entry elements and returns serialized data based on the microformat 2 spec}
gem.homepage = "https://github.com/G5/hentry_consumer"
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)/})