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 +4 -4
- data/handlebars.js +3 -3
- data/handlebars.runtime.js +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f31bda0957c82763b63ec942695369e5daca26c2
|
|
4
|
+
data.tar.gz: 54b990aaf846ad2f6d8ae2fad7ee7e17227c3cc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e076691f4987f728651c705cbeccd97fdd20746f6eabc234f8f90c0a18fda389ca2c9229dc5c051bf2ff16330aaff8c45da3abcc47299a42b454478c1397a67b
|
|
7
|
+
data.tar.gz: db4cf2d0683d7690a0adbaed070ce9649e4cdb36401b6f5709909a7c111d6a1617618f52365557fb6d3588e3f1608646d05d84146f92826ffd7d5f9d4e6aca9d
|
data/handlebars.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
|
|
3
|
-
handlebars v4.0.
|
|
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.
|
|
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 {
|
data/handlebars.runtime.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
|
|
3
|
-
handlebars v4.0.
|
|
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.
|
|
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.
|
|
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-
|
|
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:
|