# -*- encoding: utf-8 -*- # stub: gitx 3.0.0.ci.188.1 ruby lib Gem::Specification.new do |s| s.name = "gitx".freeze s.version = "3.0.0.ci.188.1".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Sonnek".freeze] s.date = "2016-05-17" s.description = "Git eXtensions for improved development workflows".freeze s.email = ["ryan.sonnek@gmail.com".freeze] s.executables = ["git-buildtag".freeze, "git-cleanup".freeze, "git-integrate".freeze, "git-nuke".freeze, "git-release".freeze, "git-review".freeze, "git-share".freeze, "git-start".freeze, "git-track".freeze, "git-update".freeze] s.files = [".gitignore".freeze, ".gitx.yml".freeze, ".hound.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/git-buildtag".freeze, "bin/git-cleanup".freeze, "bin/git-integrate".freeze, "bin/git-nuke".freeze, "bin/git-release".freeze, "bin/git-review".freeze, "bin/git-share".freeze, "bin/git-start".freeze, "bin/git-track".freeze, "bin/git-update".freeze, "gitx.gemspec".freeze, "lib/gitx.rb".freeze, "lib/gitx/cli/base_command.rb".freeze, "lib/gitx/cli/buildtag_command.rb".freeze, "lib/gitx/cli/cleanup_command.rb".freeze, "lib/gitx/cli/integrate_command.rb".freeze, "lib/gitx/cli/nuke_command.rb".freeze, "lib/gitx/cli/release_command.rb".freeze, "lib/gitx/cli/review_command.rb".freeze, "lib/gitx/cli/share_command.rb".freeze, "lib/gitx/cli/start_command.rb".freeze, "lib/gitx/cli/track_command.rb".freeze, "lib/gitx/cli/update_command.rb".freeze, "lib/gitx/configuration.rb".freeze, "lib/gitx/defaults.yml".freeze, "lib/gitx/executor.rb".freeze, "lib/gitx/extensions/string.rb".freeze, "lib/gitx/extensions/thor.rb".freeze, "lib/gitx/github.rb".freeze, "lib/gitx/version.rb".freeze, "spec/fixtures/vcr_cassettes/pull_request_does_exist_with_failure_status.yml".freeze, "spec/fixtures/vcr_cassettes/pull_request_does_exist_with_success_status.yml".freeze, "spec/fixtures/vcr_cassettes/pull_request_does_not_exist.yml".freeze, "spec/gitx/cli/base_command_spec.rb".freeze, "spec/gitx/cli/buildtag_command_spec.rb".freeze, "spec/gitx/cli/cleanup_command_spec.rb".freeze, "spec/gitx/cli/integrate_command_spec.rb".freeze, "spec/gitx/cli/nuke_command_spec.rb".freeze, "spec/gitx/cli/release_command_spec.rb".freeze, "spec/gitx/cli/review_command_spec.rb".freeze, "spec/gitx/cli/share_command_spec.rb".freeze, "spec/gitx/cli/start_command_spec.rb".freeze, "spec/gitx/cli/track_command_spec.rb".freeze, "spec/gitx/cli/update_command_spec.rb".freeze, "spec/gitx/executor_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/global_config.rb".freeze, "spec/support/home_env.rb".freeze, "spec/support/matchers/meet_expectations_matcher.rb".freeze, "spec/support/pry.rb".freeze, "spec/support/stub_execution.rb".freeze, "spec/support/timecop.rb".freeze, "spec/support/vcr.rb".freeze, "spec/support/webmock.rb".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Utility scripts for Git to increase productivity for common operations".freeze s.test_files = ["spec/fixtures/vcr_cassettes/pull_request_does_exist_with_failure_status.yml".freeze, "spec/fixtures/vcr_cassettes/pull_request_does_exist_with_success_status.yml".freeze, "spec/fixtures/vcr_cassettes/pull_request_does_not_exist.yml".freeze, "spec/gitx/cli/base_command_spec.rb".freeze, "spec/gitx/cli/buildtag_command_spec.rb".freeze, "spec/gitx/cli/cleanup_command_spec.rb".freeze, "spec/gitx/cli/integrate_command_spec.rb".freeze, "spec/gitx/cli/nuke_command_spec.rb".freeze, "spec/gitx/cli/release_command_spec.rb".freeze, "spec/gitx/cli/review_command_spec.rb".freeze, "spec/gitx/cli/share_command_spec.rb".freeze, "spec/gitx/cli/start_command_spec.rb".freeze, "spec/gitx/cli/track_command_spec.rb".freeze, "spec/gitx/cli/update_command_spec.rb".freeze, "spec/gitx/executor_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/global_config.rb".freeze, "spec/support/home_env.rb".freeze, "spec/support/matchers/meet_expectations_matcher.rb".freeze, "spec/support/pry.rb".freeze, "spec/support/stub_execution.rb".freeze, "spec/support/timecop.rb".freeze, "spec/support/vcr.rb".freeze, "spec/support/webmock.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.24.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0".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]) s.add_development_dependency(%q.freeze, [">= 0".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]) 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