alpha_omega 0.0.37 → 0.0.38

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- alpha_omega (0.0.37)
4
+ alpha_omega (0.0.38)
5
5
  HeSYINUvSBZfxqA-capistrano
6
6
  HeSYINUvSBZfxqA-capistrano_colors
7
7
  HeSYINUvSBZfxqA-capistrano_log
@@ -75,7 +75,10 @@ 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}"
78
+ execute << "cd #{destination}"
79
+ execute << "#{git} fetch -q"
80
+ execute << "#{git} reset --hard #{revision}"
81
+ execute << "#{git} submodule update --init --recursive"
79
82
 
80
83
  execute
81
84
  end
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.37"
2
+ Version = "0.0.38"
3
3
  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: 85
4
+ hash: 83
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 37
10
- version: 0.0.37
9
+ - 38
10
+ version: 0.0.38
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem
@@ -16,8 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-08-31 00:00:00 +00:00
20
- default_executable:
19
+ date: 2011-08-31 00:00:00 Z
21
20
  dependencies:
22
21
  - !ruby/object:Gem::Dependency
23
22
  name: grit
@@ -1211,7 +1210,6 @@ files:
1211
1210
  - website/vendor/cache/showoff-0.4.2.gem
1212
1211
  - website/vendor/cache/sinatra-1.2.6.gem
1213
1212
  - website/vendor/cache/tilt-1.3.2.gem
1214
- has_rdoc: true
1215
1213
  homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
1216
1214
  licenses: []
1217
1215
 
@@ -1241,7 +1239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1241
1239
  requirements: []
1242
1240
 
1243
1241
  rubyforge_project:
1244
- rubygems_version: 1.5.3
1242
+ rubygems_version: 1.8.11
1245
1243
  signing_key:
1246
1244
  specification_version: 3
1247
1245
  summary: alpha_omega capistrano recipes