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.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'jammit-jcarnegie'
3
- s.version = '0.0.3' # Keep version in sync with jammit.rb
3
+ s.version = '0.0.4' # Keep version in sync with jammit.rb
4
4
  s.date = '2011-07-25'
5
5
 
6
6
  s.homepage = "http://documentcloud.github.com/jammit/"
@@ -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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeremy Ashkenas