brightbox 2.2 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -360,12 +360,6 @@ mongrel_deploy = unindent(<<-FILE
360
360
  )
361
361
 
362
362
  passenger_deploy = unindent(<<-FILE
363
- ## Ruby Enterprise
364
- # Use the experimental Brightbox Ruby Enterprise Package for Ubuntu
365
- # Don't enable this option unless you're testing this out as it is
366
- # currently not recommended for production use
367
- # set :use_ree, true
368
-
369
363
  ## Passenger Configuration
370
364
  # Set the method of restarting passenger
371
365
  # Defaults to :hard which is used to instantly free up database connections
@@ -17,7 +17,7 @@
17
17
  # Public License along with this program. If not, see
18
18
  # <http://www.gnu.org/licenses/>.
19
19
  #
20
- depend :remote, :gem, "rack", ">=0.9.0"
20
+ depend :remote, :gem, "rack", "=0.4.0"
21
21
 
22
22
  namespace :configure do
23
23
 
@@ -40,7 +40,6 @@ _cset :max_age, nil
40
40
  _cset :user, "rails"
41
41
  _cset :runner, user
42
42
  _cset :disable_db_check, false
43
- _cset :use_ree, false
44
43
  _cset :passenger_restart_strategy, :hard
45
44
  _cset :use_sudo, false
46
45
  _cset :ssl_certificate, nil
@@ -1,5 +1,5 @@
1
1
  module Brightbox
2
- VERSION = "2.2"
2
+ VERSION = "2.2.1"
3
3
  end
4
4
  # Set global scope version so that OptionParser picks it up.
5
5
  ::Version = Brightbox::VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox
3
3
  version: !ruby/object:Gem::Version
4
- version: "2.2"
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Leach
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-01-09 00:00:00 +00:00
14
+ date: 2009-01-12 00:00:00 +00:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency