fingerjam 0.4.0 → 0.4.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
data/fingerjam.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fingerjam}
8
- s.version = "0.4.0"
8
+ s.version = "0.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Steve Hoeksema"]
@@ -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
- - 0
9
- version: 0.4.0
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: -4335170652372307643
177
+ hash: 1487343662056678359
178
178
  segments:
179
179
  - 0
180
180
  version: "0"