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.
@@ -100,7 +100,7 @@ class PrecompilerTest < MiniTest::Unit::TestCase
100
100
  end
101
101
 
102
102
  def test_compiler_version
103
- assert Barber::Precompiler.compiler_version
103
+ assert_match /handlebars:/, Barber::Precompiler.compiler_version
104
104
  end
105
105
 
106
106
  private
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.8.3
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