socialcast-git-extensions 2.1.2 → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/git-reset-staging +1 -1
- data/lib/socialcast-git-extensions/version.rb +1 -1
- metadata +4 -4
data/bin/git-reset-staging
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
require File.join(File.dirname(__FILE__), '..', 'lib', 'socialcast-git-extensions.rb')
|
4
4
|
include Socialcast
|
5
5
|
|
6
|
-
head_branch = ARGV.first || '
|
6
|
+
head_branch = ARGV.first || 'last_known_good_staging'
|
7
7
|
reset_branch('staging', head_branch)
|
8
8
|
reset_branch('last_known_good_staging', head_branch)
|
9
9
|
|
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: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 2.1.
|
9
|
+
- 3
|
10
|
+
version: 2.1.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ryan Sonnek
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-10-
|
18
|
+
date: 2011-10-21 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: grit
|