active_wrapper 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -1
- data/gemspec.rb +1 -1
- data/lib/active_wrapper.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
data/gemspec.rb
CHANGED
data/lib/active_wrapper.rb
CHANGED
@@ -22,7 +22,7 @@ module ActiveWrapper
|
|
22
22
|
|
23
23
|
options = {
|
24
24
|
:base => File.dirname($0),
|
25
|
-
:env => 'development',
|
25
|
+
:env => ENV['RACK_ENV'] || ENV['RAILS_ENV'] || ENV['MERB_ENV'] || 'development',
|
26
26
|
:log => options[:env] || 'development'
|
27
27
|
}.merge(options.reject { |k, v| v.nil? })
|
28
28
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_wrapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Winton Welsh
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-
|
12
|
+
date: 2010-03-03 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|