fingerjam 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/fingerjam.gemspec +1 -1
- data/lib/fingerjam/base.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.1
|
data/fingerjam.gemspec
CHANGED
data/lib/fingerjam/base.rb
CHANGED
@@ -24,7 +24,7 @@ module Fingerjam
|
|
24
24
|
self.host = options.delete(:host) || "www.example.com"
|
25
25
|
self.cache_prefix = options.delete(:cache_prefix) || "/cache/"
|
26
26
|
|
27
|
-
self.root_path = options.delete(:root_path)
|
27
|
+
self.root_path = options.delete(:root_path) || Rails.root
|
28
28
|
self.assets_yml_path = options.delete(:assets_yml_path) || File.join(root_path, "config", "assets.yml")
|
29
29
|
self.lock_yml_path = options.delete(:lock_yml_path) || File.join(root_path, "config", "assets.lock.yml")
|
30
30
|
self.public_path = options.delete(:public_path) || File.join(root_path, "public")
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 4
|
8
|
-
-
|
9
|
-
version: 0.4.
|
8
|
+
- 1
|
9
|
+
version: 0.4.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Steve Hoeksema
|
@@ -174,7 +174,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
174
174
|
requirements:
|
175
175
|
- - ">="
|
176
176
|
- !ruby/object:Gem::Version
|
177
|
-
hash:
|
177
|
+
hash: 1487343662056678359
|
178
178
|
segments:
|
179
179
|
- 0
|
180
180
|
version: "0"
|