alpha_omega 0.0.66 → 0.0.67

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.
@@ -35,7 +35,7 @@ module AlphaOmega
35
35
  end
36
36
 
37
37
  config.task "#{task_name}.#{pod_name}.echo" do
38
- puts "#{AlphaOmega.echo_magic} #{task_name}"
38
+ puts "#{AlphaOmega.echo_magic} #{remote_name}"
39
39
  end
40
40
 
41
41
  config.task "#{task_name}.echo" do
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.66"
2
+ Version = "0.0.67"
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: 155
4
+ hash: 153
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 66
10
- version: 0.0.66
9
+ - 67
10
+ version: 0.0.67
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Nghiem
@@ -16,7 +16,8 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-08-31 00:00:00 Z
19
+ date: 2011-08-31 00:00:00 +00:00
20
+ default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency
22
23
  name: grit
@@ -117,29 +118,30 @@ files:
117
118
  - README.mkd
118
119
  - Procfile.rb
119
120
  - libexec/compare
120
- - libexec/rollback
121
- - libexec/shell
122
- - libexec/cook
123
121
  - libexec/check
124
122
  - libexec/patch
125
123
  - libexec/deploy
126
- - libexec/hosts
127
124
  - libexec/stage
128
- - lib/alpha_omega/version.rb
129
- - lib/alpha_omega/deploy.rb
130
- - lib/alpha_omega/utils.rb
125
+ - libexec/cook
126
+ - libexec/hosts
127
+ - libexec/shell
128
+ - libexec/rollback
131
129
  - lib/alpha_omega/deploy/remote_dependency.rb
132
- - lib/alpha_omega/deploy/strategy.rb
133
- - lib/alpha_omega/deploy/dependencies.rb
134
- - lib/alpha_omega/deploy/scm.rb
135
- - lib/alpha_omega/deploy/strategy/remote.rb
136
130
  - lib/alpha_omega/deploy/strategy/base.rb
131
+ - lib/alpha_omega/deploy/strategy/remote.rb
137
132
  - lib/alpha_omega/deploy/strategy/checkout.rb
138
- - lib/alpha_omega/deploy/templates/maintenance.rhtml
133
+ - lib/alpha_omega/deploy/dependencies.rb
139
134
  - lib/alpha_omega/deploy/local_dependency.rb
135
+ - lib/alpha_omega/deploy/strategy.rb
136
+ - lib/alpha_omega/deploy/templates/maintenance.rhtml
137
+ - lib/alpha_omega/deploy/scm.rb
140
138
  - lib/alpha_omega/deploy/scm/git.rb
141
139
  - lib/alpha_omega/deploy/scm/base.rb
140
+ - lib/alpha_omega/utils.rb
141
+ - lib/alpha_omega/version.rb
142
+ - lib/alpha_omega/deploy.rb
142
143
  - bin/alpha_omega
144
+ has_rdoc: true
143
145
  homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
144
146
  licenses: []
145
147
 
@@ -169,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
171
  requirements: []
170
172
 
171
173
  rubyforge_project:
172
- rubygems_version: 1.8.10
174
+ rubygems_version: 1.5.3
173
175
  signing_key:
174
176
  specification_version: 3
175
177
  summary: alpha_omega capistrano recipes