engineyard 1.4.24 → 1.4.27

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.
@@ -103,7 +103,7 @@ module EY
103
103
  else
104
104
  begin
105
105
  options_for_ssh = {:paranoid => false}
106
- options_for_ssh[:verbose] = :debug if verbose
106
+ options_for_ssh[:verbose] = ENV["DEBUG"].downcase.to_sym if ENV["DEBUG"]
107
107
  Net::SSH.start(hostname, environment.username, options_for_ssh) do |net_ssh|
108
108
  net_ssh.open_channel do |channel|
109
109
  channel.exec cmd do |_, success|
@@ -1,3 +1,3 @@
1
1
  module EY
2
- VERSION = '1.4.24'
2
+ VERSION = '1.4.27'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard
3
3
  version: !ruby/object:Gem::Version
4
- hash: 55
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 24
10
- version: 1.4.24
9
+ - 27
10
+ version: 1.4.27
11
11
  platform: ruby
12
12
  authors:
13
13
  - EY Cloud Team
@@ -15,11 +15,11 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-19 00:00:00 Z
18
+ date: 2012-03-22 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
- prerelease: false
22
- requirement: &id001 !ruby/object:Gem::Requirement
21
+ name: rest-client
22
+ version_requirements: &id001 !ruby/object:Gem::Requirement
23
23
  none: false
24
24
  requirements:
25
25
  - - ~>
@@ -31,11 +31,11 @@ dependencies:
31
31
  - 0
32
32
  version: 1.6.0
33
33
  type: :runtime
34
- name: rest-client
35
- version_requirements: *id001
36
- - !ruby/object:Gem::Dependency
37
34
  prerelease: false
38
- requirement: &id002 !ruby/object:Gem::Requirement
35
+ requirement: *id001
36
+ - !ruby/object:Gem::Dependency
37
+ name: highline
38
+ version_requirements: &id002 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -47,11 +47,11 @@ dependencies:
47
47
  - 1
48
48
  version: 1.6.1
49
49
  type: :runtime
50
- name: highline
51
- version_requirements: *id002
52
- - !ruby/object:Gem::Dependency
53
50
  prerelease: false
54
- requirement: &id003 !ruby/object:Gem::Requirement
51
+ requirement: *id002
52
+ - !ruby/object:Gem::Dependency
53
+ name: json_pure
54
+ version_requirements: &id003 !ruby/object:Gem::Requirement
55
55
  none: false
56
56
  requirements:
57
57
  - - ">="
@@ -61,11 +61,11 @@ dependencies:
61
61
  - 0
62
62
  version: "0"
63
63
  type: :runtime
64
- name: json_pure
65
- version_requirements: *id003
66
- - !ruby/object:Gem::Dependency
67
64
  prerelease: false
68
- requirement: &id004 !ruby/object:Gem::Requirement
65
+ requirement: *id003
66
+ - !ruby/object:Gem::Dependency
67
+ name: escape
68
+ version_requirements: &id004 !ruby/object:Gem::Requirement
69
69
  none: false
70
70
  requirements:
71
71
  - - ~>
@@ -77,27 +77,27 @@ dependencies:
77
77
  - 4
78
78
  version: 0.0.4
79
79
  type: :runtime
80
- name: escape
81
- version_requirements: *id004
82
- - !ruby/object:Gem::Dependency
83
80
  prerelease: false
84
- requirement: &id005 !ruby/object:Gem::Requirement
81
+ requirement: *id004
82
+ - !ruby/object:Gem::Dependency
83
+ name: engineyard-serverside-adapter
84
+ version_requirements: &id005 !ruby/object:Gem::Requirement
85
85
  none: false
86
86
  requirements:
87
87
  - - "="
88
88
  - !ruby/object:Gem::Version
89
- hash: 67
89
+ hash: 65
90
90
  segments:
91
91
  - 1
92
92
  - 5
93
- - 32
94
- version: 1.5.32
93
+ - 33
94
+ version: 1.5.33
95
95
  type: :runtime
