# -*- encoding: utf-8 -*- # stub: bamboo-client 0.1.9 ruby lib Gem::Specification.new do |s| s.name = "bamboo-client".freeze s.version = "0.1.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jari Bakken".freeze, "Peter Marsh".freeze] s.date = "2014-11-12" s.description = "Ruby client for Atlassian Bamboo's REST APIs".freeze s.email = ["jari.bakken@gmail.com".freeze, "pete.d.marsh@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bamboo-client.gemspec".freeze, "cucumber.yml".freeze, "features/remote.feature".freeze, "features/rest.feature".freeze, "features/step_definitions/remote_steps.rb".freeze, "features/step_definitions/rest_steps.rb".freeze, "features/support/env.rb".freeze, "lib/bamboo-client.rb".freeze, "lib/bamboo-client/abstract.rb".freeze, "lib/bamboo-client/http.rb".freeze, "lib/bamboo-client/http/abstract.rb".freeze, "lib/bamboo-client/http/json.rb".freeze, "lib/bamboo-client/http/xml.rb".freeze, "lib/bamboo-client/remote.rb".freeze, "lib/bamboo-client/rest.rb".freeze, "lib/bamboo-client/version.rb".freeze, "spec/bamboo-client/client_spec.rb".freeze, "spec/bamboo-client/http/abstract_spec.rb".freeze, "spec/bamboo-client/http/json_spec.rb".freeze, "spec/bamboo-client/http/xml_spec.rb".freeze, "spec/bamboo-client/remote_spec.rb".freeze, "spec/bamboo-client/rest_spec.rb".freeze, "spec/fixtures/build.xml".freeze, "spec/fixtures/build_result.xml".freeze, "spec/fixtures/change.json".freeze, "spec/fixtures/plan.json".freeze, "spec/fixtures/project.json".freeze, "spec/fixtures/queue.json".freeze, "spec/fixtures/queue_with_no_queued_builds.json".freeze, "spec/fixtures/queue_with_queued_builds.json".freeze, "spec/fixtures/queued_build.json".freeze, "spec/fixtures/result.json".freeze, "spec/fixtures/result_with_changes.json".freeze, "spec/spec_helper.rb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby client for Atlassian Bamboo's REST APIs".freeze s.test_files = ["features/remote.feature".freeze, "features/rest.feature".freeze, "features/step_definitions/remote_steps.rb".freeze, "features/step_definitions/rest_steps.rb".freeze, "features/support/env.rb".freeze, "spec/bamboo-client/client_spec.rb".freeze, "spec/bamboo-client/http/abstract_spec.rb".freeze, "spec/bamboo-client/http/json_spec.rb".freeze, "spec/bamboo-client/http/xml_spec.rb".freeze, "spec/bamboo-client/remote_spec.rb".freeze, "spec/bamboo-client/rest_spec.rb".freeze, "spec/fixtures/build.xml".freeze, "spec/fixtures/build_result.xml".freeze, "spec/fixtures/change.json".freeze, "spec/fixtures/plan.json".freeze, "spec/fixtures/project.json".freeze, "spec/fixtures/queue.json".freeze, "spec/fixtures/queue_with_no_queued_builds.json".freeze, "spec/fixtures/queue_with_queued_builds.json".freeze, "spec/fixtures/queued_build.json".freeze, "spec/fixtures/result.json".freeze, "spec/fixtures/result_with_changes.json".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0.10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end