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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3609b79020e2ea9f1a959a813b19de358553c6b0
4
- data.tar.gz: 42013fc4762883b2ac589f91129960c535baedaa
3
+ metadata.gz: b25c0da8f18ce17851e096bd6eecfbaa8ceb1f45
4
+ data.tar.gz: 9bc7c79f028f1d3f37aa4897f663d1d9d054deff
5
5
  SHA512:
6
- metadata.gz: 88e7fa28e5f472f88457fbf0af7306d051ab6021c709644c6f15fda7d408a5edc386f381bbba71daece690c1670fa5d5036d61c807058ef269f5e44d70dbb2c9
7
- data.tar.gz: 6fd38eb734ffd21ea157a78c8c4bda34f62c9e6e1f3a54504edafb06f0a61c9b6826b146776899c4421ea5be1eb7669f15db1fd7bd8d0084bbe1dac7e0121881
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.2</b>
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
@@ -1,3 +1,3 @@
1
1
  module MustacheJsRails
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
@@ -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.2';
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.1
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-16 00:00:00.000000000 Z
11
+ date: 2015-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties