templebars 0.2.0 → 0.2.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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- templebars (0.0.6)
4
+ templebars (0.2.0)
5
5
  execjs
6
6
  sprockets (>= 2.0.3)
7
7
  tilt
@@ -9,14 +9,15 @@ PATH
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
- execjs (1.3.1)
12
+ execjs (1.4.0)
13
13
  multi_json (~> 1.0)
14
14
  hike (1.2.1)
15
15
  multi_json (1.3.6)
16
16
  rack (1.4.1)
17
17
  rake (0.9.2.2)
18
- sprockets (2.1.3)
18
+ sprockets (2.5.0)
19
19
  hike (~> 1.2)
20
+ multi_json (~> 1.0)
20
21
  rack (~> 1.0)
21
22
  tilt (~> 1.1, != 1.3.0)
22
23
  tilt (1.3.3)
data/README.md CHANGED
@@ -70,6 +70,7 @@ config.templebars_template_global = "Ember.TEMPLATES"
70
70
 
71
71
  # Version History
72
72
 
73
+ * **0.2.1** Update execjs and sprockets dependencies.
73
74
  * **0.2.0** Update Handlebars to 1.0.rc.1.
74
75
 
75
76
  *This gem is maintained by [Stovepipe Studios][stovepipe].*
@@ -1,6 +1,6 @@
1
1
  module Templebars
2
2
  module Rails
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  HANDLEBARSJS_VERSION = "1.0.rc.1"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: templebars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: