alpha_omega 0.0.108 → 0.0.109

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 CHANGED
@@ -1 +1 @@
1
- 0.0.108
1
+ 0.0.109
@@ -75,7 +75,9 @@ module Capistrano
75
75
  execute = []
76
76
 
77
77
  execute << "[[ -d #{destination}/.git ]] || #{git} clone #{verbose} #{variable(:repository)} #{destination}"
78
- execute << "cd #{destination} && #{git} fetch -q && #{git} reset --hard #{revision} && #{git} submodule update --init --recursive"
78
+ execute << "cd #{destination} && #{git} fetch -q && #{git} checkout --force #{branch}"
79
+ execute << "cd #{destination} && #{git} remote prune origin"
80
+ execute << "cd #{destination} && #{git} reset --hard #{revision} && #{git} submodule update --init --recursive"
79
81
 
80
82
  execute
81
83
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alpha_omega
3
3
  version: !ruby/object:Gem::Version
4
- hash: 199
4
+ hash: 197
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 108
10
- version: 0.0.108
9
+ - 109
10
+ version: 0.0.109
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem
@@ -179,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
179
179
  requirements: []
180
180
 
181
181
  rubyforge_project:
182
- rubygems_version: 1.8.21
182
+ rubygems_version: 1.8.17
183
183
  signing_key:
184
184
  specification_version: 3
185
185
  summary: alpha_omega capistrano recipes