tootsie 0.9.7 → 0.9.8
Sign up to get free protection for your applications and to get access to all the features.
- data/config.ru +1 -3
- data/lib/tootsie/version.rb +1 -1
- metadata +3 -3
data/config.ru
CHANGED
@@ -7,9 +7,7 @@ $:.unshift(File.join(File.dirname(__FILE__), "/lib"))
|
|
7
7
|
require 'tootsie'
|
8
8
|
|
9
9
|
config_path = ENV['TOOTSIE_CONFIG']
|
10
|
-
|
11
|
-
abort "You must specify a configuration file with TOOTSIE_CONFIG."
|
12
|
-
end
|
10
|
+
config_path ||= '/etc/tootsie/tootsie.conf'
|
13
11
|
|
14
12
|
app = Tootsie::Application.new(:logger => ENV["rack.logger"])
|
15
13
|
app.configure!(config_path)
|
data/lib/tootsie/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tootsie
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 43
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
version: 0.9.
|
9
|
+
- 8
|
10
|
+
version: 0.9.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alexander Staubo
|