# -*- encoding: utf-8 -*- # stub: toolhound-ruby 1.0.18 ruby lib Gem::Specification.new do |s| s.name = "toolhound-ruby".freeze s.version = "1.0.18".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Markus Klooth".freeze] s.date = "2016-03-02" s.description = "A wrapper around the nearmissapp.com API.".freeze s.email = "support@nearmissapp.com".freeze s.extra_rdoc_files = ["README.md".freeze] s.files = ["AUTHORS.md".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "Makefile".freeze, "README.md".freeze, "Rakefile".freeze, "lib/toolhound-ruby.rb".freeze, "lib/toolhound-ruby/authentication.rb".freeze, "lib/toolhound-ruby/base.rb".freeze, "lib/toolhound-ruby/client.rb".freeze, "lib/toolhound-ruby/client/account.rb".freeze, "lib/toolhound-ruby/client/attachments.rb".freeze, "lib/toolhound-ruby/client/bookmarks.rb".freeze, "lib/toolhound-ruby/client/categories.rb".freeze, "lib/toolhound-ruby/client/comments.rb".freeze, "lib/toolhound-ruby/client/companies.rb".freeze, "lib/toolhound-ruby/client/incidents.rb".freeze, "lib/toolhound-ruby/client/notifications.rb".freeze, "lib/toolhound-ruby/client/projects.rb".freeze, "lib/toolhound-ruby/client/users.rb".freeze, "lib/toolhound-ruby/configurable.rb".freeze, "lib/toolhound-ruby/core_ext/string.rb".freeze, "lib/toolhound-ruby/default.rb".freeze, "lib/toolhound-ruby/error.rb".freeze, "lib/toolhound-ruby/incident.rb".freeze, "lib/toolhound-ruby/inventory.rb".freeze, "lib/toolhound-ruby/inventory_item.rb".freeze, "lib/toolhound-ruby/job.rb".freeze, "lib/toolhound-ruby/manufacturer.rb".freeze, "lib/toolhound-ruby/project.rb".freeze, "lib/toolhound-ruby/purchase_order.rb".freeze, "lib/toolhound-ruby/purchase_order_item.rb".freeze, "lib/toolhound-ruby/rental.rb".freeze, "lib/toolhound-ruby/rental_charge.rb".freeze, "lib/toolhound-ruby/rental_item.rb".freeze, "lib/toolhound-ruby/transaction.rb".freeze, "lib/toolhound-ruby/util.rb".freeze, "lib/toolhound-ruby/vendor.rb".freeze, "lib/toolhound-ruby/version.rb".freeze, "script/bootstrap".freeze, "script/cibuild".freeze, "script/console".freeze, "script/package".freeze, "script/release".freeze, "script/test".freeze, "toolhound-ruby.gemspec".freeze] s.homepage = "https://github.com/nearmiss/nearmiss-ruby".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A wrapper around Toolhound API.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end