handlebars_assets 0.23.8 → 0.23.9
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b8ceb4548238c9b3a365c3da46706a80b06760d1e95aac001f01770de211e69
|
4
|
+
data.tar.gz: 3b69cc88fa7ec491206130bf7a06eb7d391fcd8c22b4ffa3d54fef825bfadfd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4b77318777f01b8e700fb748ce28658ce581d67ef546a47992623d3fc74eb3cf2fec4e79fa68c8cd2fefa57f85ef68db992006d6d8c2e5e6c68a4bb1cd9758e
|
7
|
+
data.tar.gz: 5cadc9ebc6ef867f270f8f85e30649ac9a2c675e217317a4775f770f3a6584bd428482c2766469255b3516be5d4156b51e96b42f085d58e99dc3d9e6bb66238b
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/**!
|
2
2
|
|
3
3
|
@license
|
4
|
-
handlebars v4.7.
|
4
|
+
handlebars v4.7.7
|
5
5
|
|
6
6
|
Copyright (C) 2011-2019 by Yehuda Katz
|
7
7
|
|
@@ -278,7 +278,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
278
278
|
|
279
279
|
var _internalProtoAccess = __webpack_require__(33);
|
280
280
|
|
281
|
-
var VERSION = '4.7.
|
281
|
+
var VERSION = '4.7.7';
|
282
282
|
exports.VERSION = VERSION;
|
283
283
|
var COMPILER_REVISION = 8;
|
284
284
|
exports.COMPILER_REVISION = COMPILER_REVISION;
|
@@ -1525,7 +1525,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
1525
1525
|
loc: loc
|
1526
1526
|
});
|
1527
1527
|
}
|
1528
|
-
return obj
|
1528
|
+
return container.lookupProperty(obj, name);
|
1529
1529
|
},
|
1530
1530
|
lookupProperty: function lookupProperty(parent, propertyName) {
|
1531
1531
|
var result = parent[propertyName];
|
@@ -3903,7 +3903,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
3903
3903
|
return this.internalNameLookup(parent, name);
|
3904
3904
|
},
|
3905
3905
|
depthedLookup: function depthedLookup(name) {
|
3906
|
-
return [this.aliasable('container.lookup'), '(depths,
|
3906
|
+
return [this.aliasable('container.lookup'), '(depths, ', JSON.stringify(name), ')'];
|
3907
3907
|
},
|
3908
3908
|
|
3909
3909
|
compilerInfo: function compilerInfo() {
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/**!
|
2
2
|
|
3
3
|
@license
|
4
|
-
handlebars v4.7.
|
4
|
+
handlebars v4.7.7
|
5
5
|
|
6
6
|
Copyright (C) 2011-2019 by Yehuda Katz
|
7
7
|
|
@@ -209,7 +209,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
209
209
|
|
210
210
|
var _internalProtoAccess = __webpack_require__(32);
|
211
211
|
|
212
|
-
var VERSION = '4.7.
|
212
|
+
var VERSION = '4.7.7';
|
213
213
|
exports.VERSION = VERSION;
|
214
214
|
var COMPILER_REVISION = 8;
|
215
215
|
exports.COMPILER_REVISION = COMPILER_REVISION;
|
@@ -1456,7 +1456,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
1456
1456
|
loc: loc
|
1457
1457
|
});
|
1458
1458
|
}
|
1459
|
-
return obj
|
1459
|
+
return container.lookupProperty(obj, name);
|
1460
1460
|
},
|
1461
1461
|
lookupProperty: function lookupProperty(parent, propertyName) {
|
1462
1462
|
var result = parent[propertyName];
|
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.23.
|
4
|
+
version: 0.23.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Les Hill
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: execjs
|
@@ -182,8 +182,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
182
|
- !ruby/object:Gem::Version
|
183
183
|
version: '0'
|
184
184
|
requirements: []
|
185
|
-
rubygems_version: 3.
|
186
|
-
signing_key:
|
185
|
+
rubygems_version: 3.1.4
|
186
|
+
signing_key:
|
187
187
|
specification_version: 4
|
188
188
|
summary: Compile Handlebars templates in the Rails asset pipeline.
|
189
189
|
test_files:
|