# -*- encoding: utf-8 -*- # stub: v2gpti 0.2.0.2 ruby lib Gem::Specification.new do |s| s.name = "v2gpti".freeze s.version = "0.2.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, "Jeff Wolski".freeze] s.date = "2014-05-02" s.description = "Provides a set of additional Git commands to help developers when working with Pivotal Tracker".freeze s.email = "jeff@xxxxxxxxx.com".freeze s.executables = ["git-finish".freeze, "git-release".freeze, "git-start".freeze] s.files = ["LICENSE".freeze, "NOTICE".freeze, "README.md".freeze, "bin/git-finish".freeze, "bin/git-release".freeze, "bin/git-start".freeze, "lib/git-pivotal-tracker-integration/command/base.rb".freeze, "lib/git-pivotal-tracker-integration/command/command.rb".freeze, "lib/git-pivotal-tracker-integration/command/configuration.rb".freeze, "lib/git-pivotal-tracker-integration/command/finish.rb".freeze, "lib/git-pivotal-tracker-integration/command/prepare-commit-msg.sh".freeze, "lib/git-pivotal-tracker-integration/command/release.rb".freeze, "lib/git-pivotal-tracker-integration/command/start.rb".freeze, "lib/git-pivotal-tracker-integration/util/git.rb".freeze, "lib/git-pivotal-tracker-integration/util/shell.rb".freeze, "lib/git-pivotal-tracker-integration/util/story.rb".freeze, "lib/git-pivotal-tracker-integration/util/util.rb".freeze, "lib/git-pivotal-tracker-integration/version-update/gradle.rb".freeze, "lib/git-pivotal-tracker-integration/version-update/version_update.rb".freeze, "lib/git_pivotal_tracker_integration.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/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/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/v2dev/V2GPTI".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/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/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/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, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".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