96
- name: engineyard-serverside-adapter
97
- version_requirements: *id005
98
- - !ruby/object:Gem::Dependency
99
96
  prerelease: false
100
- requirement: &id006 !ruby/object:Gem::Requirement
97
+ requirement: *id005
98
+ - !ruby/object:Gem::Dependency
99
+ name: net-ssh
100
+ version_requirements: &id006 !ruby/object:Gem::Requirement
101
101
  none: false
102
102
  requirements:
103
103
  - - ~>
@@ -109,11 +109,11 @@ dependencies:
109
109
  - 1
110
110
  version: 2.2.1
111
111
  type: :runtime
112
- name: net-ssh
113
- version_requirements: *id006
114
- - !ruby/object:Gem::Dependency
115
112
  prerelease: false
116
- requirement: &id007 !ruby/object:Gem::Requirement
113
+ requirement: *id006
114
+ - !ruby/object:Gem::Dependency
115
+ name: launchy
116
+ version_requirements: &id007 !ruby/object:Gem::Requirement
117
117
  none: false
118
118
  requirements:
119
119
  - - "="
@@ -125,11 +125,11 @@ dependencies:
125
125
  - 5
126
126
  version: 2.0.5
127
127
  type: :runtime
128
- name: launchy
129
- version_requirements: *id007
130
- - !ruby/object:Gem::Dependency
131
128
  prerelease: false
132
- requirement: &id008 !ruby/object:Gem::Requirement
129
+ requirement: *id007
130
+ - !ruby/object:Gem::Dependency
131
+ name: rspec
132
+ version_requirements: &id008 !ruby/object:Gem::Requirement
133
133
  none: false
134
134
  requirements:
135
135
  - - ~>
@@ -140,11 +140,11 @@ dependencies:
140
140
  - 0
141
141
  version: "2.0"
142
142
  type: :development
143
- name: rspec
144
- version_requirements: *id008
145
- - !ruby/object:Gem::Dependency
146
143
  prerelease: false
147
- requirement: &id009 !ruby/object:Gem::Requirement
144
+ requirement: *id008
145
+ - !ruby/object:Gem::Dependency
146
+ name: rake
147
+ version_requirements: &id009 !ruby/object:Gem::Requirement
148
148
  none: false
149
149
  requirements:
150
150
  - - ">="
@@ -154,11 +154,11 @@ dependencies:
154
154
  - 0
155
155
  version: "0"
156
156
  type: :development
157
- name: rake
158
- version_requirements: *id009
159
- - !ruby/object:Gem::Dependency
160
157
  prerelease: false
161
- requirement: &id010 !ruby/object:Gem::Requirement
158
+ requirement: *id009
159
+ - !ruby/object:Gem::Dependency
160
+ name: rdoc
161
+ version_requirements: &id010 !ruby/object:Gem::Requirement
162
162
  none: false
163
163
  requirements:
164
164
  - - ">="
@@ -168,11 +168,11 @@ dependencies:
168
168
  - 0
169
169
  version: "0"
170
170
  type: :development
171
- name: rdoc
172
- version_requirements: *id010
173
- - !ruby/object:Gem::Dependency
174
171
  prerelease: false
175
- requirement: &id011 !ruby/object:Gem::Requirement
172
+ requirement: *id010
173
+ - !ruby/object:Gem::Dependency
174
+ name: fakeweb
175
+ version_requirements: &id011 !ruby/object:Gem::Requirement
176
176
  none: false
177
177
  requirements:
178
178
  - - ">="
@@ -182,11 +182,11 @@ dependencies:
182
182
  - 0
183
183
  version: "0"
184
184
  type: :development
185
- name: fakeweb
186
- version_requirements: *id011
187
- - !ruby/object:Gem::Dependency
188
185
  prerelease: false
189
- requirement: &id012 !ruby/object:Gem::Requirement
186
+ requirement: *id011
187
+ - !ruby/object:Gem::Dependency
188
+ name: fakeweb-matcher
189
+ version_requirements: &id012 !ruby/object:Gem::Requirement
190
190
  none: false
