Sha256: bfaab8a1a076820e93298421cb12e15b145cd391725421dc4288e55792fa3af5
Contents?: true
Size: 1.92 KB
Versions: 0
Compression: gzip
Compressed size: 822 Bytes
Stored size: 822 Bytes
Contents
--- !ruby/object:Gem::Specification name: git_story version: !ruby/object:Gem::Version version: 0.1.0 prerelease: platform: ruby authors: - Nuttanart Pornprasitsakul autorequire: bindir: bin cert_chain: [] date: 2012-05-27 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: &70239544245560 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70239544245560 description: ! "\n This gem help you check which commits in your git repository belonges to unaccepted PivotalTracker's story\n so that you can make a decision whether you should deploy those commits or not.\n " email: - visibletrap@gmail.com executables: - git-story extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - README.md - Rakefile - bin/git-story - git_story.gemspec - lib/git_story.rb - lib/git_story/version.rb - lib/manual_git_commit_lister.rb - lib/puts_renderer.rb - lib/split_and_match_processor.rb - lib/tracker_fetched_mapper.rb - spec/git_story_spec.rb - spec/split_and_match_processor_spec.rb - spec/tracker_fetched_state_spec.rb homepage: http://github.com/visibletrap/git_story licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: shows unaccepted status of PivotalTracker's story that git commits belong to test_files: - spec/git_story_spec.rb - spec/split_and_match_processor_spec.rb - spec/tracker_fetched_state_spec.rb