# -*- encoding: utf-8 -*- # stub: thecity 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "thecity".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["robertleib".freeze] s.date = "2013-09-25" s.description = "A Ruby interface to The City API.".freeze s.email = ["robert.leib@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "lib/the_city.rb".freeze, "lib/the_city/account.rb".freeze, "lib/the_city/api/accounts.rb".freeze, "lib/the_city/api/client.rb".freeze, "lib/the_city/api/events.rb".freeze, "lib/the_city/api/groups.rb".freeze, "lib/the_city/api/needs.rb".freeze, "lib/the_city/api/oauth.rb".freeze, "lib/the_city/api/prayers.rb".freeze, "lib/the_city/api/request/multipart_with_file.rb".freeze, "lib/the_city/api/response/parse_json.rb".freeze, "lib/the_city/api/response/raise_error.rb".freeze, "lib/the_city/api/topics.rb".freeze, "lib/the_city/api/users.rb".freeze, "lib/the_city/api/utils.rb".freeze, "lib/the_city/arguments.rb".freeze, "lib/the_city/base.rb".freeze, "lib/the_city/client.rb".freeze, "lib/the_city/collection.rb".freeze, "lib/the_city/content.rb".freeze, "lib/the_city/error.rb".freeze, "lib/the_city/error/argument_arror.rb".freeze, "lib/the_city/error/bad_gateway.rb".freeze, "lib/the_city/error/bad_request.rb".freeze, "lib/the_city/error/configuration_error.rb".freeze, "lib/the_city/error/forbidden.rb".freeze, "lib/the_city/error/gateway_timeout.rb".freeze, "lib/the_city/error/internal_server_error.rb".freeze, "lib/the_city/error/not_acceptable.rb".freeze, "lib/the_city/error/not_found.rb".freeze, "lib/the_city/error/service_unavailable.rb".freeze, "lib/the_city/error/too_many_requests.rb".freeze, "lib/the_city/error/unauthorized.rb".freeze, "lib/the_city/error/unprocessable_entity.rb".freeze, "lib/the_city/event.rb".freeze, "lib/the_city/group.rb".freeze, "lib/the_city/need.rb".freeze, "lib/the_city/permissions.rb".freeze, "lib/the_city/prayer.rb".freeze, "lib/the_city/rate_limit.rb".freeze, "lib/the_city/terminology.rb".freeze, "lib/the_city/time.rb".freeze, "lib/the_city/token.rb".freeze, "lib/the_city/topic.rb".freeze, "lib/the_city/user.rb".freeze, "lib/the_city/version.rb".freeze, "thecity.gemspec".freeze] s.homepage = "http://github.com/robertleib/thecity-ruby/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby interface to The City API.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.8".freeze, "< 0.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end