191
191
  requirements:
192
192
  - - ">="
@@ -196,11 +196,11 @@ dependencies:
196
196
  - 0
197
197
  version: "0"
198
198
  type: :development
199
- name: fakeweb-matcher
200
- version_requirements: *id012
201
- - !ruby/object:Gem::Dependency
202
199
  prerelease: false
203
- requirement: &id013 !ruby/object:Gem::Requirement
200
+ requirement: *id012
201
+ - !ruby/object:Gem::Dependency
202
+ name: sinatra
203
+ version_requirements: &id013 !ruby/object:Gem::Requirement
204
204
  none: false
205
205
  requirements:
206
206
  - - ">="
@@ -210,11 +210,11 @@ dependencies:
210
210
  - 0
211
211
  version: "0"
212
212
  type: :development
213
- name: sinatra
214
- version_requirements: *id013
215
- - !ruby/object:Gem::Dependency
216
213
  prerelease: false
217
- requirement: &id014 !ruby/object:Gem::Requirement
214
+ requirement: *id013
215
+ - !ruby/object:Gem::Dependency
216
+ name: realweb
217
+ version_requirements: &id014 !ruby/object:Gem::Requirement
218
218
  none: false
219
219
  requirements:
220
220
  - - ~>
@@ -226,11 +226,11 @@ dependencies:
226
226
  - 2
227
227
  version: 0.2.2
228
228
  type: :development
229
- name: realweb
230
- version_requirements: *id014
231
- - !ruby/object:Gem::Dependency
232
229
  prerelease: false
233
- requirement: &id015 !ruby/object:Gem::Requirement
230
+ requirement: *id014
231
+ - !ruby/object:Gem::Dependency
232
+ name: open4
233
+ version_requirements: &id015 !ruby/object:Gem::Requirement
234
234
  none: false
235
235
  requirements:
236
236
  - - ~>
@@ -242,8 +242,8 @@ dependencies:
242
242
  - 1
243
243
  version: 1.0.1
244
244
  type: :development
245
- name: open4
246
- version_requirements: *id015
245
+ prerelease: false
246
+ requirement: *id015
247
247
  description: This gem allows you to deploy your rails application to the Engine Yard cloud directly from the command line.
248
248
  email: cloud@engineyard.com
249
249
  executables:
@@ -254,107 +254,107 @@ extra_rdoc_files: []
254
254
 
255
255
  files:
256
256
  - bin/ey
257
- - lib/engineyard/model.rb
258
- - lib/engineyard/collection.rb
259
- - lib/engineyard/cli/ui.rb
260
- - lib/engineyard/cli/web.rb
257
+ - lib/engineyard/api.rb
261
258
  - lib/engineyard/cli/api.rb
262
259
  - lib/engineyard/cli/recipes.rb
263
- - lib/engineyard/thor.rb
264
- - lib/engineyard/error.rb
260
+ - lib/engineyard/cli/ui.rb
261
+ - lib/engineyard/cli/web.rb
265
262
  - lib/engineyard/cli.rb
266
- - lib/engineyard/ruby_ext.rb
263
+ - lib/engineyard/collection/abstract.rb
264
+ - lib/engineyard/collection/apps.rb
265
+ - lib/engineyard/collection/environments.rb
266
+ - lib/engineyard/collection.rb
267
+ - lib/engineyard/config.rb
268
+ - lib/engineyard/error.rb
267
269
  - lib/engineyard/eyrc.rb
268
- - lib/engineyard/model/environment.rb
269
270
  - lib/engineyard/model/account.rb
270
- - lib/engineyard/model/deployment.rb
271
- - lib/engineyard/model/log.rb
272
271
  - lib/engineyard/model/api_struct.rb
273
- - lib/engineyard/model/instance.rb
274
272
  - lib/engineyard/model/app.rb
273
+ - lib/engineyard/model/deployment.rb
274
+ - lib/engineyard/model/environment.rb
275
+ - lib/engineyard/model/instance.rb
276
+ - lib/engineyard/model/log.rb
275
277
  - lib/engineyard/model/user.rb
