brightbox 2.4.0.pre1 → 2.4.1

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.
@@ -209,7 +209,7 @@ unless Rake::Task.task_defined?("db:check:config")
209
209
  set :scm, :none
210
210
  set :deploy_via, :copy
211
211
 
212
- ### Other options you can set ##
212
+ ### Other options you can set ###
213
213
  # Comma separated list of additional domains for Apache
214
214
  # set :domain_aliases, "www.example.com,dev.example.com"
215
215
 
@@ -220,7 +220,9 @@ unless Rake::Task.task_defined?("db:check:config")
220
220
  #
221
221
  # If you're using Bundler, then you don't need to specify your
222
222
  # gems here as well as there (and the bundler gem is installed for
223
- # you automatically)
223
+ # you automatically). If you're not using bundler, uncomment the
224
+ # following line to explicitly disable it
225
+ # set :bundle_disable, true
224
226
  #
225
227
  # Gem with a source (such as github)
226
228
  # depend :remote, :gem, "tmm1-amqp", ">=0.6.0", :source => "http://gems.github.com"
@@ -325,10 +327,12 @@ unless Rake::Task.task_defined?("db:check:config")
325
327
  # directly as 'user' by the run command. If you switch on sudo
326
328
  # make sure you set the :runner variable - which is the user the
327
329
  # capistrano default tasks use to execute commands.
328
- # NB. This just affects the default recipes unless you use the
329
- # 'try_sudo' command to run your commands.
330
+ # NOTE: This just affects the default recipes unless you use the
331
+ # 'try_sudo' command to run your commands. The 'try_sudo' command
332
+ # has been deprecated in favour of 'run "#{sudo} <command>"' syntax.
330
333
  # set :use_sudo, false
331
334
  # set :runner, user\n\n
335
+
332
336
  FILE
333
337
  }
334
338
 
@@ -354,6 +358,7 @@ mongrel_deploy = unindent(<<-FILE
354
358
  # set :mongrel_max_memory, 110
355
359
  # Maximum cpu allowable per mongrel. Defaults to 80%
356
360
  # set :mongrel_max_cpu, 80
361
+
357
362
  FILE
358
363
  )
359
364
 
@@ -364,6 +369,7 @@ passenger_deploy = unindent(<<-FILE
364
369
  # :hard forcibly kills running instances, rarely needed now but used
365
370
  # to be necessary with older versions of passenger
366
371
  # set :passenger_restart_strategy, :soft
372
+
367
373
  FILE
368
374
  )
369
375
 
@@ -1,5 +1,5 @@
1
1
  module Brightbox
2
- VERSION = "2.4.0.pre1"
2
+ VERSION = "2.4.1"
3
3
  end
4
4
  # Set global scope version so that OptionParser picks it up.
5
5
  ::Version = Brightbox::VERSION
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 6
5
- version: 2.4.0.pre1
4
+ prerelease:
5
+ version: 2.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Leach
@@ -12,35 +12,35 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-04-02 00:00:00.000000000 Z
15
+ date: 2013-07-17 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  type: :runtime
19
- name: capistrano
20
- prerelease: false
21
- requirement: !ruby/object:Gem::Requirement
19
+ version_requirements: !ruby/object:Gem::Requirement
22
20
  requirements:
23
21
  - - ! '>='
24
22
  - !ruby/object:Gem::Version
25
- version: '2.14'
23
+ version: 2.15.5
26
24
  none: false
27
- version_requirements: !ruby/object:Gem::Requirement
25
+ prerelease: false
26
+ name: capistrano
27
+ requirement: !ruby/object:Gem::Requirement
28
28
  requirements:
29
29
  - - ! '>='
30
30
  - !ruby/object:Gem::Version
31
- version: '2.14'
31
+ version: 2.15.5
32
32
  none: false
33
33
  - !ruby/object:Gem::Dependency
34
34
  type: :runtime
35
- name: bundler
36
- prerelease: false
37
- requirement: !ruby/object:Gem::Requirement
35
+ version_requirements: !ruby/object:Gem::Requirement
38
36
  requirements:
39
37
  - - ! '>='
40
38
  - !ruby/object:Gem::Version
41
39
  version: 1.3.4
42
40
  none: false
43
- version_requirements: !ruby/object:Gem::Requirement
41
+ prerelease: false
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ! '>='
46
46
  - !ruby/object:Gem::Version
@@ -49,7 +49,7 @@ dependencies:
49
49
  description:
50
50
  email: support@brightbox.co.uk
51
51
  executables:
52
- - brightbox
52
+ - brightbox-capify
53
53
  extensions: []
54
54
  extra_rdoc_files: []
55
55
  files:
@@ -73,10 +73,11 @@ files:
73
73
  - lib/brightbox/recipes/shared_assets.rb
74
74
  - lib/brightbox/recipes/configure.rb
75
75
  - lib/brightbox/maintenance.rb
76
- - bin/brightbox
76
+ - bin/brightbox-capify
77
77
  homepage: http://wiki.brightbox.co.uk/docs:gemv2:start
78
78
  licenses: []
79
- post_install_message:
79
+ post_install_message: ! '*** Please note: The ''brightbox'' command has been renamed
80
+ to ''brightbox-capify'' ***'
80
81
  rdoc_options: []
81
82
  require_paths:
82
83
  - lib
@@ -88,13 +89,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
89
  none: false
89
90
  required_rubygems_version: !ruby/object:Gem::Requirement
90
91
  requirements:
91
- - - ! '>'
92
+ - - ! '>='
92
93
  - !ruby/object:Gem::Version
93
- version: 1.3.1
94
+ version: '0'
94
95
  none: false
95
96
  requirements: []
96
97
  rubyforge_project: brightbox
97
- rubygems_version: 1.8.23
98
+ rubygems_version: 1.8.25
98
99
  signing_key:
99
100
  specification_version: 3
100
101
  summary: Brightbox rails deployment scripts for Capistrano