engineyard-serverside 1.5.23.ruby19.11 → 1.5.23.ruby19.12
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.
- data/lib/engineyard-serverside.rb +1 -0
- data/lib/engineyard-serverside/version.rb +1 -1
- metadata +42 -20
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
$LOAD_PATH.unshift File.expand_path('vendor/escape/lib', File.dirname(__FILE__))
|
|
4
4
|
$LOAD_PATH.unshift File.expand_path('vendor/json_pure/lib', File.dirname(__FILE__))
|
|
5
5
|
$LOAD_PATH.unshift File.expand_path('vendor/open4/lib', File.dirname(__FILE__))
|
|
6
|
+
$LOAD_PATH.unshift File.expand_path('vendor/thor/lib', File.dirname(__FILE__))
|
|
6
7
|
|
|
7
8
|
require 'escape'
|
|
8
9
|
require 'json'
|
metadata
CHANGED
|
@@ -1,23 +1,35 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: engineyard-serverside
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: -966683996
|
|
5
5
|
prerelease: 7
|
|
6
|
+
segments:
|
|
7
|
+
- 1
|
|
8
|
+
- 5
|
|
9
|
+
- 23
|
|
10
|
+
- ruby
|
|
11
|
+
- 19
|
|
12
|
+
- 12
|
|
13
|
+
version: 1.5.23.ruby19.12
|
|
6
14
|
platform: ruby
|
|
7
|
-
authors:
|
|
15
|
+
authors:
|
|
8
16
|
- EY Cloud Team
|
|
9
17
|
autorequire:
|
|
10
18
|
bindir: bin
|
|
11
19
|
cert_chain: []
|
|
12
|
-
|
|
20
|
+
|
|
21
|
+
date: 2012-01-10 00:00:00 Z
|
|
13
22
|
dependencies: []
|
|
23
|
+
|
|
14
24
|
description:
|
|
15
25
|
email: cloud@engineyard.com
|
|
16
|
-
executables:
|
|
26
|
+
executables:
|
|
17
27
|
- engineyard-serverside
|
|
18
28
|
extensions: []
|
|
29
|
+
|
|
19
30
|
extra_rdoc_files: []
|
|
20
|
-
|
|
31
|
+
|
|
32
|
+
files:
|
|
21
33
|
- bin/engineyard-serverside
|
|
22
34
|
- lib/engineyard-serverside/cli.rb
|
|
23
35
|
- lib/engineyard-serverside/configuration.rb
|
|
@@ -147,29 +159,40 @@ files:
|
|
|
147
159
|
- spec/support/integration.rb
|
|
148
160
|
homepage: http://github.com/engineyard/engineyard-serverside
|
|
149
161
|
licenses: []
|
|
162
|
+
|
|
150
163
|
post_install_message:
|
|
151
164
|
rdoc_options: []
|
|
152
|
-
|
|
165
|
+
|
|
166
|
+
require_paths:
|
|
153
167
|
- lib
|
|
154
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
168
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
155
169
|
none: false
|
|
156
|
-
requirements:
|
|
157
|
-
- -
|
|
158
|
-
- !ruby/object:Gem::Version
|
|
159
|
-
|
|
160
|
-
|
|
170
|
+
requirements:
|
|
171
|
+
- - ">="
|
|
172
|
+
- !ruby/object:Gem::Version
|
|
173
|
+
hash: 3
|
|
174
|
+
segments:
|
|
175
|
+
- 0
|
|
176
|
+
version: "0"
|
|
177
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
161
178
|
none: false
|
|
162
|
-
requirements:
|
|
163
|
-
- -
|
|
164
|
-
- !ruby/object:Gem::Version
|
|
179
|
+
requirements:
|
|
180
|
+
- - ">"
|
|
181
|
+
- !ruby/object:Gem::Version
|
|
182
|
+
hash: 25
|
|
183
|
+
segments:
|
|
184
|
+
- 1
|
|
185
|
+
- 3
|
|
186
|
+
- 1
|
|
165
187
|
version: 1.3.1
|
|
166
188
|
requirements: []
|
|
189
|
+
|
|
167
190
|
rubyforge_project:
|
|
168
|
-
rubygems_version: 1.8.
|
|
191
|
+
rubygems_version: 1.8.6
|
|
169
192
|
signing_key:
|
|
170
193
|
specification_version: 3
|
|
171
194
|
summary: A gem that deploys ruby applications on EY Cloud instances
|
|
172
|
-
test_files:
|
|
195
|
+
test_files:
|
|
173
196
|
- spec/basic_deploy_spec.rb
|
|
174
197
|
- spec/bundler_deploy_spec.rb
|
|
175
198
|
- spec/custom_deploy_spec.rb
|
|
@@ -201,4 +224,3 @@ test_files:
|
|
|
201
224
|
- spec/services_deploy_spec.rb
|
|
202
225
|
- spec/spec_helper.rb
|
|
203
226
|
- spec/support/integration.rb
|
|
204
|
-
has_rdoc:
|