engineyard 1.3.4 → 1.3.7

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/engineyard/version.rb +1 -1
  2. metadata +76 -76
@@ -1,3 +1,3 @@
1
1
  module EY
2
- VERSION = '1.3.4'
2
+ VERSION = '1.3.7'
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: 19
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 4
10
- version: 1.3.4
9
+ - 7
10
+ version: 1.3.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - EY Cloud Team
@@ -15,27 +15,27 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-08 00:00:00 -08:00
18
+ date: 2010-11-22 00:00:00 -08:00
19
19
  default_executable: ey
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
- version_requirements: &id001 !ruby/object:Gem::Requirement
22
+ requirement: &id001 !ruby/object:Gem::Requirement
23
23
  none: false
24
24
  requirements:
25
25
  - - ~>
26
26
  - !ruby/object:Gem::Version
27
- hash: 33
27
+ hash: 43
28
28
  segments:
29
29
  - 0
30
30
  - 14
31
- - 3
32
- version: 0.14.3
31
+ - 6
32
+ version: 0.14.6
33
33
  name: thor
34
34
  prerelease: false
35
- requirement: *id001
36
35
  type: :runtime
36
+ version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency
38
- version_requirements: &id002 !ruby/object:Gem::Requirement
38
+ requirement: &id002 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -47,10 +47,10 @@ dependencies:
47
47
  version: "1.4"
48
48
  name: rest-client
49
49
  prerelease: false
50
- requirement: *id002
51
50
  type: :runtime
51
+ version_requirements: *id002
52
52
  - !ruby/object:Gem::Dependency
53
- version_requirements: &id003 !ruby/object:Gem::Requirement
53
+ requirement: &id003 !ruby/object:Gem::Requirement
54
54
  none: false
55
55
  requirements:
56
56
  - - ~>
@@ -63,10 +63,10 @@ dependencies:
63
63
  version: 1.6.1
64
64
  name: highline
65
65
  prerelease: false
66
- requirement: *id003
67
66
  type: :runtime
67
+ version_requirements: *id003
68
68
  - !ruby/object:Gem::Dependency
69
- version_requirements: &id004 !ruby/object:Gem::Requirement
69
+ requirement: &id004 !ruby/object:Gem::Requirement
70
70
  none: false
71
71
  requirements:
72
72
  - - ">="
@@ -77,10 +77,10 @@ dependencies:
77
77
  version: "0"
78
78
  name: json_pure
79
79
  prerelease: false
80
- requirement: *id004
81
80
  type: :runtime
81
+ version_requirements: *id004
82
82
  - !ruby/object:Gem::Dependency
83
- version_requirements: &id005 !ruby/object:Gem::Requirement
83
+ requirement: &id005 !ruby/object:Gem::Requirement
84
84
  none: false
85
85
  requirements:
86
86
  - - ~>
@@ -93,24 +93,24 @@ dependencies:
93
93
  version: 0.0.4
94
94
  name: escape
95
95
  prerelease: false
96
- requirement: *id005
97
96
  type: :runtime
97
+ version_requirements: *id005
98
98
  - !ruby/object:Gem::Dependency
99
- version_requirements: &id006 !ruby/object:Gem::Requirement
99
+ requirement: &id006 !ruby/object:Gem::Requirement
100
100
  none: false
101
101
  requirements:
102
102
  - - "="
103
103
  - !ruby/object:Gem::Version
104
- hash: 17
104
+ hash: 7
105
105
  segments:
106
106
  - 1
107
- - 3
108
- - 5
109
- version: 1.3.5
107
+ - 4
108
+ - 0
109
+ version: 1.4.0
110
110
  name: engineyard-serverside-adapter
111
111
  prerelease: false
112
- requirement: *id006
113
112
  type: :runtime
113
+ version_requirements: *id006
114
114
  description: This gem allows you to deploy your rails application to the Engine Yard cloud directly from the command line.
115
115
  email: cloud@engineyard.com
116
116
  executables:
@@ -121,64 +121,64 @@ extra_rdoc_files: []
121
121
 
122
122
  files:
123
123
  - bin/ey
124
- - lib/engineyard/api.rb
125
- - lib/engineyard/cli/api.rb
126
- - lib/engineyard/cli/recipes.rb
127
- - lib/engineyard/cli/ui.rb
128
- - lib/engineyard/cli/web.rb
129
124
  - lib/engineyard/cli.rb
125
+ - lib/engineyard/model.rb
126
+ - lib/engineyard/error.rb
127
+ - lib/engineyard/resolver.rb
130
128
  - lib/engineyard/collection/abstract.rb
131
129
  - lib/engineyard/collection/apps.rb
132
130
  - lib/engineyard/collection/environments.rb
133
131
  - lib/engineyard/collection.rb
134
132
  - lib/engineyard/config.rb
135
- - lib/engineyard/error.rb
133
+ - lib/engineyard/repo.rb
134
+ - lib/engineyard/thor.rb
135
+ - lib/engineyard/api.rb
136
+ - lib/engineyard/cli/recipes.rb
137
+ - lib/engineyard/cli/web.rb
138
+ - lib/engineyard/cli/ui.rb
139
+ - lib/engineyard/cli/api.rb
140
+ - lib/engineyard/version.rb
141
+ - lib/engineyard/ruby_ext.rb
136
142
  - lib/engineyard/model/account.rb
143
+ - lib/engineyard/model/instance.rb
137
144
  - lib/engineyard/model/api_struct.rb
138
145
  - lib/engineyard/model/app.rb
139
146
  - lib/engineyard/model/environment.rb
140
- - lib/engineyard/model/instance.rb
141
147
  - lib/engineyard/model/log.rb
142
- - lib/engineyard/model.rb
143
- - lib/engineyard/repo.rb
144
- - lib/engineyard/resolver.rb
145
- - lib/engineyard/ruby_ext.rb
146
- - lib/engineyard/thor.rb
147
- - lib/engineyard/version.rb
148
148
  - lib/engineyard.rb
149
149
  - LICENSE
150
150
  - README.rdoc
151
+ - spec/support/shared_behavior.rb
152
+ - spec/support/helpers.rb
153
+ - spec/support/bundled_ey
154
+ - spec/support/ruby_ext.rb
155
+ - spec/support/git_repo.rb
156
+ - spec/support/fake_awsm.ru
157
+ - spec/engineyard/resolver_spec.rb
151
158
  - spec/engineyard/api_spec.rb
152
- - spec/engineyard/cli/api_spec.rb
159
+ - spec/engineyard/repo_spec.rb
153
160
  - spec/engineyard/cli_spec.rb
154
- - spec/engineyard/collection/apps_spec.rb
155
- - spec/engineyard/collection/environments_spec.rb
156
161
  - spec/engineyard/config_spec.rb
157
- - spec/engineyard/model/api_struct_spec.rb
162
+ - spec/engineyard/collection/environments_spec.rb
163
+ - spec/engineyard/collection/apps_spec.rb
164
+ - spec/engineyard/cli/api_spec.rb
158
165
  - spec/engineyard/model/environment_spec.rb
159
166
  - spec/engineyard/model/instance_spec.rb
160
- - spec/engineyard/repo_spec.rb
161
- - spec/engineyard/resolver_spec.rb
162
- - spec/engineyard_spec.rb
167
+ - spec/engineyard/model/api_struct_spec.rb
168
+ - spec/ey/rollback_spec.rb
169
+ - spec/ey/rebuild_spec.rb
170
+ - spec/ey/web/enable_spec.rb
171
+ - spec/ey/web/disable_spec.rb
163
172
  - spec/ey/deploy_spec.rb
164
173
  - spec/ey/ey_spec.rb
174
+ - spec/ey/ssh_spec.rb
165
175
  - spec/ey/list_environments_spec.rb
166
176
  - spec/ey/logs_spec.rb
