mustache-js-rails 2.0.3 → 2.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a868144098b1b29576f6ebcbacbc081203e0e96
4
- data.tar.gz: 4923928c3d85ade67acd4a146d051f450c61d19e
3
+ metadata.gz: c99ae1eb9b859c5626c0356512e898a8377a470e
4
+ data.tar.gz: b947da6730d5937e84ff7dd00ebee393987bfcb2
5
5
  SHA512:
6
- metadata.gz: 16514e928cb9a79f1e6e87776d9001935129bae5658ef19761a44471a756ae5756bcdf35c4ce43f35f0f09b31e0247d67af201591aa81d401df3d88e08c8c9ac
7
- data.tar.gz: 1b276a39a51501928360791c62104b09fed05cb9afd6fa3e4fe983d5daff95381e1e2b581dbf306565bdea161ebcb8385656ee0d43de9ae20330d7a94a3271a0
6
+ metadata.gz: a1f1cf9a2b6324a086c2838e0c5c42280a019b2889c1348a7707633e6c22148cec6f8f98db965bd588e59b28d43ca15a19fb70a193fd66e3a2a91705b8f01e53
7
+ data.tar.gz: 2d57ed0f456b3d3d177e016045d7a336dc06a0a9360e268a1be228885ae53e5dab22add2250cef46cc52b125c133384d0998c26344529163a9f4d8a4278bc7d9
@@ -1,3 +1,3 @@
1
1
  module MustacheJsRails
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
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.3
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: 2015-12-13 00:00:00.000000000 Z
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
- - knapo@knapo.net
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/knapo/mustache-js-rails
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.4.5.1
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