handlebars_assets 0.12.1 → 0.12.2

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NzMzMDYyMzljN2EyY2FjMGY2OWJmNDQ1MTQ1ZmIzNWU4NjA3MWJkMw==
4
+ NmZjNTBmM2MyMTNhNTU4YmRhNWJkMDZmMGRmNmYwMGI1MWYzZDgzYg==
5
5
  data.tar.gz: !binary |-
6
- YTZiMTM0YjMwZDUzZTU2NTI4ZmI1YWRkOGI4MzA0MDFhMzY0NTYwOQ==
6
+ ZWYyZmIwMDc4Nzg0MGY3NjU2ZDBhNDViN2EzYTlmNTZhNzBlYTljNA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- Yzc1YWZlYWYwZjhmMWIxOTFiMTFkM2M2ODFmMzlkMDM1MThjNDIzNmEwMDli
10
- Zjc1YWMzMmFlZmE1NWRkZTQ4NjQ1ZGYyNjgxYTc5Mzk2OWMxMDRmYjQyZTVl
11
- Y2QyNGQ3MmRiODQwYzE4ZmVlNTliYTY2ZDFjMGZkZTg4MzVlNmU=
9
+ NjgxMzY2ZWE1ZGZmZWNhNjQ1OWZlMzFlZmZlYjJmODliYTZjNDkwZDE5Njg0
10
+ Y2JhMjVlYzQxYjAyNjAzZmYyNDZkYTcxYTc5OTM2MWE2OWIzZjU2NTFhODUw
11
+ YTdkMDViNTk3YmZhZTU3OTBjMDY0ZGU0ODViZWQ3OGUyOGJmNjY=
12
12
  data.tar.gz: !binary |-
13
- ODlhZjY3ZDBmYzk2YzEyNmViODk4MDBiM2FiYTNlNDVkNmQxODA3OGU1YTkx
14
- MDczYjVlNDcwMmRlODhmNzZlOGVjMmRkMTA2MzhiMzg3NTViNDA4MmI2ZmUy
15
- ZDNlZjllODg2YWNmOWQ4ZDc3NTczZDEwMmJhNzExMTg3OTVhOTA=
13
+ OTg3YjRhMjhmZmFmYzgwNmFjYjMxMGMxZDFjNDRkNzMyZDk3MGVkYzc5M2U4
14
+ M2YwMzNjYjIxZGMyNTZmOTFkNjdkYWMxN2MxNDBjM2M4NDFmOThlMzk4OGMx
15
+ NDgxYTliNTM2MWQ4MjYxZDJhZWZkN2ZmZTA0YTk4YmUyNjI2NzA=
@@ -1,5 +1,9 @@
1
1
  ## On master
2
2
 
3
+ ## 0.12.2 (2013-05-27)
4
+
5
+ * Synchronize Sprockets engine registers with Rails - @mark-rushakoff
6
+
3
7
  ## 0.12.1 (2013-05-21)
4
8
 
5
9
  * Update to handlebars 1.0.0-rc.4 - @turadg
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- handlebars_assets (0.12.1)
4
+ handlebars_assets (0.12.2)
5
5
  execjs (>= 1.2.9)
6
6
  sprockets (>= 2.0.3)
7
7
  tilt
@@ -22,6 +22,7 @@ GEM
22
22
  haml (4.0.0)
23
23
  tilt
24
24
  hike (1.2.2)
25
+ json (1.7.7)
25
26
  multi_json (1.7.3)
26
27
  rack (1.5.2)
27
28
  rake (10.0.3)
@@ -43,5 +44,6 @@ DEPENDENCIES
43
44
  debugger
44
45
  haml
45
46
  handlebars_assets!
47
+ json (~> 1.7.7)
46
48
  rake
47
49
  slim
