# -*- encoding: utf-8 -*- # stub: pivotal-github 1.1.7 ruby lib Gem::Specification.new do |s| s.name = "pivotal-github".freeze s.version = "1.1.7".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-07-08" s.description = "Add commands for Pivotal Tracker-GitHub integration".freeze s.email = ["michael@michaelhartl.com".freeze] s.executables = ["git-story-accept".freeze, "git-story-commit".freeze, "git-story-merge".freeze, "git-story-pull-request".freeze, "story-open".freeze] s.files = [".gitignore".freeze, ".project_id".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/git-story-accept".freeze, "bin/git-story-commit".freeze, "bin/git-story-merge".freeze, "bin/git-story-pull-request".freeze, "bin/story-open".freeze, "lib/pivotal-github.rb".freeze, "lib/pivotal-github/command.rb".freeze, "lib/pivotal-github/finished_command.rb".freeze, "lib/pivotal-github/options.rb".freeze, "lib/pivotal-github/story.rb".freeze, "lib/pivotal-github/story_accept.rb".freeze, "lib/pivotal-github/story_commit.rb".freeze, "lib/pivotal-github/story_merge.rb".freeze, "lib/pivotal-github/story_open.rb".freeze, "lib/pivotal-github/story_pull_request.rb".freeze, "lib/pivotal-github/version.rb".freeze, "pivotal-github.gemspec".freeze, "spec/commands/command_spec.rb".freeze, "spec/commands/story_accept_spec.rb".freeze, "spec/commands/story_commit_spec.rb".freeze, "spec/commands/story_merge_spec.rb".freeze, "spec/commands/story_open_spec.rb".freeze, "spec/commands/story_pull_request_spec.rb".freeze, "spec/options/options_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/mhartl/pivotal-github".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/commands/command_spec.rb".freeze, "spec/commands/story_accept_spec.rb".freeze, "spec/commands/story_commit_spec.rb".freeze, "spec/commands/story_merge_spec.rb".freeze, "spec/commands/story_open_spec.rb".freeze, "spec/commands/story_pull_request_spec.rb".freeze, "spec/options/options_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end