juicer 1.0.7 → 1.0.8
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/History.txt +4 -0
- data/VERSION +1 -1
- data/lib/juicer.rb +1 -1
- data/lib/juicer/dependency_resolver/dependency_resolver.rb +1 -1
- data/lib/juicer/merger/javascript_merger.rb +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.8
|
data/lib/juicer.rb
CHANGED
|
@@ -38,7 +38,7 @@ module Juicer
|
|
|
38
38
|
# Absolute URL
|
|
39
39
|
if path =~ %r{^(/|[a-z]+:)}
|
|
40
40
|
if @options[:document_root].nil?
|
|
41
|
-
msg = "Cannot resolve absolute path '#{path}' without
|
|
41
|
+
msg = "Cannot resolve absolute path '#{path}' without document root option"
|
|
42
42
|
raise ArgumentError.new(msg)
|
|
43
43
|
end
|
|
44
44
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
8
|
+
- 8
|
|
9
|
+
version: 1.0.8
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Christian Johansen
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-10-10 00:00:00 +02:00
|
|
18
18
|
default_executable: juicer
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|