alpha_omega 0.0.161 → 0.0.162

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/libexec/proxy +1 -1
  3. metadata +30 -32
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.161
1
+ 0.0.162
@@ -19,4 +19,4 @@ if [[ -z $git_head ]]; then
19
19
  exit 1
20
20
  fi
21
21
 
22
- ssh -t $hst_proxy alpha_omega_proxy_helper2 "$USER" "$git_url" "$git_branch:$git_head" "$@"
22
+ ssh -q -t $hst_proxy alpha_omega_proxy_helper2 "$USER" "$git_url" "$git_branch:$git_head" "$@"
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: 349
4
+ hash: 347
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 161
10
- version: 0.0.161
9
+ - 162
10
+ version: 0.0.162
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
@@ -119,44 +118,43 @@ files:
119
118
  - LICENSE
120
119
  - VERSION
121
120
  - README.mkd
122
- - libexec/unlock
123
- - libexec/proxy
124
- - libexec/build
125
- - libexec/restart
126
- - libexec/stage
127
121
  - libexec/activate
128
- - libexec/rollback
129
- - libexec/plan
130
- - libexec/compare
131
- - libexec/shell
132
- - libexec/migrate
133
- - libexec/deploy
134
- - libexec/config
122
+ - libexec/build
135
123
  - libexec/bump
136
- - libexec/dna
137
124
  - libexec/check
125
+ - libexec/compare
126
+ - libexec/config
138
127
  - libexec/debug
139
- - libexec/lock
140
- - libexec/invoke
128
+ - libexec/deploy
129
+ - libexec/dist
130
+ - libexec/dna
141
131
  - libexec/hosts
132
+ - libexec/invoke
133
+ - libexec/lock
134
+ - libexec/migrate
135
+ - libexec/plan
136
+ - libexec/proxy
142
137
  - libexec/release
143
- - libexec/dist
144
- - lib/alpha_omega/utils.rb
145
- - lib/alpha_omega/deploy.rb
146
- - lib/alpha_omega/version.rb
138
+ - libexec/restart
139
+ - libexec/rollback
140
+ - libexec/shell
141
+ - libexec/stage
142
+ - libexec/unlock
143
+ - lib/alpha_omega/deploy/dependencies.rb
147
144
  - lib/alpha_omega/deploy/local_dependency.rb
145
+ - lib/alpha_omega/deploy/remote_dependency.rb
146
+ - lib/alpha_omega/deploy/scm/base.rb
147
+ - lib/alpha_omega/deploy/scm/git.rb
148
+ - lib/alpha_omega/deploy/scm.rb
148
149
  - lib/alpha_omega/deploy/strategy/base.rb
149
150
  - lib/alpha_omega/deploy/strategy/checkout.rb
150
151
  - lib/alpha_omega/deploy/strategy/remote.rb
151
- - lib/alpha_omega/deploy/scm.rb
152
- - lib/alpha_omega/deploy/templates/maintenance.rhtml
153
152
  - lib/alpha_omega/deploy/strategy.rb
154
- - lib/alpha_omega/deploy/scm/base.rb
155
- - lib/alpha_omega/deploy/scm/git.rb
156
- - lib/alpha_omega/deploy/dependencies.rb
157
- - lib/alpha_omega/deploy/remote_dependency.rb
153
+ - lib/alpha_omega/deploy/templates/maintenance.rhtml
154
+ - lib/alpha_omega/deploy.rb
155
+ - lib/alpha_omega/utils.rb
156
+ - lib/alpha_omega/version.rb
158
157
  - bin/alpha_omega
159
- has_rdoc: true
160
158
  homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
161
159
  licenses: []
162
160
 
@@ -186,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
184
  requirements: []
187
185
 
188
186
  rubyforge_project:
189
- rubygems_version: 1.5.3
187
+ rubygems_version: 1.8.21
190
188
  signing_key:
191
189
  specification_version: 3
192
190
  summary: alpha_omega capistrano recipes