# -*- encoding: utf-8 -*- # stub: app_store 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "app_store".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Fabien Jakimowicz".freeze] s.date = "2009-11-06" s.description = "AppStore allows you to fetch informations about applications (title, description, size, reviews, ...), make searches, go through categories ...".freeze s.email = "fabien@jakimowicz.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/app_store.rb".freeze, "lib/app_store/application.rb".freeze, "lib/app_store/artwork.rb".freeze, "lib/app_store/base.rb".freeze, "lib/app_store/caller.rb".freeze, "lib/app_store/category.rb".freeze, "lib/app_store/company.rb".freeze, "lib/app_store/helper.rb".freeze, "lib/app_store/helpers/plist.rb".freeze, "lib/app_store/image.rb".freeze, "lib/app_store/link.rb".freeze, "lib/app_store/list.rb".freeze, "lib/app_store/user_review.rb".freeze, "test/application_test.rb".freeze, "test/artwork_test.rb".freeze, "test/base_test.rb".freeze, "test/caller_test.rb".freeze, "test/image_test.rb".freeze, "test/output.txt".freeze, "test/plist_test.rb".freeze, "test/raw_answers/application_284417350.txt".freeze, "test/raw_answers/application_289616509.txt".freeze, "test/raw_answers/application_300719251.txt".freeze, "test/raw_answers/application_316771002.txt".freeze, "test/raw_answers/application_not_found.txt".freeze, "test/raw_answers/search_remote.txt".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/jakimowicz/app_store".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "AppStore is an unofficial implementation of the Apple AppStore API".freeze s.test_files = ["test/application_test.rb".freeze, "test/artwork_test.rb".freeze, "test/base_test.rb".freeze, "test/caller_test.rb".freeze, "test/image_test.rb".freeze, "test/plist_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end