alpha_omega 0.0.78 → 0.0.79

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/alpha_omega/version.rb +1 -1
  2. metadata +27 -41
@@ -1,3 +1,3 @@
1
1
  module AlphaOmega
2
- Version = "0.0.78"
2
+ Version = "0.0.79"
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: 131
4
+ hash: 129
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 78
10
- version: 0.0.78
9
+ - 79
10
+ version: 0.0.79
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
@@ -48,7 +47,7 @@ dependencies:
48
47
  type: :runtime
49
48
  version_requirements: *id002
50
49
  - !ruby/object:Gem::Dependency
51
- name: marathon
50
+ name: deep_merge
52
51
  prerelease: false
53
52
  requirement: &id003 !ruby/object:Gem::Requirement
54
53
  none: false
@@ -62,21 +61,23 @@ dependencies:
62
61
  type: :runtime
63
62
  version_requirements: *id003
64
63
  - !ruby/object:Gem::Dependency
65
- name: deep_merge
64
+ name: HeSYINUvSBZfxqA-capistrano
66
65
  prerelease: false
67
66
  requirement: &id004 !ruby/object:Gem::Requirement
68
67
  none: false
69
68
  requirements:
70
- - - ">="
69
+ - - "="
71
70
  - !ruby/object:Gem::Version
72
- hash: 3
71
+ hash: 49
73
72
  segments:
74
- - 0
75
- version: "0"
73
+ - 2
74
+ - 5
75
+ - 21
76
+ version: 2.5.21
76
77
  type: :runtime
77
78
  version_requirements: *id004
78
79
  - !ruby/object:Gem::Dependency
79
- name: HeSYINUvSBZfxqA-capistrano
80
+ name: HeSYINUvSBZfxqA-capistrano_colors
80
81
  prerelease: false
81
82
  requirement: &id005 !ruby/object:Gem::Requirement
82
83
  none: false
@@ -90,7 +91,7 @@ dependencies:
90
91
  type: :runtime
91
92
  version_requirements: *id005
92
93
  - !ruby/object:Gem::Dependency
93
- name: HeSYINUvSBZfxqA-capistrano_colors
94
+ name: HeSYINUvSBZfxqA-capistrano_log
94
95
  prerelease: false
95
96
  requirement: &id006 !ruby/object:Gem::Requirement
96
97
  none: false
@@ -103,20 +104,6 @@ dependencies:
103
104
  version: "0"
104
105
  type: :runtime
105
106
  version_requirements: *id006
106
- - !ruby/object:Gem::Dependency
107
- name: HeSYINUvSBZfxqA-capistrano_log
108
- prerelease: false
109
- requirement: &id007 !ruby/object:Gem::Requirement
110
- none: false
111
- requirements:
112
- - - ">="
113
- - !ruby/object:Gem::Version
114
- hash: 3
115
- segments:
116
- - 0
117
- version: "0"
118
- type: :runtime
119
- version_requirements: *id007
120
107
  description: Common reciples for persistent capistrano releases
121
108
  email:
122
109
  - nghidav@gmail.com
@@ -131,31 +118,30 @@ files:
131
118
  - LICENSE
132
119
  - README.mkd
133
120
  - Procfile.rb
134
- - libexec/rollback
135
- - libexec/stage
136
- - libexec/patch
137
- - libexec/compare
138
121
  - libexec/check
122
+ - libexec/compare
139
123
  - libexec/deploy
140
- - libexec/shell
141
124
  - libexec/dna
142
125
  - libexec/hosts
143
- - lib/alpha_omega/deploy.rb
144
- - lib/alpha_omega/version.rb
145
- - lib/alpha_omega/deploy/scm.rb
126
+ - libexec/patch
127
+ - libexec/rollback
128
+ - libexec/shell
129
+ - libexec/stage
146
130
  - lib/alpha_omega/deploy/dependencies.rb
147
- - lib/alpha_omega/deploy/templates/maintenance.rhtml
148
- - lib/alpha_omega/deploy/strategy.rb
131
+ - lib/alpha_omega/deploy/local_dependency.rb
132
+ - lib/alpha_omega/deploy/remote_dependency.rb
149
133
  - lib/alpha_omega/deploy/scm/base.rb
150
134
  - lib/alpha_omega/deploy/scm/git.rb
135
+ - lib/alpha_omega/deploy/scm.rb
151
136
  - lib/alpha_omega/deploy/strategy/base.rb
152
137
  - lib/alpha_omega/deploy/strategy/checkout.rb
153
138
  - lib/alpha_omega/deploy/strategy/remote.rb
154
- - lib/alpha_omega/deploy/local_dependency.rb
155
- - lib/alpha_omega/deploy/remote_dependency.rb
139
+ - lib/alpha_omega/deploy/strategy.rb
140
+ - lib/alpha_omega/deploy/templates/maintenance.rhtml
141
+ - lib/alpha_omega/deploy.rb
156
142
  - lib/alpha_omega/utils.rb
143
+ - lib/alpha_omega/version.rb
157
144
  - bin/alpha_omega
158
- has_rdoc: true
159
145
  homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
160
146
  licenses: []
161
147
 
@@ -185,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
171
  requirements: []
186
172
 
187
173
  rubyforge_project:
188
- rubygems_version: 1.5.3
174
+ rubygems_version: 1.8.17
189
175
  signing_key:
190
176
  specification_version: 3
191
177
  summary: alpha_omega capistrano recipes