mustache-js-rails 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of mustache-js-rails might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/mustache-js-rails/version.rb +1 -1
- data/vendor/assets/javascripts/mustache.js +2 -2
- 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: b25c0da8f18ce17851e096bd6eecfbaa8ceb1f45
|
4
|
+
data.tar.gz: 9bc7c79f028f1d3f37aa4897f663d1d9d054deff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9362cc78e65c181587542d8ff47364331d8428208e6c406eb02fde4da2a38717c0aa664fb305f6a6c332d14ebc07f0c44a6fb1d60a29c70604c223bf52581cda
|
7
|
+
data.tar.gz: 7ef519e3c8c5f0ed659aa8dc878f9c8fab3b078ee2b98c61ee46d4c3f0d8011cac55c67e61322e3f4d8d7d1d5c002da9c7022c0b508d533f8ca34a543bf35ecb
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@ and [mustache jQuery integration](https://github.com/jonnyreeves/jquery-Mustache
|
|
5
5
|
|
6
6
|
Integrated versions are:
|
7
7
|
|
8
|
-
* mustache.js - <b id="mustache-js-version">2.1.
|
8
|
+
* mustache.js - <b id="mustache-js-version">2.1.3</b>
|
9
9
|
* jQuery mustache - <b id="jquery-mustache-js-version">0.2.8</b>
|
10
10
|
|
11
11
|
### Installation
|
@@ -6,7 +6,7 @@
|
|
6
6
|
/*global define: false Mustache: true*/
|
7
7
|
|
8
8
|
(function defineMustache (global, factory) {
|
9
|
-
if (typeof exports === 'object' && exports) {
|
9
|
+
if (typeof exports === 'object' && exports && typeof exports.nodeName !== 'string') {
|
10
10
|
factory(exports); // CommonJS
|
11
11
|
} else if (typeof define === 'function' && define.amd) {
|
12
12
|
define(['exports'], factory); // AMD
|
@@ -565,7 +565,7 @@
|
|
565
565
|
};
|
566
566
|
|
567
567
|
mustache.name = 'mustache.js';
|
568
|
-
mustache.version = '2.1.
|
568
|
+
mustache.version = '2.1.3';
|
569
569
|
mustache.tags = [ '{{', '}}' ];
|
570
570
|
|
571
571
|
// All high-level mustache.* functions use this writer.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mustache-js-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07
|
11
|
+
date: 2015-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|