276
- - lib/engineyard/version.rb
277
- - lib/engineyard/config.rb
278
+ - lib/engineyard/model.rb
279
+ - lib/engineyard/repo.rb
278
280
  - lib/engineyard/resolver.rb
279
- - lib/engineyard/collection/environments.rb
280
- - lib/engineyard/collection/apps.rb
281
- - lib/engineyard/collection/abstract.rb
282
281
  - lib/engineyard/rest_client_ext.rb
283
- - lib/engineyard/api.rb
284
- - lib/engineyard/repo.rb
285
- - lib/vendor/thor/LICENSE.md
286
- - lib/vendor/thor/lib/thor.rb
282
+ - lib/engineyard/ruby_ext.rb
283
+ - lib/engineyard/thor.rb
284
+ - lib/engineyard/version.rb
285
+ - lib/engineyard.rb
286
+ - lib/vendor/thor/lib/thor/actions/create_file.rb
287
+ - lib/vendor/thor/lib/thor/actions/create_link.rb
288
+ - lib/vendor/thor/lib/thor/actions/directory.rb
289
+ - lib/vendor/thor/lib/thor/actions/empty_directory.rb
290
+ - lib/vendor/thor/lib/thor/actions/file_manipulation.rb
291
+ - lib/vendor/thor/lib/thor/actions/inject_into_file.rb
287
292
  - lib/vendor/thor/lib/thor/actions.rb
288
- - lib/vendor/thor/lib/thor/util.rb
293
+ - lib/vendor/thor/lib/thor/base.rb
289
294
  - lib/vendor/thor/lib/thor/core_ext/file_binary_read.rb
290
295
  - lib/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb
291
296
  - lib/vendor/thor/lib/thor/core_ext/ordered_hash.rb
292
- - lib/vendor/thor/lib/thor/group.rb
293
297
  - lib/vendor/thor/lib/thor/error.rb
294
- - lib/vendor/thor/lib/thor/base.rb
295
- - lib/vendor/thor/lib/thor/task.rb
296
- - lib/vendor/thor/lib/thor/version.rb
297
- - lib/vendor/thor/lib/thor/shell/basic.rb
298
- - lib/vendor/thor/lib/thor/shell/color.rb
299
- - lib/vendor/thor/lib/thor/shell/html.rb
300
- - lib/vendor/thor/lib/thor/runner.rb
298
+ - lib/vendor/thor/lib/thor/group.rb
301
299
  - lib/vendor/thor/lib/thor/invocation.rb
302
- - lib/vendor/thor/lib/thor/rake_compat.rb
303
- - lib/vendor/thor/lib/thor/actions/create_file.rb
304
- - lib/vendor/thor/lib/thor/actions/file_manipulation.rb
305
- - lib/vendor/thor/lib/thor/actions/empty_directory.rb
306
- - lib/vendor/thor/lib/thor/actions/create_link.rb
307
- - lib/vendor/thor/lib/thor/actions/directory.rb
308
- - lib/vendor/thor/lib/thor/actions/inject_into_file.rb
309
- - lib/vendor/thor/lib/thor/parser/options.rb
310
- - lib/vendor/thor/lib/thor/parser/option.rb
311
300
  - lib/vendor/thor/lib/thor/parser/argument.rb
312
301
  - lib/vendor/thor/lib/thor/parser/arguments.rb
313
- - lib/vendor/thor/lib/thor/shell.rb
302
+ - lib/vendor/thor/lib/thor/parser/option.rb
303
+ - lib/vendor/thor/lib/thor/parser/options.rb
314
304
  - lib/vendor/thor/lib/thor/parser.rb
