brightbox-server-tools 2.3.7 → 2.3.8

Sign up to get free protection for your applications and to get access to all the features.
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
- <Location />
79
- Allow from all
80
- </Location>
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{RailsEnv #{@rails_env}}
119
- %Q{RackEnv #{@rails_env}}
118
+ %Q@
119
+ RailsEnv #{@rails_env}
120
+ RackEnv #{@rails_env}
121
+ @
120
122
  end
121
123
  end
122
124
 
@@ -1,5 +1,5 @@
1
1
  module Brightbox
2
- VERSION = "2.3.7"
2
+ VERSION = "2.3.8"
3
3
  end
4
4
  # Set global scope version so that OptionParser picks it up.
5
5
  ::Version = Brightbox::VERSION
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: 13
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 7
10
- version: 2.3.7
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-09-07 00:00:00 +01:00
21
+ date: 2010-11-01 00:00:00 +00:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency