engineyard-serverside 1.5.17 → 1.5.19.pre
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.
|
@@ -441,7 +441,7 @@ Deploy again if your services configuration appears incomplete or out of date.
|
|
|
441
441
|
say_cleaning = "echo 'System version change detected, cleaning bundled gems.'"
|
|
442
442
|
clean_bundle = "rm -Rf #{c.bundled_gems_path}"
|
|
443
443
|
|
|
444
|
-
run "#{check_ruby} && #{check_system} || #{say_cleaning} && #{clean_bundle}"
|
|
444
|
+
run "#{check_ruby} && #{check_system} || (#{say_cleaning} && #{clean_bundle})"
|
|
445
445
|
end
|
|
446
446
|
|
|
447
447
|
def write_system_version
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: engineyard-serverside
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 961915952
|
|
5
|
+
prerelease: 7
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
|
|
9
|
+
- 19
|
|
10
|
+
- pre
|
|
11
|
+
version: 1.5.19.pre
|
|
11
12
|
platform: ruby
|
|
12
13
|
authors:
|
|
13
14
|
- EY Cloud Team
|
|
@@ -15,10 +16,10 @@ autorequire:
|
|
|
15
16
|
bindir: bin
|
|
16
17
|
cert_chain: []
|
|
17
18
|
|
|
18
|
-
date: 2011-11-
|
|
19
|
-
default_executable: engineyard-serverside
|
|
19
|
+
date: 2011-11-27 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
|
+
name: rspec
|
|
22
23
|
prerelease: false
|
|
23
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
25
|
none: false
|
|
@@ -31,10 +32,10 @@ dependencies:
|
|
|
31
32
|
- 3
|
|
32
33
|
- 2
|
|
33
34
|
version: 1.3.2
|
|
34
|
-
name: rspec
|
|
35
35
|
type: :development
|
|
36
36
|
version_requirements: *id001
|
|
37
37
|
- !ruby/object:Gem::Dependency
|
|
38
|
+
name: rake
|
|
38
39
|
prerelease: false
|
|
39
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
40
41
|
none: false
|
|
@@ -48,7 +49,6 @@ dependencies:
|
|
|
48
49
|
- 2
|
|
49
50
|
- 2
|
|
50
51
|
version: 0.9.2.2
|
|
51
|
-
name: rake
|
|
52
52
|
type: :development
|
|
53
53
|
version_requirements: *id002
|
|
54
54
|
description:
|
|
@@ -271,6 +271,7 @@ files:
|
|
|
271
271
|
- spec/custom_deploy_spec.rb
|
|
272
272
|
- spec/deploy_hook_spec.rb
|
|
273
273
|
- spec/deprecation_spec.rb
|
|
274
|
+
- spec/fixtures/gitrepo/bar
|
|
274
275
|
- spec/fixtures/gitrepo/foo
|
|
275
276
|
- spec/fixtures/gitrepo.tar.gz
|
|
276
277
|
- spec/fixtures/invalid_hook.rb
|
|
@@ -297,7 +298,6 @@ files:
|
|
|
297
298
|
- spec/services_deploy_spec.rb
|
|
298
299
|
- spec/spec_helper.rb
|
|
299
300
|
- spec/support/integration.rb
|
|
300
|
-
has_rdoc: true
|
|
301
301
|
homepage: http://github.com/engineyard/engineyard-serverside
|
|
302
302
|
licenses: []
|
|
303
303
|
|
|
@@ -318,16 +318,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
318
318
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
319
319
|
none: false
|
|
320
320
|
requirements:
|
|
321
|
-
- - "
|
|
321
|
+
- - ">"
|
|
322
322
|
- !ruby/object:Gem::Version
|
|
323
|
-
hash:
|
|
323
|
+
hash: 25
|
|
324
324
|
segments:
|
|
325
|
-
-
|
|
326
|
-
|
|
325
|
+
- 1
|
|
326
|
+
- 3
|
|
327
|
+
- 1
|
|
328
|
+
version: 1.3.1
|
|
327
329
|
requirements: []
|
|
328
330
|
|
|
329
331
|
rubyforge_project:
|
|
330
|
-
rubygems_version: 1.
|
|
332
|
+
rubygems_version: 1.8.10
|
|
331
333
|
signing_key:
|
|
332
334
|
specification_version: 3
|
|
333
335
|
summary: A gem that deploys ruby applications on EY Cloud instances
|
|
@@ -337,6 +339,7 @@ test_files:
|
|
|
337
339
|
- spec/custom_deploy_spec.rb
|
|
338
340
|
- spec/deploy_hook_spec.rb
|
|
339
341
|
- spec/deprecation_spec.rb
|
|
342
|
+
- spec/fixtures/gitrepo/bar
|
|
340
343
|
- spec/fixtures/gitrepo/foo
|
|
341
344
|
- spec/fixtures/gitrepo.tar.gz
|
|
342
345
|
- spec/fixtures/invalid_hook.rb
|