barber 0.8.3 → 0.9.0
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 +4 -4
- data/lib/barber/ember/precompiler.rb +29 -7
- data/lib/barber/precompiler.rb +1 -1
- data/lib/barber/version.rb +1 -1
- data/test/ember/precompiler_test.rb +13 -1
- data/test/fixtures/ember-template-compiler.js +7356 -0
- data/test/precompiler_test.rb +1 -1
- metadata +3 -1
data/test/precompiler_test.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: barber
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tchak
|
|
@@ -166,6 +166,7 @@ files:
|
|
|
166
166
|
- lib/barber/version.rb
|
|
167
167
|
- test/ember/precompiler_test.rb
|
|
168
168
|
- test/ember/precompilers_test.rb
|
|
169
|
+
- test/fixtures/ember-template-compiler.js
|
|
169
170
|
- test/precompiler_test.rb
|
|
170
171
|
- test/precompilers_test.rb
|
|
171
172
|
- test/test_helper.rb
|
|
@@ -195,6 +196,7 @@ summary: Handlebars precompilation toolkit
|
|
|
195
196
|
test_files:
|
|
196
197
|
- test/ember/precompiler_test.rb
|
|
197
198
|
- test/ember/precompilers_test.rb
|
|
199
|
+
- test/fixtures/ember-template-compiler.js
|
|
198
200
|
- test/precompiler_test.rb
|
|
199
201
|
- test/precompilers_test.rb
|
|
200
202
|
- test/test_helper.rb
|