brightbox 2.2 → 2.2.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.
data/bin/brightbox
CHANGED
|
@@ -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
|
data/lib/brightbox/version.rb
CHANGED
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:
|
|
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-
|
|
14
|
+
date: 2009-01-12 00:00:00 +00:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|