--- !ruby/object:Gem::Specification name: git-utils version: !ruby/object:Gem::Version version: 0.5.0 platform: ruby authors: - Michael Hartl autorequire: bindir: bin cert_chain: [] date: 2013-06-19 00:00:00.000000000 Z dependencies: [] description: Add some Git utilities email: - michael@michaelhartl.com executables: - git-amend - git-anal - git-cleanup - git-delete-remote-branch - git-merge-branch - git-open - git-polish - git-pull-request - git-push-branch - git-switch - git-sync - git-undo extensions: [] extra_rdoc_files: [] files: - .gitignore - .project_id - .rspec - .ruby-gemset - .ruby-version - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/git-amend - bin/git-anal - bin/git-cleanup - bin/git-delete-remote-branch - bin/git-merge-branch - bin/git-open - bin/git-polish - bin/git-pull-request - bin/git-push-branch - bin/git-switch - bin/git-sync - bin/git-undo - git-utils.gemspec - lib/git-utils.rb - lib/git-utils/command.rb - lib/git-utils/delete_remote_branch.rb - lib/git-utils/merge_branch.rb - lib/git-utils/open.rb - lib/git-utils/options.rb - lib/git-utils/pull_request.rb - lib/git-utils/push_branch.rb - lib/git-utils/switch.rb - lib/git-utils/sync.rb - lib/git-utils/version.rb - spec/.DS_Store - spec/commands/.DS_Store - spec/commands/command_spec.rb - spec/commands/delete_remote_branch_spec.rb - spec/commands/merge_branch_spec.rb - spec/commands/open_spec.rb - spec/commands/pull_request_spec.rb - spec/commands/push_branch_spec.rb - spec/commands/switch_spec.rb - spec/commands/sync_spec.rb - spec/spec_helper.rb homepage: https://github.com/mhartl/git-utils licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: See the README for full documentation test_files: - spec/.DS_Store - spec/commands/.DS_Store - spec/commands/command_spec.rb - spec/commands/delete_remote_branch_spec.rb - spec/commands/merge_branch_spec.rb - spec/commands/open_spec.rb - spec/commands/pull_request_spec.rb - spec/commands/push_branch_spec.rb - spec/commands/switch_spec.rb - spec/commands/sync_spec.rb - spec/spec_helper.rb