brightbox-server-tools 2.3.7 → 2.3.8
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/railsapp-apache +7 -5
- data/lib/brightbox/version.rb +1 -1
- metadata +4 -4
data/bin/railsapp-apache
CHANGED
|
@@ -75,9 +75,9 @@ def standard_server_contents
|
|
|
75
75
|
BrowserMatch \\bMSIE !no-gzip !gzip-only-text/html
|
|
76
76
|
|
|
77
77
|
# Add any access limit directives here
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
78
|
+
#<Location />
|
|
79
|
+
# Allow from all
|
|
80
|
+
#</Location>
|
|
81
81
|
@
|
|
82
82
|
end
|
|
83
83
|
|
|
@@ -115,8 +115,10 @@ end
|
|
|
115
115
|
|
|
116
116
|
def rails_env_if_passenger
|
|
117
117
|
if @passenger && @rails_env
|
|
118
|
-
%Q
|
|
119
|
-
|
|
118
|
+
%Q@
|
|
119
|
+
RailsEnv #{@rails_env}
|
|
120
|
+
RackEnv #{@rails_env}
|
|
121
|
+
@
|
|
120
122
|
end
|
|
121
123
|
end
|
|
122
124
|
|
data/lib/brightbox/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brightbox-server-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 2.3.
|
|
9
|
+
- 8
|
|
10
|
+
version: 2.3.8
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- John Leach
|
|
@@ -18,7 +18,7 @@ autorequire:
|
|
|
18
18
|
bindir: bin
|
|
19
19
|
cert_chain: []
|
|
20
20
|
|
|
21
|
-
date: 2010-
|
|
21
|
+
date: 2010-11-01 00:00:00 +00:00
|
|
22
22
|
default_executable:
|
|
23
23
|
dependencies:
|
|
24
24
|
- !ruby/object:Gem::Dependency
|