engineyard-serverside 2.0.0.pre1 → 2.0.0.pre2
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.
|
@@ -233,7 +233,7 @@ module EY
|
|
|
233
233
|
|
|
234
234
|
servers = EY::Serverside::Server.all.find_all { |server| !server.local? }
|
|
235
235
|
|
|
236
|
-
commands = servers.
|
|
236
|
+
commands = servers.map do |server|
|
|
237
237
|
egrep_escaped_version = EY::Serverside::VERSION.gsub(/\./, '\.')
|
|
238
238
|
# the [,)] is to stop us from looking for e.g. 0.5.1, seeing
|
|
239
239
|
# 0.5.11, and mistakenly thinking 0.5.1 is there
|
|
@@ -95,7 +95,9 @@ A database-adapter gem such as mysql2, mysql, or do_mysql was expected.
|
|
|
95
95
|
This can prevent applications that use MySQL or PostreSQL from booting.
|
|
96
96
|
|
|
97
97
|
To fix, add any needed adapter to your Gemfile, bundle, commit, and redeploy.
|
|
98
|
-
Applications
|
|
98
|
+
Applications not using MySQL or PostgreSQL can safely ignore this warning by
|
|
99
|
+
adding ignore_database_adapter_warning: true to the application's ey.yml file
|
|
100
|
+
under this environment's name and adding the file to your repository.
|
|
99
101
|
WARN
|
|
100
102
|
end
|
|
101
103
|
else
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: engineyard-serverside
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: -3789216136
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 0
|
|
9
9
|
- 0
|
|
10
10
|
- pre
|
|
11
|
-
-
|
|
12
|
-
version: 2.0.0.
|
|
11
|
+
- 2
|
|
12
|
+
version: 2.0.0.pre2
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- EY Cloud Team
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2012-05-
|
|
20
|
+
date: 2012-05-30 00:00:00 Z
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
23
|
name: rspec
|