data/README.md CHANGED
@@ -204,24 +204,25 @@ Follow me on [Github](https://github.com/leshill) and [Twitter](https://twitter.
204
204
 
205
205
  # Contributors
206
206
 
207
- * Matt Burke (@spraints) : execjs support
208
- * (@kendagriff) : 1.8.7 compatibility
209
- * Thorben Schröder (@walski) : 3.1 asset group for precompile
210
- * Erwan Barrier (@erwanb) : Support for plain sprockets
211
- * Brendan Loudermilk (@bloudermilk) : HandlebarsAssets.path
212
- * Dan Evans (@danevans) : Rails 2 support
213
- * Ben Woosley (@empact) : Update to handlebars.js 1.0.0.beta.6
214
- * (@cw-moshe) : Remove 'templates/' from names
215
- * Spike Brehm (@spikebrehm) : Config.template\_namespace option
216
- * Ken Mayer (@kmayer) : Quick fix for template\_namespace option
217
- * Brad Murray (@wyaeld) : Generic options support
218
- * Blake Williams (@BlakeWilliams) : .handlebars extension
219
- * Tristan Koch (@trkoch) : Strip leading whitespace from compiled templates
220
- * Brian Cardarella (@bcardarella) : Ember support
221
- * David Lee (@davidlee) : Slim support
222
- * Phil Cohen (@phlipper) : README cleanup
223
- * Akshay Rawat (@akshayrawat) : Update to handlebars.js 1.0.0-rc.3
224
- * Turadg Aleahmad (@turadg) : Update to handlebars 1.0.0-rc.4
207
+ * Matt Burke (@spraints) : execjs support
208
+ * (@kendagriff) : 1.8.7 compatibility
209
+ * Thorben Schröder (@walski) : 3.1 asset group for precompile
210
+ * Erwan Barrier (@erwanb) : Support for plain sprockets
211
+ * Brendan Loudermilk (@bloudermilk) : HandlebarsAssets.path
212
+ * Dan Evans (@danevans) : Rails 2 support
213
+ * Ben Woosley (@empact) : Update to handlebars.js 1.0.0.beta.6
214
+ * (@cw-moshe) : Remove 'templates/' from names
215
+ * Spike Brehm (@spikebrehm) : Config.template\_namespace option
216
+ * Ken Mayer (@kmayer) : Quick fix for template\_namespace option
217
+ * Brad Murray (@wyaeld) : Generic options support
218
+ * Blake Williams (@BlakeWilliams) : .handlebars extension
219
+ * Tristan Koch (@trkoch) : Strip leading whitespace from compiled templates
220
+ * Brian Cardarella (@bcardarella) : Ember support
221
+ * David Lee (@davidlee) : Slim support
222
+ * Phil Cohen (@phlipper) : README cleanup
223
+ * Akshay Rawat (@akshayrawat) : Update to handlebars.js 1.0.0-rc.3
224
+ * Turadg Aleahmad (@turadg) : Update to handlebars 1.0.0-rc.4
225
+ * Mark Rushakoff (@mark-rushakoff) : Synchronize Sprockets engine registers with Rails
225
226
 
226
227
  # Contributing
227
228
 
@@ -26,4 +26,5 @@ Gem::Specification.new do |s|
26
26
  s.add_development_dependency "haml"
27
27
  s.add_development_dependency "rake"
28
28
  s.add_development_dependency "slim"
29
+ s.add_development_dependency 'json', '~> 1.7.7'
29
30
  end
@@ -17,5 +17,7 @@ module HandlebarsAssets
17
17
  require 'sprockets'
18
18
  Sprockets.register_engine '.hbs', TiltHandlebars
19
19
  Sprockets.register_engine '.handlebars', TiltHandlebars
20
+ Sprockets.register_engine('.hamlbars', TiltHandlebars) if HandlebarsAssets::Config.haml_available?
21
+ Sprockets.register_engine('.slimbars', TiltHandlebars) if HandlebarsAssets::Config.slim_available?
20
22
  end
21
23
  end
@@ -1,3 +1,3 @@
1
1
  module HandlebarsAssets
2
- VERSION = "0.12.1"
2
+ VERSION = "0.12.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: handlebars_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Les Hill
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-21 00:00:00.000000000 Z
11
+ date: 2013-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: execjs
@@ -108,6 +108,20 @@ dependencies:
108
108
  - - ! '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: json
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ~>
116
+ - !ruby/object:Gem::Version
117
+ version: 1.7.7
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ~>
123
+ - !ruby/object:Gem::Version
124
+ version: 1.7.7
111
125
  description: Compile Handlebars templates in the Rails asset pipeline.
112
126
  email:
113
127
  - leshill@gmail.com