socialcast-git-extensions 2.2.7 → 2.2.8

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.
@@ -10,7 +10,6 @@ include Socialcast::Git
10
10
 
11
11
  branch = current_branch
12
12
  protect_reserved_branches!(branch, 'integrate')
13
- exit 1
14
13
 
15
14
  run_cmd 'git update'
16
15
  integrate(branch, 'prototype')
@@ -7,8 +7,6 @@ include Socialcast::Git
7
7
  branch = current_branch
8
8
  protect_reserved_branches!(branch, 'promote')
9
9
 
10
- exit 1
11
-
12
10
  run_cmd 'git update'
13
11
  integrate(branch, 'staging')
14
12
 
@@ -1,5 +1,5 @@
1
1
  module Socialcast
2
2
  module Gitx
3
- VERSION = "2.2.7"
3
+ VERSION = "2.2.8"
4
4
  end
5
5
  end
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: 9
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
- - 7
10
- version: 2.2.7
9
+ - 8
10
+ version: 2.2.8
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-11-21 00:00:00 Z
18
+ date: 2011-11-30 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: grit