yummly.gemspec in yummly-0.0.11 vs yummly.gemspec in yummly-0.0.12
- old
+ new
@@ -7,17 +7,17 @@
gem.name = "yummly"
gem.version = Yummly::VERSION
gem.authors = ["Theo Mills"]
gem.email = ["twmills@twmills.com"]
gem.description = %q{Ruby wrapper to the Yummly API}
- gem.summary = %q{Ruby wrapper to the Yummly API}
+ gem.summary = "This is the unofficial ruby wrapper to the Yummly API, \"the world's largest and most powerful recipe search site\""
gem.homepage = "https://github.com/twmills/yummly"
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"]
gem.add_dependency('faraday', '>= 0.8.7')
- gem.add_dependency('rack', "~> 1.5.2")
+ gem.add_dependency('rack', "~> 1.4.5")
gem.add_dependency('json', "~> 1.8.0")
gem.add_development_dependency "rspec"
end