# -*- encoding: utf-8 -*- # stub: v2gpti 1.3.1 ruby lib Gem::Specification.new do |s| s.name = "v2gpti".freeze s.version = "1.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jeff Wolski".freeze, "Ben Hale".freeze, "Manoj P M".freeze] s.date = "2017-11-07" 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-qa".freeze, "git-uat".freeze, "git-newbug".freeze, "git-finish".freeze, "git-report".freeze, "git-newfeature".freeze, "git-start".freeze, "git-deliver".freeze, "git-release".freeze] s.files = ["LICENSE".freeze, "NOTICE".freeze, "README.md".freeze, "bin/git-deliver".freeze, "bin/git-finish".freeze, "bin/git-newbug".freeze, "bin/git-newfeature".freeze, "bin/git-qa".freeze, "bin/git-release".freeze, "bin/git-report".freeze, "bin/git-start".freeze, "bin/git-uat".freeze, "config_template".freeze, "lib/git-pivotal-tracker-integration.rb".freeze, "lib/git-pivotal-tracker-integration/command/base.rb".freeze, "lib/git-pivotal-tracker-integration/command/configuration.rb".freeze, "lib/git-pivotal-tracker-integration/command/deliver.rb".freeze, "lib/git-pivotal-tracker-integration/command/finish.rb".freeze, "lib/git-pivotal-tracker-integration/command/newbug.rb".freeze, "lib/git-pivotal-tracker-integration/command/newfeature.rb".freeze, "lib/git-pivotal-tracker-integration/command/prepare-commit-msg-win.sh".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/report.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/version-update/gradle.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, "tracker_api/lib/tracker_api.rb".freeze, "tracker_api/lib/tracker_api/client.rb".freeze, "tracker_api/lib/tracker_api/endpoints/activity.rb".freeze, "tracker_api/lib/tracker_api/endpoints/comments.rb".freeze, "tracker_api/lib/tracker_api/endpoints/epic.rb".freeze, "tracker_api/lib/tracker_api/endpoints/epics.rb".freeze, "tracker_api/lib/tracker_api/endpoints/file_attachment.rb".freeze, "tracker_api/lib/tracker_api/endpoints/iterations.rb".freeze, "tracker_api/lib/tracker_api/endpoints/me.rb".freeze, "tracker_api/lib/tracker_api/endpoints/memberships.rb".freeze, "tracker_api/lib/tracker_api/endpoints/notifications.rb".freeze, "tracker_api/lib/tracker_api/endpoints/project.rb".freeze, "tracker_api/lib/tracker_api/endpoints/projects.rb".freeze, "tracker_api/lib/tracker_api/endpoints/stories.rb".freeze, "tracker_api/lib/tracker_api/endpoints/story.rb".freeze, "tracker_api/lib/tracker_api/endpoints/tasks.rb".freeze, "tracker_api/lib/tracker_api/error.rb".freeze, "tracker_api/lib/tracker_api/logger.rb".freeze, "tracker_api/lib/tracker_api/resources/account.rb".freeze, "tracker_api/lib/tracker_api/resources/activity.rb".freeze, "tracker_api/lib/tracker_api/resources/base.rb".freeze, "tracker_api/lib/tracker_api/resources/change.rb".freeze, "tracker_api/lib/tracker_api/resources/comment.rb".freeze, "tracker_api/lib/tracker_api/resources/epic.rb".freeze, "tracker_api/lib/tracker_api/resources/file_attachment.rb".freeze, "tracker_api/lib/tracker_api/resources/iteration.rb".freeze, "tracker_api/lib/tracker_api/resources/label.rb".freeze, "tracker_api/lib/tracker_api/resources/me.rb".freeze, "tracker_api/lib/tracker_api/resources/membership_summary.rb".freeze, "tracker_api/lib/tracker_api/resources/notification.rb".freeze, "tracker_api/lib/tracker_api/resources/person.rb".freeze, "tracker_api/lib/tracker_api/resources/primary_resource.rb".freeze, "tracker_api/lib/tracker_api/resources/project.rb".freeze, "tracker_api/lib/tracker_api/resources/project_membership.rb".freeze, "tracker_api/lib/tracker_api/resources/story.rb".freeze, "tracker_api/lib/tracker_api/resources/task.rb".freeze, "tracker_api/lib/tracker_api/resources/time_zone.rb".freeze, "tracker_api/lib/tracker_api/version.rb".freeze] s.homepage = "https://github.com/v2dev/V2GPTI".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9".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/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, "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/start_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/release_spec.rb".freeze, "spec/git-pivotal-tracker-integration/command/base_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.8.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9.6".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]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2".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]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end