# -*- encoding: utf-8 -*- # stub: git-utils 0.5.5 ruby lib Gem::Specification.new do |s| s.name = "git-utils".freeze s.version = "0.5.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael Hartl".freeze] s.date = "2013-06-22" s.description = "Add some Git utilities".freeze s.email = ["michael@michaelhartl.com".freeze] s.executables = ["git-amend".freeze, "git-anal".freeze, "git-bump".freeze, "git-cleanup".freeze, "git-delete-remote-branch".freeze, "git-merge-branch".freeze, "git-open".freeze, "git-polish".freeze, "git-pull-request".freeze, "git-push-branch".freeze, "git-switch".freeze, "git-sync".freeze, "git-undo".freeze] s.files = [".gitignore".freeze, ".project_id".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/git-amend".freeze, "bin/git-anal".freeze, "bin/git-bump".freeze, "bin/git-cleanup".freeze, "bin/git-delete-remote-branch".freeze, "bin/git-merge-branch".freeze, "bin/git-open".freeze, "bin/git-polish".freeze, "bin/git-pull-request".freeze, "bin/git-push-branch".freeze, "bin/git-switch".freeze, "bin/git-sync".freeze, "bin/git-undo".freeze, "git-utils.gemspec".freeze, "lib/git-utils.rb".freeze, "lib/git-utils/command.rb".freeze, "lib/git-utils/delete_remote_branch.rb".freeze, "lib/git-utils/merge_branch.rb".freeze, "lib/git-utils/open.rb".freeze, "lib/git-utils/options.rb".freeze, "lib/git-utils/pull_request.rb".freeze, "lib/git-utils/push_branch.rb".freeze, "lib/git-utils/switch.rb".freeze, "lib/git-utils/sync.rb".freeze, "lib/git-utils/version.rb".freeze, "spec/.DS_Store".freeze, "spec/commands/.DS_Store".freeze, "spec/commands/command_spec.rb".freeze, "spec/commands/delete_remote_branch_spec.rb".freeze, "spec/commands/merge_branch_spec.rb".freeze, "spec/commands/open_spec.rb".freeze, "spec/commands/pull_request_spec.rb".freeze, "spec/commands/push_branch_spec.rb".freeze, "spec/commands/switch_spec.rb".freeze, "spec/commands/sync_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/mhartl/git-utils".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "See the README for full documentation".freeze s.test_files = ["spec/.DS_Store".freeze, "spec/commands/.DS_Store".freeze, "spec/commands/command_spec.rb".freeze, "spec/commands/delete_remote_branch_spec.rb".freeze, "spec/commands/merge_branch_spec.rb".freeze, "spec/commands/open_spec.rb".freeze, "spec/commands/pull_request_spec.rb".freeze, "spec/commands/push_branch_spec.rb".freeze, "spec/commands/switch_spec.rb".freeze, "spec/commands/sync_spec.rb".freeze, "spec/spec_helper.rb".freeze] end