Sha256: 01429d4b55f067d01f7409e3dca81c44e3d32e25952d9791656c42a488c10c95

Contents?: true

Size: 953 Bytes

Versions: 1

Compression:

Stored size: 953 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/git_story/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Nuttanart Pornprasitsakul"]
  gem.email         = ["visibletrap@gmail.com"]
  gem.description   = %q{
    This gem help you check which commits in your git repository belonges to unaccepted PivotalTracker's story
    so that you can make a decision whether you should deploy those commits or not.
  }
  gem.summary       = %q{shows unaccepted status of PivotalTracker's story that git commits belong to}
  gem.homepage      = "http://github.com/visibletrap/git_story"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "git_story"
  gem.require_paths = ["lib"]
  gem.version       = GitStory::VERSION

  gem.add_development_dependency "rspec"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
git_story-0.1.0 git_story.gemspec