handlebars-source 4.0.1 → 4.0.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d4d61b8b6a50b0366f72803609381d379a99abb
4
- data.tar.gz: 362759dabbffca229ddd78bdf3b263653c2d99f2
3
+ metadata.gz: f31bda0957c82763b63ec942695369e5daca26c2
4
+ data.tar.gz: 54b990aaf846ad2f6d8ae2fad7ee7e17227c3cc7
5
5
  SHA512:
6
- metadata.gz: 3c7eaf1ad99986acb23df98c4c8df79696071352b05b2dd36a010287872ce4ccc93a53f132710b8d66014d7a451758fdab42e4b373f905009af77c80f3bae29c
7
- data.tar.gz: cf10b3c12cda959ca49eccb82d924978bf60a14871f803fa38bfef0b835130a42a1ace47118c8804a5e1ab465de46cbe8ba8ad61a9765223b325119ff163f134
6
+ metadata.gz: e076691f4987f728651c705cbeccd97fdd20746f6eabc234f8f90c0a18fda389ca2c9229dc5c051bf2ff16330aaff8c45da3abcc47299a42b454478c1397a67b
7
+ data.tar.gz: db4cf2d0683d7690a0adbaed070ce9649e4cdb36401b6f5709909a7c111d6a1617618f52365557fb6d3588e3f1608646d05d84146f92826ffd7d5f9d4e6aca9d
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
 
3
- handlebars v4.0.1
3
+ handlebars v4.0.2
4
4
 
5
5
  Copyright (C) 2011-2015 by Yehuda Katz
6
6
 
@@ -2230,7 +2230,7 @@ return /******/ (function(modules) { // webpackBootstrap
2230
2230
 
2231
2231
  var _logger2 = _interopRequireDefault(_logger);
2232
2232
 
2233
- var VERSION = '4.0.1';
2233
+ var VERSION = '4.0.2';
2234
2234
  exports.VERSION = VERSION;
2235
2235
  var COMPILER_REVISION = 7;
2236
2236
 
@@ -2690,7 +2690,7 @@ return /******/ (function(modules) { // webpackBootstrap
2690
2690
  if (templateSpec.usePartial) {
2691
2691
  container.partials = container.merge(options.partials, env.partials);
2692
2692
  }
2693
- if (templateSpec.useDecorators) {
2693
+ if (templateSpec.usePartial || templateSpec.useDecorators) {
2694
2694
  container.decorators = container.merge(options.decorators, env.decorators);
2695
2695
  }
2696
2696
  } else {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
 
3
- handlebars v4.0.1
3
+ handlebars v4.0.2
4
4
 
5
5
  Copyright (C) 2011-2015 by Yehuda Katz
6
6
 
@@ -169,7 +169,7 @@ return /******/ (function(modules) { // webpackBootstrap
169
169
 
170
170
  var _logger2 = _interopRequireDefault(_logger);
171
171
 
172
- var VERSION = '4.0.1';
172
+ var VERSION = '4.0.2';
173
173
  exports.VERSION = VERSION;
174
174
  var COMPILER_REVISION = 7;
175
175
 
@@ -629,7 +629,7 @@ return /******/ (function(modules) { // webpackBootstrap
629
629
  if (templateSpec.usePartial) {
630
630
  container.partials = container.merge(options.partials, env.partials);
631
631
  }
632
- if (templateSpec.useDecorators) {
632
+ if (templateSpec.usePartial || templateSpec.useDecorators) {
633
633
  container.decorators = container.merge(options.decorators, env.decorators);
634
634
  }
635
635
  } else {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: handlebars-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yehuda Katz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-02 00:00:00.000000000 Z
11
+ date: 2015-09-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Handlebars.js source code wrapper for (pre)compilation gems.
14
14
  email: