# -*- encoding: utf-8 -*- # stub: stew 0.6.0 ruby lib Gem::Specification.new do |s| s.name = "stew".freeze s.version = "0.6.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Magnus Skog".freeze] s.date = "2013-04-25" s.description = "Accesses the Steam Community API as well as the Store. Can show games for profiles as well as parsed HTML data for applications and sales".freeze s.email = ["magnus.m.skog@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/stew.rb".freeze, "lib/stew/community/profile.rb".freeze, "lib/stew/community/profile_friends.rb".freeze, "lib/stew/community/profile_game.rb".freeze, "lib/stew/community/profile_games.rb".freeze, "lib/stew/community/steam_id.rb".freeze, "lib/stew/community/steam_id_resolver.rb".freeze, "lib/stew/community/web_api_client.rb".freeze, "lib/stew/community/web_client.rb".freeze, "lib/stew/store/app.rb".freeze, "lib/stew/store/app_offer.rb".freeze, "lib/stew/store/app_offer_sale.rb".freeze, "lib/stew/store/app_offers.rb".freeze, "lib/stew/store/sale.rb".freeze, "lib/stew/store/sales.rb".freeze, "lib/stew/store/sales_client.rb".freeze, "lib/stew/store/store_client.rb".freeze, "lib/stew/store/web_client.rb".freeze, "lib/stew/version.rb".freeze, "spec/config.yml.example".freeze, "spec/fixtures/profiles/4d.txt".freeze, "spec/fixtures/profiles/76561197992917668.json".freeze, "spec/fixtures/profiles/76561197992917668.txt".freeze, "spec/fixtures/profiles/76561197992917668.yml".freeze, "spec/fixtures/profiles/friends/76561197992917668.json".freeze, "spec/fixtures/profiles/friends/76561197994486912.json".freeze, "spec/fixtures/profiles/games/76561197992917668.json".freeze, "spec/fixtures/profiles/games/76561197994486912.json".freeze, "spec/fixtures/profiles/vanity/Phucked.json".freeze, "spec/fixtures/store/apps/16870.txt".freeze, "spec/fixtures/store/apps/211400_offers_sale.txt".freeze, "spec/fixtures/store/apps/211400_sale.txt".freeze, "spec/fixtures/store/apps/211420.txt".freeze, "spec/fixtures/store/apps/211420_us.txt".freeze, "spec/fixtures/store/apps/219150.txt".freeze, "spec/fixtures/store/apps/2290.txt".freeze, "spec/fixtures/store/apps/49520.txt".freeze, "spec/fixtures/store/apps/49520_offers.txt".freeze, "spec/fixtures/store/apps/no_app.txt".freeze, "spec/fixtures/store/sales/broken_sale.txt".freeze, "spec/fixtures/store/sales/broken_sales.txt".freeze, "spec/fixtures/store/sales/sale.txt".freeze, "spec/fixtures/store/sales/sales.txt".freeze, "spec/integration/broken_sales_integration_spec.rb".freeze, "spec/integration/community_web_api_integration_spec.rb".freeze, "spec/integration/sales_integration_spec.rb".freeze, "spec/integration/store_integration_spec.rb".freeze, "spec/lib/stew/community/profile_friends_spec.rb".freeze, "spec/lib/stew/community/profile_game_spec.rb".freeze, "spec/lib/stew/community/profile_games_spec.rb".freeze, "spec/lib/stew/community/profile_spec.rb".freeze, "spec/lib/stew/community/steam_id_resolver_spec.rb".freeze, "spec/lib/stew/community/steam_id_spec.rb".freeze, "spec/lib/stew/community/web_api_client_spec.rb".freeze, "spec/lib/stew/community/web_client_spec.rb".freeze, "spec/lib/stew/store/app_offer_sale_spec.rb".freeze, "spec/lib/stew/store/app_offer_spec.rb".freeze, "spec/lib/stew/store/app_offers_spec.rb".freeze, "spec/lib/stew/store/app_spec.rb".freeze, "spec/lib/stew/store/sale_spec.rb".freeze, "spec/lib/stew/store/sales_client_spec.rb".freeze, "spec/lib/stew/store/sales_spec.rb".freeze, "spec/lib/stew/store/store_client_spec.rb".freeze, "spec/lib/stew/store/web_client_spec.rb".freeze, "spec/lib/stew_spec.rb".freeze, "spec/spec_helper.rb".freeze, "stew.gemspec".freeze] s.homepage = "https://github.com/mskog/stew".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A client for the Steam Gaming service.".freeze s.test_files = ["spec/config.yml.example".freeze, "spec/fixtures/profiles/4d.txt".freeze, "spec/fixtures/profiles/76561197992917668.json".freeze, "spec/fixtures/profiles/76561197992917668.txt".freeze, "spec/fixtures/profiles/76561197992917668.yml".freeze, "spec/fixtures/profiles/friends/76561197992917668.json".freeze, "spec/fixtures/profiles/friends/76561197994486912.json".freeze, "spec/fixtures/profiles/games/76561197992917668.json".freeze, "spec/fixtures/profiles/games/76561197994486912.json".freeze, "spec/fixtures/profiles/vanity/Phucked.json".freeze, "spec/fixtures/store/apps/16870.txt".freeze, "spec/fixtures/store/apps/211400_offers_sale.txt".freeze, "spec/fixtures/store/apps/211400_sale.txt".freeze, "spec/fixtures/store/apps/211420.txt".freeze, "spec/fixtures/store/apps/211420_us.txt".freeze, "spec/fixtures/store/apps/219150.txt".freeze, "spec/fixtures/store/apps/2290.txt".freeze, "spec/fixtures/store/apps/49520.txt".freeze, "spec/fixtures/store/apps/49520_offers.txt".freeze, "spec/fixtures/store/apps/no_app.txt".freeze, "spec/fixtures/store/sales/broken_sale.txt".freeze, "spec/fixtures/store/sales/broken_sales.txt".freeze, "spec/fixtures/store/sales/sale.txt".freeze, "spec/fixtures/store/sales/sales.txt".freeze, "spec/integration/broken_sales_integration_spec.rb".freeze, "spec/integration/community_web_api_integration_spec.rb".freeze, "spec/integration/sales_integration_spec.rb".freeze, "spec/integration/store_integration_spec.rb".freeze, "spec/lib/stew/community/profile_friends_spec.rb".freeze, "spec/lib/stew/community/profile_game_spec.rb".freeze, "spec/lib/stew/community/profile_games_spec.rb".freeze, "spec/lib/stew/community/profile_spec.rb".freeze, "spec/lib/stew/community/steam_id_resolver_spec.rb".freeze, "spec/lib/stew/community/steam_id_spec.rb".freeze, "spec/lib/stew/community/web_api_client_spec.rb".freeze, "spec/lib/stew/community/web_client_spec.rb".freeze, "spec/lib/stew/store/app_offer_sale_spec.rb".freeze, "spec/lib/stew/store/app_offer_spec.rb".freeze, "spec/lib/stew/store/app_offers_spec.rb".freeze, "spec/lib/stew/store/app_spec.rb".freeze, "spec/lib/stew/store/sale_spec.rb".freeze, "spec/lib/stew/store/sales_client_spec.rb".freeze, "spec/lib/stew/store/sales_spec.rb".freeze, "spec/lib/stew/store/store_client_spec.rb".freeze, "spec/lib/stew/store/web_client_spec.rb".freeze, "spec/lib/stew_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.8.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.9.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 5.1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end