# -*- encoding: utf-8 -*- # stub: loquor 1.8.0 ruby lib Gem::Specification.new do |s| s.name = "loquor".freeze s.version = "1.8.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 = ["Jeremy Walker".freeze] s.date = "2014-03-31" s.description = "An API dispatcher for Meducation".freeze s.email = ["jez.walker@gmail.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENCE.md".freeze, "README.md".freeze, "Rakefile".freeze, "lib/loquor.rb".freeze, "lib/loquor/api_call.rb".freeze, "lib/loquor/api_calls/create.rb".freeze, "lib/loquor/api_calls/destroy.rb".freeze, "lib/loquor/api_calls/index.rb".freeze, "lib/loquor/api_calls/show.rb".freeze, "lib/loquor/api_calls/update.rb".freeze, "lib/loquor/client.rb".freeze, "lib/loquor/configuration.rb".freeze, "lib/loquor/http_action.rb".freeze, "lib/loquor/http_actions/delete.rb".freeze, "lib/loquor/http_actions/get.rb".freeze, "lib/loquor/http_actions/post.rb".freeze, "lib/loquor/http_actions/put.rb".freeze, "lib/loquor/interactors.rb".freeze, "lib/loquor/object_hash.rb".freeze, "lib/loquor/resource.rb".freeze, "lib/loquor/resource_mock.rb".freeze, "lib/loquor/version.rb".freeze, "loquor.gemspec".freeze, "test/api_calls/destroy_test.rb".freeze, "test/api_calls/index_test.rb".freeze, "test/api_calls/show_test.rb".freeze, "test/api_calls/update_test.rb".freeze, "test/client_test.rb".freeze, "test/configuration_test.rb".freeze, "test/http_action_test.rb".freeze, "test/http_actions/delete_test.rb".freeze, "test/http_actions/get_test.rb".freeze, "test/http_actions/post_test.rb".freeze, "test/http_actions/put_test.rb".freeze, "test/loquor_test.rb".freeze, "test/object_hash_test.rb".freeze, "test/resource_mock_test.rb".freeze, "test/resource_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://www.meducation.net".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This library dispatches requests to Meducation".freeze s.test_files = ["test/api_calls/destroy_test.rb".freeze, "test/api_calls/index_test.rb".freeze, "test/api_calls/show_test.rb".freeze, "test/api_calls/update_test.rb".freeze, "test/client_test.rb".freeze, "test/configuration_test.rb".freeze, "test/http_action_test.rb".freeze, "test/http_actions/delete_test.rb".freeze, "test/http_actions/get_test.rb".freeze, "test/http_actions/post_test.rb".freeze, "test/http_actions/put_test.rb".freeze, "test/loquor_test.rb".freeze, "test/object_hash_test.rb".freeze, "test/resource_mock_test.rb".freeze, "test/resource_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.6.7".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.0.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0.8".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end