engineyard-serverside 2.6.10 → 2.6.11
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d683b7581e1cbc7b5382dfc9552b971320d6add7
|
|
4
|
+
data.tar.gz: 076dca5c08b2767fbcc52960bd44e1ca5295fde4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c934bdb4dce24f0a59a2b420766945aca65f9b7424530afe72e3e5c6a1b8e19e5dcd5078a4550dc1345b09fd7d37c71b34638d9d31129c25948ecfd6b9344dd
|
|
7
|
+
data.tar.gz: a1199f0681826438c1f70003b3f7a3cfdc85a5c847f327bdfe6be31d249de8ee26e6c7d0d3985df77bdc843903ffff5240945061471192ebff283121284f8e9a
|
|
@@ -120,10 +120,9 @@ To fix this problem, commit your Gemfile.lock to your repository and redeploy.
|
|
|
120
120
|
shell.substatus "Clean bundle forced (--clean)"
|
|
121
121
|
run clean_bundle
|
|
122
122
|
else
|
|
123
|
-
check_ruby = "#{config.ruby_version_command} | diff - #{paths.ruby_version} >/dev/null 2>&1"
|
|
124
123
|
check_system = "#{config.system_version_command} | diff - #{paths.system_version} >/dev/null 2>&1"
|
|
125
124
|
shell.substatus "Checking for system version changes"
|
|
126
|
-
run "#{
|
|
125
|
+
run "#{check_system} || #{clean_bundle}"
|
|
127
126
|
end
|
|
128
127
|
end
|
|
129
128
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: engineyard-serverside
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- EY Cloud Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -655,3 +655,4 @@ test_files:
|
|
|
655
655
|
- spec/support/source_doubles.rb
|
|
656
656
|
- spec/support/timecop.rb
|
|
657
657
|
- spec/symlink_spec.rb
|
|
658
|
+
has_rdoc:
|