engineyard 2.0.10 → 2.0.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +5 -0
  2. data/lib/engineyard/version.rb +2 -2
  3. metadata +12 -11
@@ -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.
@@ -1,4 +1,4 @@
1
1
  module EY
2
- VERSION = '2.0.10'
3
- ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || '2.0.4'
2
+ VERSION = '2.0.11'
3
+ ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || '2.0.5'
4
4
  end
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.10
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: 2012-12-17 00:00:00.000000000 Z
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.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.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* Don't remove maintenance pages that weren't put
413
- up during this deploy if maintenance options (above) are set to false.\n* ey web
414
- restart - restarts web servers without deploying.\n\nDeploying for the first time?
415
- The Engine Yard Pandas want to help you!\nEmail pandas@engineyard.com with your
416
- questions.\n"
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: 4323358539070812213
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: 4323358539070812213
438
+ hash: 574116765291561124
438
439
  requirements: []
439
440
  rubyforge_project:
440
441
  rubygems_version: 1.8.24