# -*- encoding: utf-8 -*- # stub: loquor 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "loquor".freeze s.version = "0.1.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 = "2013-11-21" s.description = "An API dispatcher for Meducation".freeze s.email = ["jez.walker@gmail.com".freeze] s.files = [".gitignore".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/index.rb".freeze, "lib/loquor/api_calls/show.rb".freeze, "lib/loquor/client.rb".freeze, "lib/loquor/configuration.rb".freeze, "lib/loquor/http_action.rb".freeze, "lib/loquor/http_actions/get.rb".freeze, "lib/loquor/http_actions/post.rb".freeze, "lib/loquor/representation.rb".freeze, "lib/loquor/representations.rb".freeze, "lib/loquor/version.rb".freeze, "loquor.gemspec".freeze, "test/api_calls/index_test.rb".freeze, "test/client_test.rb".freeze, "test/configuration_test.rb".freeze, "test/http_action_test.rb".freeze, "test/http_actions/get_test.rb".freeze, "test/http_actions/post_test.rb".freeze, "test/representation_test.rb".freeze, "test/representations_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/index_test.rb".freeze, "test/client_test.rb".freeze, "test/configuration_test.rb".freeze, "test/http_action_test.rb".freeze, "test/http_actions/get_test.rb".freeze, "test/http_actions/post_test.rb".freeze, "test/representation_test.rb".freeze, "test/representations_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 0.0.1".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