mustache-js-rails 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mustache-js-rails/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c99ae1eb9b859c5626c0356512e898a8377a470e
|
4
|
+
data.tar.gz: b947da6730d5937e84ff7dd00ebee393987bfcb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1f1cf9a2b6324a086c2838e0c5c42280a019b2889c1348a7707633e6c22148cec6f8f98db965bd588e59b28d43ca15a19fb70a193fd66e3a2a91705b8f01e53
|
7
|
+
data.tar.gz: 2d57ed0f456b3d3d177e016045d7a336dc06a0a9360e268a1be228885ae53e5dab22add2250cef46cc52b125c133384d0998c26344529163a9f4d8a4278bc7d9
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -34,7 +34,7 @@ description: "\n mustache.js (https://github.com/janl/mustache.js)\n and j
|
|
34
34
|
(https://github.com/jonnyreeves/jquery-Mustache)\n for Rails 3.1+ asset pipeline\n
|
35
35
|
\ "
|
36
36
|
email:
|
37
|
-
-
|
37
|
+
- k@knapik.cc
|
38
38
|
executables: []
|
39
39
|
extensions: []
|
40
40
|
extra_rdoc_files: []
|
@@ -48,7 +48,7 @@ files:
|
|
48
48
|
- lib/mustache-js-rails/version.rb
|
49
49
|
- vendor/assets/javascripts/jquery.mustache.js
|
50
50
|
- vendor/assets/javascripts/mustache.js
|
51
|
-
homepage: https://github.com/
|
51
|
+
homepage: https://github.com/kknapik/mustache-js-rails
|
52
52
|
licenses:
|
53
53
|
- MIT
|
54
54
|
metadata: {}
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
68
|
version: '0'
|
69
69
|
requirements: []
|
70
70
|
rubyforge_project: mustache-js-rails
|
71
|
-
rubygems_version: 2.
|
71
|
+
rubygems_version: 2.5.1
|
72
72
|
signing_key:
|
73
73
|
specification_version: 4
|
74
74
|
summary: mustache.js and jQuery.mustache.js for Rails 3.1+ asset pipeline
|