# -*- encoding: utf-8 -*- # stub: alexa 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "alexa".freeze s.version = "0.5.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 = ["Wojciech Wn\u0119trzak".freeze] s.date = "2013-03-29" s.description = "Alexa Web Information Service library (AWIS)".freeze s.email = ["w.wnetrzak@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "alexa.gemspec".freeze, "lib/alexa.rb".freeze, "lib/alexa/api/base.rb".freeze, "lib/alexa/api/category_browse.rb".freeze, "lib/alexa/api/category_listings.rb".freeze, "lib/alexa/api/sites_linking_in.rb".freeze, "lib/alexa/api/traffic_history.rb".freeze, "lib/alexa/api/url_info.rb".freeze, "lib/alexa/client.rb".freeze, "lib/alexa/connection.rb".freeze, "lib/alexa/exceptions.rb".freeze, "lib/alexa/utils.rb".freeze, "lib/alexa/version.rb".freeze, "test/api/category_browse_test.rb".freeze, "test/api/category_listings_test.rb".freeze, "test/api/sites_linking_in_test.rb".freeze, "test/api/traffic_history_test.rb".freeze, "test/api/url_info_test.rb".freeze, "test/client_test.rb".freeze, "test/connection_test.rb".freeze, "test/fixtures/bad_request.txt".freeze, "test/fixtures/category_browse/card_games.txt".freeze, "test/fixtures/category_listings/card_games.txt".freeze, "test/fixtures/forbidden.txt".freeze, "test/fixtures/sites_linking_in/github_count_3.txt".freeze, "test/fixtures/traffic_history/alexa_error.txt".freeze, "test/fixtures/traffic_history/github.txt".freeze, "test/fixtures/unathorized.txt".freeze, "test/fixtures/url_info/custom-response-group.txt".freeze, "test/fixtures/url_info/empty_group.txt".freeze, "test/fixtures/url_info/github_full.txt".freeze, "test/fixtures/url_info/github_rank.txt".freeze, "test/helper.rb".freeze, "test/utils_test.rb".freeze] s.homepage = "https://github.com/morgoth/alexa".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Alexa Web Information Service library".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8.7".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end