167
- - spec/ey/rebuild_spec.rb
168
- - spec/ey/recipes/apply_spec.rb
169
- - spec/ey/recipes/download_spec.rb
170
177
  - spec/ey/recipes/upload_spec.rb
171
- - spec/ey/rollback_spec.rb
172
- - spec/ey/ssh_spec.rb
173
- - spec/ey/web/disable_spec.rb
174
- - spec/ey/web/enable_spec.rb
178
+ - spec/ey/recipes/download_spec.rb
179
+ - spec/ey/recipes/apply_spec.rb
175
180
  - spec/spec_helper.rb
176
- - spec/support/bundled_ey
177
- - spec/support/fake_awsm.ru
178
- - spec/support/git_repo.rb
179
- - spec/support/helpers.rb
180
- - spec/support/ruby_ext.rb
181
- - spec/support/shared_behavior.rb
181
+ - spec/engineyard_spec.rb
182
182
  has_rdoc: true
183
183
  homepage: http://github.com/engineyard/engineyard
184
184
  licenses: []
@@ -214,34 +214,34 @@ signing_key:
214
214
  specification_version: 3
215
215
  summary: Command-line deployment for the Engine Yard cloud
216
216
  test_files:
217
+ - spec/support/shared_behavior.rb
218
+ - spec/support/helpers.rb
219
+ - spec/support/bundled_ey
220
+ - spec/support/ruby_ext.rb
221
+ - spec/support/git_repo.rb
222
+ - spec/support/fake_awsm.ru
223
+ - spec/engineyard/resolver_spec.rb
217
224
  - spec/engineyard/api_spec.rb
218
- - spec/engineyard/cli/api_spec.rb
225
+ - spec/engineyard/repo_spec.rb
219
226
  - spec/engineyard/cli_spec.rb
220
- - spec/engineyard/collection/apps_spec.rb
221
- - spec/engineyard/collection/environments_spec.rb
222
227
  - spec/engineyard/config_spec.rb
223
- - spec/engineyard/model/api_struct_spec.rb
228
+ - spec/engineyard/collection/environments_spec.rb
229
+ - spec/engineyard/collection/apps_spec.rb
230
+ - spec/engineyard/cli/api_spec.rb
224
231
  - spec/engineyard/model/environment_spec.rb
225
232
  - spec/engineyard/model/instance_spec.rb
226
- - spec/engineyard/repo_spec.rb
227
- - spec/engineyard/resolver_spec.rb
228
- - spec/engineyard_spec.rb
233
+ - spec/engineyard/model/api_struct_spec.rb
234
+ - spec/ey/rollback_spec.rb
235
+ - spec/ey/rebuild_spec.rb
236
+ - spec/ey/web/enable_spec.rb
237
+ - spec/ey/web/disable_spec.rb
229
238
  - spec/ey/deploy_spec.rb
230
239
  - spec/ey/ey_spec.rb
240
+ - spec/ey/ssh_spec.rb
231
241
  - spec/ey/list_environments_spec.rb
232
242
  - spec/ey/logs_spec.rb
233
- - spec/ey/rebuild_spec.rb
234
- - spec/ey/recipes/apply_spec.rb
235
- - spec/ey/recipes/download_spec.rb
236
243
  - spec/ey/recipes/upload_spec.rb
237
- - spec/ey/rollback_spec.rb
238
- - spec/ey/ssh_spec.rb
239
- - spec/ey/web/disable_spec.rb
240
- - spec/ey/web/enable_spec.rb
244
+ - spec/ey/recipes/download_spec.rb
245
+ - spec/ey/recipes/apply_spec.rb
241
246
  - spec/spec_helper.rb
242
- - spec/support/bundled_ey
243
- - spec/support/fake_awsm.ru
244
- - spec/support/git_repo.rb
245
- - spec/support/helpers.rb
246
- - spec/support/ruby_ext.rb
247
- - spec/support/shared_behavior.rb
247
+ - spec/engineyard_spec.rb