git-story 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-story
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,8 +43,7 @@ dependencies:
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
|
-
description: A Ruby script for git
|
47
|
-
branch.
|
46
|
+
description: A Ruby script for git that finds what branch a commit came from.
|
48
47
|
email: tomvaneyck@gmail.com
|
49
48
|
executables: []
|
50
49
|
extensions: []
|
@@ -74,6 +73,5 @@ rubyforge_project:
|
|
74
73
|
rubygems_version: 1.8.24
|
75
74
|
signing_key:
|
76
75
|
specification_version: 3
|
77
|
-
summary: A Ruby script for git
|
78
|
-
branch.
|
76
|
+
summary: A Ruby script for git that finds what branch a commit came from.
|
79
77
|
test_files: []
|