hentry_consumer.gemspec in hentry_consumer-0.1.0 vs hentry_consumer.gemspec in hentry_consumer-0.1.1

- old
+ new

@@ -8,10 +8,10 @@ gem.version = HentryConsumer::VERSION gem.authors = ["Bookis Smuin"] gem.email = ["vegan.bookis@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.homepage = "" + 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)/}) gem.require_paths = ["lib"]