305
+ - lib/vendor/thor/lib/thor/rake_compat.rb
306
+ - lib/vendor/thor/lib/thor/runner.rb
307
+ - lib/vendor/thor/lib/thor/shell/basic.rb
308
+ - lib/vendor/thor/lib/thor/shell/color.rb
309
+ - lib/vendor/thor/lib/thor/shell/html.rb
310
+ - lib/vendor/thor/lib/thor/shell.rb
311
+ - lib/vendor/thor/lib/thor/task.rb
312
+ - lib/vendor/thor/lib/thor/util.rb
313
+ - lib/vendor/thor/lib/thor/version.rb
314
+ - lib/vendor/thor/lib/thor.rb
315
+ - lib/vendor/thor/LICENSE.md
315
316
  - lib/vendor/thor/README.md
316
- - lib/engineyard.rb
317
317
  - LICENSE
318
318
  - README.rdoc
319
- - spec/engineyard/config_spec.rb
320
- - spec/engineyard/resolver_spec.rb
321
- - spec/engineyard/repo_spec.rb
319
+ - spec/engineyard/api_spec.rb
322
320
  - spec/engineyard/cli/api_spec.rb
323
- - spec/engineyard/eyrc_spec.rb
324
321
  - spec/engineyard/cli_spec.rb
322
+ - spec/engineyard/collection/apps_spec.rb
323
+ - spec/engineyard/collection/environments_spec.rb
324
+ - spec/engineyard/config_spec.rb
325
+ - spec/engineyard/eyrc_spec.rb
326
+ - spec/engineyard/model/api_struct_spec.rb
325
327
  - spec/engineyard/model/environment_spec.rb
326
328
  - spec/engineyard/model/instance_spec.rb
327
- - spec/engineyard/model/api_struct_spec.rb
328
- - spec/engineyard/collection/environments_spec.rb
329
- - spec/engineyard/collection/apps_spec.rb
330
- - spec/engineyard/api_spec.rb
329
+ - spec/engineyard/repo_spec.rb
330
+ - spec/engineyard/resolver_spec.rb
331
+ - spec/engineyard_spec.rb
332
+ - spec/ey/deploy_spec.rb
331
333
  - spec/ey/ey_spec.rb
332
- - spec/ey/whoami_spec.rb
333
- - spec/ey/web/enable_spec.rb
334
- - spec/ey/web/disable_spec.rb
335
- - spec/ey/rebuild_spec.rb
334
+ - spec/ey/list_environments_spec.rb
336
335
  - spec/ey/login_spec.rb
337
- - spec/ey/status_spec.rb
336
+ - spec/ey/logout_spec.rb
338
337
  - spec/ey/logs_spec.rb
338
+ - spec/ey/rebuild_spec.rb
339
339
  - spec/ey/recipes/apply_spec.rb
340
- - spec/ey/recipes/upload_spec.rb
341
340
  - spec/ey/recipes/download_spec.rb
342
- - spec/ey/list_environments_spec.rb
343
- - spec/ey/ssh_spec.rb
344
- - spec/ey/logout_spec.rb
345
- - spec/ey/deploy_spec.rb
341
+ - spec/ey/recipes/upload_spec.rb
346
342
  - spec/ey/rollback_spec.rb
347
- - spec/support/ruby_ext.rb
343
+ - spec/ey/ssh_spec.rb
344
+ - spec/ey/status_spec.rb
345
+ - spec/ey/web/disable_spec.rb
346
+ - spec/ey/web/enable_spec.rb
347
+ - spec/ey/whoami_spec.rb
348
+ - spec/spec_helper.rb
349
+ - spec/support/bundled_ey
350
+ - spec/support/fake_awsm.rb
348
351
  - spec/support/fake_awsm.ru
352
+ - spec/support/fixture_recipes.tgz
349
353
  - spec/support/helpers.rb
350
- - spec/support/shared_behavior.rb
351
354
  - spec/support/matchers.rb
352
- - spec/support/bundled_ey
355
+ - spec/support/ruby_ext.rb
353
356
  - spec/support/scenarios.rb
354
- - spec/support/fake_awsm.rb
355
- - spec/support/fixture_recipes.tgz
356
- - spec/spec_helper.rb
357
- - spec/engineyard_spec.rb
357
+ - spec/support/shared_behavior.rb
358
358
  homepage: http://github.com/engineyard/engineyard
