# -*- encoding: utf-8 -*- # stub: pivotal-integration 1.6.0.2 ruby lib Gem::Specification.new do |s| s.name = "pivotal-integration".freeze s.version = "1.6.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ben Hale".freeze, "Daniel Vandersluis".freeze] s.date = "2014-03-27" s.description = "Provides a set of additional Git commands to help developers when working with Pivotal Tracker".freeze s.email = "nebhale@nebhale.com".freeze s.executables = ["pivotal".freeze] s.files = ["LICENSE".freeze, "NOTICE".freeze, "README.md".freeze, "bin/pivotal".freeze, "lib/pivotal-integration/command/assign.rb".freeze, "lib/pivotal-integration/command/base.rb".freeze, "lib/pivotal-integration/command/command.rb".freeze, "lib/pivotal-integration/command/comment.rb".freeze, "lib/pivotal-integration/command/configuration.rb".freeze, "lib/pivotal-integration/command/estimate.rb".freeze, "lib/pivotal-integration/command/finish.rb".freeze, "lib/pivotal-integration/command/info.rb".freeze, "lib/pivotal-integration/command/label.rb".freeze, "lib/pivotal-integration/command/mark.rb".freeze, "lib/pivotal-integration/command/new.rb".freeze, "lib/pivotal-integration/command/open.rb".freeze, "lib/pivotal-integration/command/prepare-commit-msg.sh".freeze, "lib/pivotal-integration/command/release.rb".freeze, "lib/pivotal-integration/command/start.rb".freeze, "lib/pivotal-integration/command/switch.rb".freeze, "lib/pivotal-integration/util/git.rb".freeze, "lib/pivotal-integration/util/label.rb".freeze, "lib/pivotal-integration/util/shell.rb".freeze, "lib/pivotal-integration/util/story.rb".freeze, "lib/pivotal-integration/util/util.rb".freeze, "lib/pivotal-integration/version-update/gradle.rb".freeze, "lib/pivotal-integration/version-update/version_update.rb".freeze, "lib/pivotal_integration.rb".freeze, "spec/git-pivotal-tracker-integration/command/assign_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/base_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/configuration_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/finish_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/label_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/mark_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/release_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/start_spec.rb".freeze, "spec/git-pivotal-tracker-integration/util/git_spec.rb".freeze, "spec/git-pivotal-tracker-integration/util/label_spec.rb".freeze, "spec/git-pivotal-tracker-integration/util/shell_spec.rb".freeze, "spec/git-pivotal-tracker-integration/util/story_spec.rb".freeze, "spec/git-pivotal-tracker-integration/version-update/gradle_spec.rb".freeze] s.homepage = "https://github.com/dvandersluis/pivotal-integration".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Git commands for integration with Pivotal Tracker".freeze s.test_files = ["spec/git-pivotal-tracker-integration/command/assign_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/base_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/configuration_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/finish_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/label_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/mark_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/release_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/start_spec.rb".freeze, "spec/git-pivotal-tracker-integration/util/git_spec.rb".freeze, "spec/git-pivotal-tracker-integration/util/label_spec.rb".freeze, "spec/git-pivotal-tracker-integration/util/shell_spec.rb".freeze, "spec/git-pivotal-tracker-integration/util/story_spec.rb".freeze, "spec/git-pivotal-tracker-integration/version-update/gradle_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) end