alpha_omega 1.3.46 → 1.3.47

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.46
1
+ 1.3.47
@@ -77,6 +77,7 @@ module Capistrano
77
77
  execute << "[[ -d #{destination}/.git ]] || #{git} clone #{verbose} #{variable(:repository)} #{destination}"
78
78
  execute << "cd #{destination} && #{git} fetch -q && #{git} checkout -q --force #{revision}"
79
79
  execute << "cd #{destination} && #{git} reset -q --hard #{revision} && #{git} submodule update -q --init --recursive"
80
+ execute << "cd #{destination} && #{git} status --porcelain"
80
81
 
81
82
  execute
82
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: 71
4
+ hash: 69
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 46
10
- version: 1.3.46
9
+ - 47
10
+ version: 1.3.47
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem