# -*- encoding: utf-8 -*- # stub: typekit-client 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "typekit-client".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ivan Ukhov".freeze] s.date = "2014-05-28" s.description = "A Ruby library for performing create, read, update, and delete operations on the resources provided by the Typekit service.".freeze s.email = ["ivan.ukhov@gmail.com".freeze] s.executables = ["typekit".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/typekit".freeze, "lib/typekit.rb".freeze, "lib/typekit/client.rb".freeze, "lib/typekit/configuration.rb".freeze, "lib/typekit/configuration/base.rb".freeze, "lib/typekit/configuration/default.rb".freeze, "lib/typekit/connection.rb".freeze, "lib/typekit/connection/adaptor.rb".freeze, "lib/typekit/connection/adaptor/standard.rb".freeze, "lib/typekit/connection/dispatcher.rb".freeze, "lib/typekit/connection/request.rb".freeze, "lib/typekit/connection/response.rb".freeze, "lib/typekit/core.rb".freeze, "lib/typekit/helper.rb".freeze, "lib/typekit/parser.rb".freeze, "lib/typekit/parser/json.rb".freeze, "lib/typekit/parser/yaml.rb".freeze, "lib/typekit/processor.rb".freeze, "lib/typekit/routing.rb".freeze, "lib/typekit/routing/map.rb".freeze, "lib/typekit/routing/node.rb".freeze, "lib/typekit/routing/node/base.rb".freeze, "lib/typekit/routing/node/collection.rb".freeze, "lib/typekit/routing/node/operation.rb".freeze, "lib/typekit/routing/node/root.rb".freeze, "lib/typekit/routing/node/scope.rb".freeze, "lib/typekit/routing/proxy.rb".freeze, "lib/typekit/version.rb".freeze, "spec/cassettes/index_kits_ok.yml".freeze, "spec/cassettes/index_kits_unauthorized.yml".freeze, "spec/cassettes/show_families_calluna_found.yml".freeze, "spec/spec_helper.rb".freeze, "spec/support/rest_helper.rb".freeze, "spec/typekit/client_spec.rb".freeze, "spec/typekit/configuration_spec.rb".freeze, "spec/typekit/connection/adaptor_spec.rb".freeze, "spec/typekit/connection/dispatcher_spec.rb".freeze, "spec/typekit/connection/request_spec.rb".freeze, "spec/typekit/helper_spec.rb".freeze, "spec/typekit/processor_spec.rb".freeze, "spec/typekit/routing/map_spec.rb".freeze, "spec/typekit/routing/node_spec.rb".freeze, "typekit-client.gemspec".freeze] s.homepage = "https://github.com/IvanUkhov/typekit-client".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby library for accessing the Typekit API".freeze s.test_files = ["spec/cassettes/index_kits_ok.yml".freeze, "spec/cassettes/index_kits_unauthorized.yml".freeze, "spec/cassettes/show_families_calluna_found.yml".freeze, "spec/spec_helper.rb".freeze, "spec/support/rest_helper.rb".freeze, "spec/typekit/client_spec.rb".freeze, "spec/typekit/configuration_spec.rb".freeze, "spec/typekit/connection/adaptor_spec.rb".freeze, "spec/typekit/connection/dispatcher_spec.rb".freeze, "spec/typekit/connection/request_spec.rb".freeze, "spec/typekit/helper_spec.rb".freeze, "spec/typekit/processor_spec.rb".freeze, "spec/typekit/routing/map_spec.rb".freeze, "spec/typekit/routing/node_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.18".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.9".freeze]) end