engineyard 2.0.10 → 2.0.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.
- data/README.rdoc +5 -0
- data/lib/engineyard/version.rb +2 -2
- metadata +12 -11
data/README.rdoc
CHANGED
|
@@ -30,6 +30,11 @@ The ey.yml file allows options to be saved for each environment to which an appl
|
|
|
30
30
|
maintenance_on_restart: false # show maintenance page during app restart (default: false except for glassfish and mongrel)
|
|
31
31
|
maintenance_on_migrate: false # show maintenance page during migrations (default: true)
|
|
32
32
|
precompile_assets: true # enables rails assets precompilation (default: inferred using app/assets and config/application.rb)
|
|
33
|
+
asset_roles: :all # specify on which roles to compile assets (default: [:app, :app_master, :solo] - must be an Array)
|
|
34
|
+
asset_roles: # (Array input for multiple roles) - Use hook deploy/before_compile_assets.rb for finer grained control.
|
|
35
|
+
- :app
|
|
36
|
+
- :app_master
|
|
37
|
+
- :util
|
|
33
38
|
ignore_database_adapter_warning: true # hide database adapter warning if you don't use MySQL or PostgreSQL (default: false)
|
|
34
39
|
|
|
35
40
|
Many of the options in ey.yml will only work if the file is committed to your application repository. Make sure to commit this file.
|
data/lib/engineyard/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: engineyard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.11
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-02-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rest-client
|
|
@@ -226,7 +226,7 @@ dependencies:
|
|
|
226
226
|
requirements:
|
|
227
227
|
- - ~>
|
|
228
228
|
- !ruby/object:Gem::Version
|
|
229
|
-
version: 1.0.
|
|
229
|
+
version: 1.0.1
|
|
230
230
|
type: :development
|
|
231
231
|
prerelease: false
|
|
232
232
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -234,7 +234,7 @@ dependencies:
|
|
|
234
234
|
requirements:
|
|
235
235
|
- - ~>
|
|
236
236
|
- !ruby/object:Gem::Version
|
|
237
|
-
version: 1.0.
|
|
237
|
+
version: 1.0.1
|
|
238
238
|
- !ruby/object:Gem::Dependency
|
|
239
239
|
name: open4
|
|
240
240
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -409,11 +409,12 @@ post_install_message: ! "Thank you for downloading engineyard gem version 2!\n\n
|
|
|
409
409
|
true/false (default: false except for glassfish and mongrel)\n * maintenance_on_migrate:
|
|
410
410
|
true/false (default: true)\n * precompile_assets: true/false (default: inferred
|
|
411
411
|
using app/assets and config/application.rb)\n * ignore_database_adapter_warning:
|
|
412
|
-
true (hides adapter warning)\n*
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
412
|
+
true (hides adapter warning)\n * asset_roles: :all (specify on which roles to compile
|
|
413
|
+
assets (default: [:app, :app_master, :solo])\n* Don't remove maintenance pages that
|
|
414
|
+
weren't put up during this deploy if maintenance options (above) are set to false.\n*
|
|
415
|
+
ey web restart - restarts web servers without deploying.\n\nDeploying for the first
|
|
416
|
+
time? The Engine Yard Pandas want to help you!\nEmail pandas@engineyard.com with
|
|
417
|
+
your questions.\n"
|
|
417
418
|
rdoc_options: []
|
|
418
419
|
require_paths:
|
|
419
420
|
- lib
|
|
@@ -425,7 +426,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
425
426
|
version: '0'
|
|
426
427
|
segments:
|
|
427
428
|
- 0
|
|
428
|
-
hash:
|
|
429
|
+
hash: 574116765291561124
|
|
429
430
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
430
431
|
none: false
|
|
431
432
|
requirements:
|
|
@@ -434,7 +435,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
434
435
|
version: '0'
|
|
435
436
|
segments:
|
|
436
437
|
- 0
|
|
437
|
-
hash:
|
|
438
|
+
hash: 574116765291561124
|
|
438
439
|
requirements: []
|
|
439
440
|
rubyforge_project:
|
|
440
441
|
rubygems_version: 1.8.24
|