jammit-jcarnegie 0.0.3 → 0.0.4
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/jammit.gemspec +1 -1
- data/lib/jammit/compressor.rb +1 -1
- metadata +3 -3
data/jammit.gemspec
CHANGED
data/lib/jammit/compressor.rb
CHANGED
@@ -96,7 +96,7 @@ module Jammit
|
|
96
96
|
# JST templates are named with the basename of their file.
|
97
97
|
def compile_jst(paths, package=nil)
|
98
98
|
namespace = Jammit.template_namespace
|
99
|
-
template_root = Jammit.template_roots[package]
|
99
|
+
template_root = Jammit.template_roots[package.to_s]
|
100
100
|
paths = paths.grep(Jammit.template_extension_matcher).sort
|
101
101
|
base_path = find_base_path(paths)
|
102
102
|
compiled = paths.map do |path|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jammit-jcarnegie
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jeremy Ashkenas
|