socialcast-git-extensions 0.7.0 → 0.8.0
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.
- data/VERSION +1 -1
- data/bin/git-track +8 -0
- data/socialcast-git-extensions.gemspec +3 -2
- metadata +5 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.8.0
|
data/bin/git-track
ADDED
@@ -5,14 +5,14 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{socialcast-git-extensions}
|
8
|
-
s.version = "0.
|
8
|
+
s.version = "0.8.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Ryan Sonnek"]
|
12
12
|
s.date = %q{2010-07-07}
|
13
13
|
s.description = %q{git extension scripts for socialcast workflow}
|
14
14
|
s.email = %q{ryan@socialcast.com}
|
15
|
-
s.executables = ["git-integrate", "git-promote", "git-prune-merged", "git-release", "git-update", "git-wtf"]
|
15
|
+
s.executables = ["git-integrate", "git-promote", "git-prune-merged", "git-release", "git-track", "git-update", "git-wtf"]
|
16
16
|
s.extra_rdoc_files = [
|
17
17
|
"LICENSE",
|
18
18
|
"README.rdoc"
|
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
|
|
28
28
|
"bin/git-promote",
|
29
29
|
"bin/git-prune-merged",
|
30
30
|
"bin/git-release",
|
31
|
+
"bin/git-track",
|
31
32
|
"bin/git-update",
|
32
33
|
"bin/git-wtf",
|
33
34
|
"lib/socialcast-git-extensions.rb",
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: socialcast-git-extensions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 63
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 8
|
9
9
|
- 0
|
10
|
-
version: 0.
|
10
|
+
version: 0.8.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ryan Sonnek
|
@@ -109,6 +109,7 @@ executables:
|
|
109
109
|
- git-promote
|
110
110
|
- git-prune-merged
|
111
111
|
- git-release
|
112
|
+
- git-track
|
112
113
|
- git-update
|
113
114
|
- git-wtf
|
114
115
|
extensions: []
|
@@ -127,6 +128,7 @@ files:
|
|
127
128
|
- bin/git-promote
|
128
129
|
- bin/git-prune-merged
|
129
130
|
- bin/git-release
|
131
|
+
- bin/git-track
|
130
132
|
- bin/git-update
|
131
133
|
- bin/git-wtf
|
132
134
|
- lib/socialcast-git-extensions.rb
|