# -*- encoding: utf-8 -*- # stub: inforouter 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "inforouter".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 = ["Tom Fenton".freeze] s.date = "2014-06-11" s.description = "A Ruby interface to the infoRouter SOAP API.".freeze s.email = ["tom@ncs.co.nz".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "inforouter.gemspec".freeze, "lib/inforouter.rb".freeze, "lib/inforouter/access_list.rb".freeze, "lib/inforouter/client.rb".freeze, "lib/inforouter/configuration.rb".freeze, "lib/inforouter/errors.rb".freeze, "lib/inforouter/errors/inforouter_error.rb".freeze, "lib/inforouter/errors/missing_config_error.rb".freeze, "lib/inforouter/errors/missing_config_option_error.rb".freeze, "lib/inforouter/errors/soap_error.rb".freeze, "lib/inforouter/folder_rule.rb".freeze, "lib/inforouter/version.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/ncssoftware/inforouter".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby interface to the infoRouter SOAP API.".freeze s.test_files = ["spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.5.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.99.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.16.0".freeze]) end