359
359
  licenses: []
360
360
 
@@ -396,47 +396,47 @@ required_rubygems_version: !ruby/object:Gem::Requirement
396
396
  requirements: []
397
397
 
398
398
  rubyforge_project:
399
- rubygems_version: 1.8.17
399
+ rubygems_version: 1.8.19
400
400
  signing_key:
401
401
  specification_version: 3
402
402
  summary: Command-line deployment for the Engine Yard cloud
403
403
  test_files:
404
- - spec/engineyard/config_spec.rb
405
- - spec/engineyard/resolver_spec.rb
406
- - spec/engineyard/repo_spec.rb
404
+ - spec/engineyard/api_spec.rb
407
405
  - spec/engineyard/cli/api_spec.rb
408
- - spec/engineyard/eyrc_spec.rb
409
406
  - spec/engineyard/cli_spec.rb
407
+ - spec/engineyard/collection/apps_spec.rb
408
+ - spec/engineyard/collection/environments_spec.rb
409
+ - spec/engineyard/config_spec.rb
410
+ - spec/engineyard/eyrc_spec.rb
411
+ - spec/engineyard/model/api_struct_spec.rb
410
412
  - spec/engineyard/model/environment_spec.rb
411
413
  - spec/engineyard/model/instance_spec.rb
412
- - spec/engineyard/model/api_struct_spec.rb
413
- - spec/engineyard/collection/environments_spec.rb
414
- - spec/engineyard/collection/apps_spec.rb
415
- - spec/engineyard/api_spec.rb
414
+ - spec/engineyard/repo_spec.rb
415
+ - spec/engineyard/resolver_spec.rb
416
+ - spec/engineyard_spec.rb
417
+ - spec/ey/deploy_spec.rb
416
418
  - spec/ey/ey_spec.rb
417
- - spec/ey/whoami_spec.rb
418
- - spec/ey/web/enable_spec.rb
419
- - spec/ey/web/disable_spec.rb
420
- - spec/ey/rebuild_spec.rb
419
+ - spec/ey/list_environments_spec.rb
421
420
  - spec/ey/login_spec.rb
422
- - spec/ey/status_spec.rb
421
+ - spec/ey/logout_spec.rb
423
422
  - spec/ey/logs_spec.rb
423
+ - spec/ey/rebuild_spec.rb
424
424
  - spec/ey/recipes/apply_spec.rb
425
- - spec/ey/recipes/upload_spec.rb
426
425
  - spec/ey/recipes/download_spec.rb
427
- - spec/ey/list_environments_spec.rb
428
- - spec/ey/ssh_spec.rb
429
- - spec/ey/logout_spec.rb
430
- - spec/ey/deploy_spec.rb
426
+ - spec/ey/recipes/upload_spec.rb
431
427
  - spec/ey/rollback_spec.rb
432
- - spec/support/ruby_ext.rb
428
+ - spec/ey/ssh_spec.rb
429
+ - spec/ey/status_spec.rb
430
+ - spec/ey/web/disable_spec.rb
431
+ - spec/ey/web/enable_spec.rb
432
+ - spec/ey/whoami_spec.rb
433
+ - spec/spec_helper.rb
434
+ - spec/support/bundled_ey
435
+ - spec/support/fake_awsm.rb
433
436
  - spec/support/fake_awsm.ru
437
+ - spec/support/fixture_recipes.tgz
434
438
  - spec/support/helpers.rb
435
- - spec/support/shared_behavior.rb
436
439
  - spec/support/matchers.rb
437
- - spec/support/bundled_ey
440
+ - spec/support/ruby_ext.rb
438
441
  - spec/support/scenarios.rb
439
- - spec/support/fake_awsm.rb
440
- - spec/support/fixture_recipes.tgz
441
- - spec/spec_helper.rb
442
- - spec/engineyard_spec.rb
442
+ - spec/support/shared_behavior.rb