alpha_omega 0.0.110 → 0.0.111

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.110
1
+ 0.0.111
@@ -75,9 +75,7 @@ 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} checkout --force #{branch}"
79
- execute << "cd #{destination} && #{git} remote prune origin"
80
- execute << "cd #{destination} && #{git} reset --hard #{revision} && #{git} submodule update --init --recursive"
78
+ execute << "cd #{destination} && #{git} fetch -q && #{git} reset --hard #{revision} && #{git} submodule update --init --recursive"
81
79
 
82
80
  execute
83
81
  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: 195
4
+ hash: 193
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 110
10
- version: 0.0.110
9
+ - 111
10
+ version: 0.0.111
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem