# -*- encoding: utf-8 -*- # stub: yummly 0.0.7 ruby lib Gem::Specification.new do |s| s.name = "yummly".freeze s.version = "0.0.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Theo Mills".freeze] s.date = "2013-05-27" s.description = "Ruby wrapper to the Yummly API".freeze s.email = ["twmills@twmills.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/yummly.rb".freeze, "lib/yummly/api.rb".freeze, "lib/yummly/configuration.rb".freeze, "lib/yummly/connection.rb".freeze, "lib/yummly/flavor.rb".freeze, "lib/yummly/image.rb".freeze, "lib/yummly/nutrition_estimate.rb".freeze, "lib/yummly/recipe.rb".freeze, "lib/yummly/source.rb".freeze, "lib/yummly/unit.rb".freeze, "lib/yummly/version.rb".freeze, "spec/configuration_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/yummly_spec.rb".freeze, "yummly.gemspec".freeze] s.homepage = "https://github.com/twmills/yummly".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper to the Yummly API".freeze s.test_files = ["spec/configuration_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/yummly_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.8.7".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end