engineyard-serverside 1.4.8.nodestack → 1.4.9.nodestack
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/engineyard-serverside/cli.rb +2 -2
- data/lib/engineyard-serverside/version.rb +1 -1
- metadata +345 -323
@@ -219,7 +219,7 @@ module EY
|
|
219
219
|
remote_gem_file = File.join(Dir.tmpdir, gem_filename)
|
220
220
|
gem_binary = File.join(::Gem.default_bindir, 'gem')
|
221
221
|
|
222
|
-
|
222
|
+
EY::Serverside::Server.all.find_all do |server|
|
223
223
|
!server.local? # of course this machine has it
|
224
224
|
end.map do |server|
|
225
225
|
need_later do
|
@@ -240,7 +240,7 @@ module EY
|
|
240
240
|
server.run("sudo #{gem_binary} install --no-rdoc --no-ri '#{remote_gem_file}'")
|
241
241
|
end
|
242
242
|
end
|
243
|
-
end
|
243
|
+
end
|
244
244
|
end
|
245
245
|
|
246
246
|
private
|
metadata
CHANGED
@@ -1,298 +1,312 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: engineyard-serverside
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: -1757219163
|
4
5
|
prerelease: 6
|
5
|
-
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 4
|
9
|
+
- 9
|
10
|
+
- nodestack
|
11
|
+
version: 1.4.9.nodestack
|
6
12
|
platform: ruby
|
7
13
|
authors:
|
8
|
-
|
14
|
+
- EY Cloud Team
|
9
15
|
autorequire:
|
10
16
|
bindir: bin
|
11
17
|
cert_chain: []
|
12
18
|
|
13
|
-
date: 2011-09-
|
14
|
-
default_executable: engineyard-serverside
|
19
|
+
date: 2011-09-09 00:00:00 Z
|
15
20
|
dependencies:
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
21
|
+
- !ruby/object:Gem::Dependency
|
22
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
23
|
+
none: false
|
24
|
+
requirements:
|
25
|
+
- - "="
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
hash: 49
|
28
|
+
segments:
|
29
|
+
- 0
|
30
|
+
- 8
|
31
|
+
- 7
|
32
|
+
version: 0.8.7
|
33
|
+
version_requirements: *id001
|
34
|
+
name: rake
|
35
|
+
type: :development
|
36
|
+
prerelease: false
|
37
|
+
- !ruby/object:Gem::Dependency
|
38
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
39
|
+
none: false
|
40
|
+
requirements:
|
41
|
+
- - "="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
hash: 27
|
44
|
+
segments:
|
45
|
+
- 1
|
46
|
+
- 3
|
47
|
+
- 0
|
48
|
+
version: 1.3.0
|
49
|
+
version_requirements: *id002
|
50
|
+
name: rspec
|
51
|
+
type: :development
|
52
|
+
prerelease: false
|
38
53
|
description:
|
39
54
|
email: cloud@engineyard.com
|
40
55
|
executables:
|
41
|
-
|
56
|
+
- engineyard-serverside
|
42
57
|
extensions: []
|
43
58
|
|
44
59
|
extra_rdoc_files: []
|
45
60
|
|
46
61
|
files:
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
has_rdoc: true
|
62
|
+
- bin/engineyard-serverside
|
63
|
+
- lib/core-ext/README.md
|
64
|
+
- lib/core-ext/string.rb
|
65
|
+
- lib/engineyard-serverside/bundle_installer.rb
|
66
|
+
- lib/engineyard-serverside/cli.rb
|
67
|
+
- lib/engineyard-serverside/configuration.rb
|
68
|
+
- lib/engineyard-serverside/default_maintenance_page.html
|
69
|
+
- lib/engineyard-serverside/deploy.rb
|
70
|
+
- lib/engineyard-serverside/deploy_hook.rb
|
71
|
+
- lib/engineyard-serverside/deprecation.rb
|
72
|
+
- lib/engineyard-serverside/lockfile_parser.rb
|
73
|
+
- lib/engineyard-serverside/logged_output.rb
|
74
|
+
- lib/engineyard-serverside/server.rb
|
75
|
+
- lib/engineyard-serverside/strategies/git.rb
|
76
|
+
- lib/engineyard-serverside/task.rb
|
77
|
+
- lib/engineyard-serverside/version.rb
|
78
|
+
- lib/engineyard-serverside.rb
|
79
|
+
- lib/vendor/dataflow/dataflow/actor.rb
|
80
|
+
- lib/vendor/dataflow/dataflow/equality.rb
|
81
|
+
- lib/vendor/dataflow/dataflow/future_queue.rb
|
82
|
+
- lib/vendor/dataflow/dataflow/port.rb
|
83
|
+
- lib/vendor/dataflow/dataflow.rb
|
84
|
+
- lib/vendor/dataflow/examples/barrier.rb
|
85
|
+
- lib/vendor/dataflow/examples/data_driven.rb
|
86
|
+
- lib/vendor/dataflow/examples/dataflow_http_gets.rb
|
87
|
+
- lib/vendor/dataflow/examples/flow.rb
|
88
|
+
- lib/vendor/dataflow/examples/future_http_gets.rb
|
89
|
+
- lib/vendor/dataflow/examples/future_queue.rb
|
90
|
+
- lib/vendor/dataflow/examples/instance_variables.rb
|
91
|
+
- lib/vendor/dataflow/examples/laziness.rb
|
92
|
+
- lib/vendor/dataflow/examples/local_variables.rb
|
93
|
+
- lib/vendor/dataflow/examples/messages.rb
|
94
|
+
- lib/vendor/dataflow/examples/port_http_gets.rb
|
95
|
+
- lib/vendor/dataflow/examples/port_send.rb
|
96
|
+
- lib/vendor/dataflow/examples/ring.rb
|
97
|
+
- lib/vendor/dataflow/HISTORY
|
98
|
+
- lib/vendor/dataflow/LICENSE
|
99
|
+
- lib/vendor/dataflow/Rakefile
|
100
|
+
- lib/vendor/dataflow/README.textile
|
101
|
+
- lib/vendor/dataflow/spec/actor_spec.rb
|
102
|
+
- lib/vendor/dataflow/spec/anonymous_variables_spec.rb
|
103
|
+
- lib/vendor/dataflow/spec/barrier_spec.rb
|
104
|
+
- lib/vendor/dataflow/spec/by_need_spec.rb
|
105
|
+
- lib/vendor/dataflow/spec/dataflow_spec.rb
|
106
|
+
- lib/vendor/dataflow/spec/equality_spec.rb
|
107
|
+
- lib/vendor/dataflow/spec/flow_spec.rb
|
108
|
+
- lib/vendor/dataflow/spec/forker_spec.rb
|
109
|
+
- lib/vendor/dataflow/spec/future_queue_spec.rb
|
110
|
+
- lib/vendor/dataflow/spec/inspect_spec.rb
|
111
|
+
- lib/vendor/dataflow/spec/need_later_spec.rb
|
112
|
+
- lib/vendor/dataflow/spec/port_spec.rb
|
113
|
+
- lib/vendor/dataflow/spec/spec.opts
|
114
|
+
- lib/vendor/dataflow/spec/spec_helper.rb
|
115
|
+
- lib/vendor/escape/doc_include/template/qualitysmith.rb
|
116
|
+
- lib/vendor/escape/lib/escape.rb
|
117
|
+
- lib/vendor/escape/Readme
|
118
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkComparison.log
|
119
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast-autocorrelation.dat
|
120
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast.dat
|
121
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty-autocorrelation.dat
|
122
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty.dat
|
123
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe-autocorrelation.dat
|
124
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe.dat
|
125
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt.log
|
126
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast-autocorrelation.dat
|
127
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast.dat
|
128
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty-autocorrelation.dat
|
129
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty.dat
|
130
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe-autocorrelation.dat
|
131
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe.dat
|
132
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure.log
|
133
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator-autocorrelation.dat
|
134
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator.dat
|
135
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails.log
|
136
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkComparison.log
|
137
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser-autocorrelation.dat
|
138
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser.dat
|
139
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt.log
|
140
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser-autocorrelation.dat
|
141
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser.dat
|
142
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure.log
|
143
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser-autocorrelation.dat
|
144
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser.dat
|
145
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails.log
|
146
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser-autocorrelation.dat
|
147
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser.dat
|
148
|
+
- lib/vendor/json_pure/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML.log
|
149
|
+
- lib/vendor/json_pure/benchmarks/generator2_benchmark.rb
|
150
|
+
- lib/vendor/json_pure/benchmarks/generator_benchmark.rb
|
151
|
+
- lib/vendor/json_pure/benchmarks/ohai.json
|
152
|
+
- lib/vendor/json_pure/benchmarks/ohai.ruby
|
153
|
+
- lib/vendor/json_pure/benchmarks/parser2_benchmark.rb
|
154
|
+
- lib/vendor/json_pure/benchmarks/parser_benchmark.rb
|
155
|
+
- lib/vendor/json_pure/bin/edit_json.rb
|
156
|
+
- lib/vendor/json_pure/bin/prettify_json.rb
|
157
|
+
- lib/vendor/json_pure/CHANGES
|
158
|
+
- lib/vendor/json_pure/COPYING
|
159
|
+
- lib/vendor/json_pure/data/example.json
|
160
|
+
- lib/vendor/json_pure/data/index.html
|
161
|
+
- lib/vendor/json_pure/data/prototype.js
|
162
|
+
- lib/vendor/json_pure/ext/json/ext/generator/extconf.rb
|
163
|
+
- lib/vendor/json_pure/ext/json/ext/generator/generator.c
|
164
|
+
- lib/vendor/json_pure/ext/json/ext/generator/generator.h
|
165
|
+
- lib/vendor/json_pure/ext/json/ext/parser/extconf.rb
|
166
|
+
- lib/vendor/json_pure/ext/json/ext/parser/parser.c
|
167
|
+
- lib/vendor/json_pure/ext/json/ext/parser/parser.h
|
168
|
+
- lib/vendor/json_pure/ext/json/ext/parser/parser.rl
|
169
|
+
- lib/vendor/json_pure/GPL
|
170
|
+
- lib/vendor/json_pure/install.rb
|
171
|
+
- lib/vendor/json_pure/lib/json/add/core.rb
|
172
|
+
- lib/vendor/json_pure/lib/json/add/rails.rb
|
173
|
+
- lib/vendor/json_pure/lib/json/Array.xpm
|
174
|
+
- lib/vendor/json_pure/lib/json/common.rb
|
175
|
+
- lib/vendor/json_pure/lib/json/editor.rb
|
176
|
+
- lib/vendor/json_pure/lib/json/ext.rb
|
177
|
+
- lib/vendor/json_pure/lib/json/FalseClass.xpm
|
178
|
+
- lib/vendor/json_pure/lib/json/Hash.xpm
|
179
|
+
- lib/vendor/json_pure/lib/json/json.xpm
|
180
|
+
- lib/vendor/json_pure/lib/json/Key.xpm
|
181
|
+
- lib/vendor/json_pure/lib/json/NilClass.xpm
|
182
|
+
- lib/vendor/json_pure/lib/json/Numeric.xpm
|
183
|
+
- lib/vendor/json_pure/lib/json/pure/generator.rb
|
184
|
+
- lib/vendor/json_pure/lib/json/pure/parser.rb
|
185
|
+
- lib/vendor/json_pure/lib/json/pure.rb
|
186
|
+
- lib/vendor/json_pure/lib/json/String.xpm
|
187
|
+
- lib/vendor/json_pure/lib/json/TrueClass.xpm
|
188
|
+
- lib/vendor/json_pure/lib/json/version.rb
|
189
|
+
- lib/vendor/json_pure/lib/json.rb
|
190
|
+
- lib/vendor/json_pure/Rakefile
|
191
|
+
- lib/vendor/json_pure/README
|
192
|
+
- lib/vendor/json_pure/tests/fixtures/fail1.json
|
193
|
+
- lib/vendor/json_pure/tests/fixtures/fail10.json
|
194
|
+
- lib/vendor/json_pure/tests/fixtures/fail11.json
|
195
|
+
- lib/vendor/json_pure/tests/fixtures/fail12.json
|
196
|
+
- lib/vendor/json_pure/tests/fixtures/fail13.json
|
197
|
+
- lib/vendor/json_pure/tests/fixtures/fail14.json
|
198
|
+
- lib/vendor/json_pure/tests/fixtures/fail18.json
|
199
|
+
- lib/vendor/json_pure/tests/fixtures/fail19.json
|
200
|
+
- lib/vendor/json_pure/tests/fixtures/fail2.json
|
201
|
+
- lib/vendor/json_pure/tests/fixtures/fail20.json
|
202
|
+
- lib/vendor/json_pure/tests/fixtures/fail21.json
|
203
|
+
- lib/vendor/json_pure/tests/fixtures/fail22.json
|
204
|
+
- lib/vendor/json_pure/tests/fixtures/fail23.json
|
205
|
+
- lib/vendor/json_pure/tests/fixtures/fail24.json
|
206
|
+
- lib/vendor/json_pure/tests/fixtures/fail25.json
|
207
|
+
- lib/vendor/json_pure/tests/fixtures/fail27.json
|
208
|
+
- lib/vendor/json_pure/tests/fixtures/fail28.json
|
209
|
+
- lib/vendor/json_pure/tests/fixtures/fail3.json
|
210
|
+
- lib/vendor/json_pure/tests/fixtures/fail4.json
|
211
|
+
- lib/vendor/json_pure/tests/fixtures/fail5.json
|
212
|
+
- lib/vendor/json_pure/tests/fixtures/fail6.json
|
213
|
+
- lib/vendor/json_pure/tests/fixtures/fail7.json
|
214
|
+
- lib/vendor/json_pure/tests/fixtures/fail8.json
|
215
|
+
- lib/vendor/json_pure/tests/fixtures/fail9.json
|
216
|
+
- lib/vendor/json_pure/tests/fixtures/pass1.json
|
217
|
+
- lib/vendor/json_pure/tests/fixtures/pass15.json
|
218
|
+
- lib/vendor/json_pure/tests/fixtures/pass16.json
|
219
|
+
- lib/vendor/json_pure/tests/fixtures/pass17.json
|
220
|
+
- lib/vendor/json_pure/tests/fixtures/pass2.json
|
221
|
+
- lib/vendor/json_pure/tests/fixtures/pass26.json
|
222
|
+
- lib/vendor/json_pure/tests/fixtures/pass3.json
|
223
|
+
- lib/vendor/json_pure/tests/test_json.rb
|
224
|
+
- lib/vendor/json_pure/tests/test_json_addition.rb
|
225
|
+
- lib/vendor/json_pure/tests/test_json_encoding.rb
|
226
|
+
- lib/vendor/json_pure/tests/test_json_fixtures.rb
|
227
|
+
- lib/vendor/json_pure/tests/test_json_generate.rb
|
228
|
+
- lib/vendor/json_pure/tests/test_json_rails.rb
|
229
|
+
- lib/vendor/json_pure/tests/test_json_unicode.rb
|
230
|
+
- lib/vendor/json_pure/TODO
|
231
|
+
- lib/vendor/json_pure/tools/fuzz.rb
|
232
|
+
- lib/vendor/json_pure/tools/server.rb
|
233
|
+
- lib/vendor/json_pure/VERSION
|
234
|
+
- lib/vendor/open4/lib/open4.rb
|
235
|
+
- lib/vendor/ruby_1.8.6_openssl.patch
|
236
|
+
- lib/vendor/thor/bin/rake2thor
|
237
|
+
- lib/vendor/thor/bin/thor
|
238
|
+
- lib/vendor/thor/CHANGELOG.rdoc
|
239
|
+
- lib/vendor/thor/lib/thor/actions/create_file.rb
|
240
|
+
- lib/vendor/thor/lib/thor/actions/directory.rb
|
241
|
+
- lib/vendor/thor/lib/thor/actions/empty_directory.rb
|
242
|
+
- lib/vendor/thor/lib/thor/actions/file_manipulation.rb
|
243
|
+
- lib/vendor/thor/lib/thor/actions/inject_into_file.rb
|
244
|
+
- lib/vendor/thor/lib/thor/actions.rb
|
245
|
+
- lib/vendor/thor/lib/thor/base.rb
|
246
|
+
- lib/vendor/thor/lib/thor/core_ext/file_binary_read.rb
|
247
|
+
- lib/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
|
248
|
+
- lib/vendor/thor/lib/thor/core_ext/ordered_hash.rb
|
249
|
+
- lib/vendor/thor/lib/thor/error.rb
|
250
|
+
- lib/vendor/thor/lib/thor/group.rb
|
251
|
+
- lib/vendor/thor/lib/thor/invocation.rb
|
252
|
+
- lib/vendor/thor/lib/thor/parser/argument.rb
|
253
|
+
- lib/vendor/thor/lib/thor/parser/arguments.rb
|
254
|
+
- lib/vendor/thor/lib/thor/parser/option.rb
|
255
|
+
- lib/vendor/thor/lib/thor/parser/options.rb
|
256
|
+
- lib/vendor/thor/lib/thor/parser.rb
|
257
|
+
- lib/vendor/thor/lib/thor/rake_compat.rb
|
258
|
+
- lib/vendor/thor/lib/thor/runner.rb
|
259
|
+
- lib/vendor/thor/lib/thor/shell/basic.rb
|
260
|
+
- lib/vendor/thor/lib/thor/shell/color.rb
|
261
|
+
- lib/vendor/thor/lib/thor/shell.rb
|
262
|
+
- lib/vendor/thor/lib/thor/task.rb
|
263
|
+
- lib/vendor/thor/lib/thor/util.rb
|
264
|
+
- lib/vendor/thor/lib/thor/version.rb
|
265
|
+
- lib/vendor/thor/lib/thor.rb
|
266
|
+
- lib/vendor/thor/LICENSE
|
267
|
+
- lib/vendor/thor/README.rdoc
|
268
|
+
- lib/vendor/thor/thor.gemspec
|
269
|
+
- lib/vendor/thor/Thorfile
|
270
|
+
- LICENSE
|
271
|
+
- spec/custom_deploy_spec.rb
|
272
|
+
- spec/deploy_hook_spec.rb
|
273
|
+
- spec/deprecation_spec.rb
|
274
|
+
- spec/fixtures/gemfiles/activerecord_jdbcmysql/Gemfile
|
275
|
+
- spec/fixtures/gemfiles/activerecord_jdbcmysql/Gemfile.lock
|
276
|
+
- spec/fixtures/gemfiles/activerecord_jdbcpostgresql/Gemfile
|
277
|
+
- spec/fixtures/gemfiles/activerecord_jdbcpostgresql/Gemfile.lock
|
278
|
+
- spec/fixtures/gemfiles/activerecord_mysql/Gemfile
|
279
|
+
- spec/fixtures/gemfiles/activerecord_mysql/Gemfile.lock
|
280
|
+
- spec/fixtures/gemfiles/activerecord_mysql2/Gemfile
|
281
|
+
- spec/fixtures/gemfiles/activerecord_mysql2/Gemfile.lock
|
282
|
+
- spec/fixtures/gemfiles/activerecord_pg/Gemfile
|
283
|
+
- spec/fixtures/gemfiles/activerecord_pg/Gemfile.lock
|
284
|
+
- spec/fixtures/gemfiles/activerecord_sqlite3/Gemfile
|
285
|
+
- spec/fixtures/gemfiles/activerecord_sqlite3/Gemfile.lock
|
286
|
+
- spec/fixtures/gemfiles/diy_database_yml/config/database.yml
|
287
|
+
- spec/fixtures/gemfiles/diy_database_yml/Gemfile
|
288
|
+
- spec/fixtures/gemfiles/diy_database_yml/Gemfile.lock
|
289
|
+
- spec/fixtures/gitrepo/foo
|
290
|
+
- spec/fixtures/gitrepo.tar.gz
|
291
|
+
- spec/fixtures/invalid_hook.rb
|
292
|
+
- spec/fixtures/valid_hook.rb
|
293
|
+
- spec/generate_configs_spec.rb
|
294
|
+
- spec/git_strategy_spec.rb
|
295
|
+
- spec/lib/full_test_deploy.rb
|
296
|
+
- spec/lockfile_parser_spec.rb
|
297
|
+
- spec/real_deploy_spec.rb
|
298
|
+
- spec/restart_spec.rb
|
299
|
+
- spec/server_spec.rb
|
300
|
+
- spec/spec_helper.rb
|
301
|
+
- spec/support/lockfiles/0.9-no-bundler
|
302
|
+
- spec/support/lockfiles/0.9-with-bundler
|
303
|
+
- spec/support/lockfiles/1.0-no-bundler
|
304
|
+
- spec/support/lockfiles/1.0.0.rc.1-with-bundler
|
305
|
+
- spec/support/lockfiles/1.0.6-no-bundler
|
306
|
+
- spec/support/lockfiles/1.0.6-with-any-bundler
|
307
|
+
- spec/support/lockfiles/1.0.6-with-bundler
|
308
|
+
- spec/support/lockfiles/evil-yaml
|
309
|
+
- spec/support/lockfiles/not-a-lockfile
|
296
310
|
homepage: http://github.com/engineyard/engineyard-serverside
|
297
311
|
licenses: []
|
298
312
|
|
@@ -300,63 +314,71 @@ post_install_message:
|
|
300
314
|
rdoc_options: []
|
301
315
|
|
302
316
|
require_paths:
|
303
|
-
|
317
|
+
- lib
|
304
318
|
required_ruby_version: !ruby/object:Gem::Requirement
|
305
319
|
none: false
|
306
320
|
requirements:
|
307
|
-
|
308
|
-
|
309
|
-
|
321
|
+
- - ">="
|
322
|
+
- !ruby/object:Gem::Version
|
323
|
+
hash: 3
|
324
|
+
segments:
|
325
|
+
- 0
|
326
|
+
version: "0"
|
310
327
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
311
328
|
none: false
|
312
329
|
requirements:
|
313
|
-
|
314
|
-
|
315
|
-
|
330
|
+
- - ">"
|
331
|
+
- !ruby/object:Gem::Version
|
332
|
+
hash: 25
|
333
|
+
segments:
|
334
|
+
- 1
|
335
|
+
- 3
|
336
|
+
- 1
|
337
|
+
version: 1.3.1
|
316
338
|
requirements: []
|
317
339
|
|
318
340
|
rubyforge_project:
|
319
|
-
rubygems_version: 1.
|
341
|
+
rubygems_version: 1.8.6
|
320
342
|
signing_key:
|
321
343
|
specification_version: 3
|
322
344
|
summary: A gem that deploys ruby applications on EY Cloud instances
|
323
345
|
test_files:
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
346
|
+
- spec/custom_deploy_spec.rb
|
347
|
+
- spec/deploy_hook_spec.rb
|
348
|
+
- spec/deprecation_spec.rb
|
349
|
+
- spec/fixtures/gemfiles/activerecord_jdbcmysql/Gemfile
|
350
|
+
- spec/fixtures/gemfiles/activerecord_jdbcmysql/Gemfile.lock
|
351
|
+
- spec/fixtures/gemfiles/activerecord_jdbcpostgresql/Gemfile
|
352
|
+
- spec/fixtures/gemfiles/activerecord_jdbcpostgresql/Gemfile.lock
|
353
|
+
- spec/fixtures/gemfiles/activerecord_mysql/Gemfile
|
354
|
+
- spec/fixtures/gemfiles/activerecord_mysql/Gemfile.lock
|
355
|
+
- spec/fixtures/gemfiles/activerecord_mysql2/Gemfile
|
356
|
+
- spec/fixtures/gemfiles/activerecord_mysql2/Gemfile.lock
|
357
|
+
- spec/fixtures/gemfiles/activerecord_pg/Gemfile
|
358
|
+
- spec/fixtures/gemfiles/activerecord_pg/Gemfile.lock
|
359
|
+
- spec/fixtures/gemfiles/activerecord_sqlite3/Gemfile
|
360
|
+
- spec/fixtures/gemfiles/activerecord_sqlite3/Gemfile.lock
|
361
|
+
- spec/fixtures/gemfiles/diy_database_yml/config/database.yml
|
362
|
+
- spec/fixtures/gemfiles/diy_database_yml/Gemfile
|
363
|
+
- spec/fixtures/gemfiles/diy_database_yml/Gemfile.lock
|
364
|
+
- spec/fixtures/gitrepo/foo
|
365
|
+
- spec/fixtures/gitrepo.tar.gz
|
366
|
+
- spec/fixtures/invalid_hook.rb
|
367
|
+
- spec/fixtures/valid_hook.rb
|
368
|
+
- spec/generate_configs_spec.rb
|
369
|
+
- spec/git_strategy_spec.rb
|
370
|
+
- spec/lib/full_test_deploy.rb
|
371
|
+
- spec/lockfile_parser_spec.rb
|
372
|
+
- spec/real_deploy_spec.rb
|
373
|
+
- spec/restart_spec.rb
|
374
|
+
- spec/server_spec.rb
|
375
|
+
- spec/spec_helper.rb
|
376
|
+
- spec/support/lockfiles/0.9-no-bundler
|
377
|
+
- spec/support/lockfiles/0.9-with-bundler
|
378
|
+
- spec/support/lockfiles/1.0-no-bundler
|
379
|
+
- spec/support/lockfiles/1.0.0.rc.1-with-bundler
|
380
|
+
- spec/support/lockfiles/1.0.6-no-bundler
|
381
|
+
- spec/support/lockfiles/1.0.6-with-any-bundler
|
382
|
+
- spec/support/lockfiles/1.0.6-with-bundler
|
383
|
+
- spec/support/lockfiles/evil-yaml
|
384
|
+
- spec/support/lockfiles/not-a-lockfile
|