git-commit-story 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/git-commit-story.gemspec +2 -1
  2. metadata +2 -1
@@ -1,7 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "git-commit-story"
3
3
  s.executables << "git-commit-story"
4
- s.version = "0.1.0"
4
+ s.executables << "git-cs"
5
+ s.version = "0.1.1"
5
6
  s.date = "2013-04-30"
6
7
  s.summary = "StreamSend git commit wrapper"
7
8
  s.description = "Thin wrapper around git commit that adds a story id to commit messages"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-commit-story
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -47,6 +47,7 @@ description: Thin wrapper around git commit that adds a story id to commit messa
47
47
  email: jroush@ezpublishing.com
48
48
  executables:
49
49
  - git-commit-story
50
+ - git-cs
50
51
  extensions: []
51
52
  extra_rdoc_files: []
52
53
  files: