liquidjs-rails 8.2.0.1 → 8.2.0.2

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
  SHA256:
3
- metadata.gz: 704f08bf67ba9839e407ef384964ea78dc03335f44aaaaa8bd665428b74f9c0c
4
- data.tar.gz: 6c9fa2462b84707b43a96b92f3dd7556e3f27fee9859ab01e26d7179f66a1f8a
3
+ metadata.gz: dc4866e266d251c41ad9e556e9767a36d4488f2ea92cf49c1fc4dafb4e8a8536
4
+ data.tar.gz: b0b926d2b83d0f6b99b3279c498a7cff7dfc424ccc844dd16a177e3f020ff2e1
5
5
  SHA512:
6
- metadata.gz: 10d1eaa2632a22f4159d3651a8254faf293d517498f59e826c64dca4f914b5f807620431b84e25d8dfd8c9922342180e8125be7cb9072f732e704edda170be54
7
- data.tar.gz: 744f8daeaa48887b5ce62852c59c43031d4728f6ba0176d74d62fc52cdb557a57699d0fb9e03b5779bb3ae30f8ff396e8796023d6e31e0174587380b00e21de2
6
+ metadata.gz: e321ff2d6ea19684774bc7ff411f9b0f762c64cca837fa2a5925d1667d979b9119d0dca73f02948e40fd920a52a7d1c7160264a531f39af36cb48059d3f65348
7
+ data.tar.gz: 5aa2cd203d4cca35d069a5402c2bdd37f0362000fad9dd69a07c6a97479ca35e8b0f895c81cbb4b7f6dcc6d416c3900be010959613e69fad346e016816a9dac9
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 localhostdotdev
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # liquidjs-rails
2
+
3
+ - <https://www.npmjs.com/package/liquidjs>
4
+ - <https://unpkg.com/liquidjs@VERSION/dist/liquid.js>
5
+ - `gem 'liquidjs-rails`
6
+ - `#= require liquid`
@@ -2,6 +2,6 @@ module Liquidjs
2
2
  module Rails
3
3
  # https://www.npmjs.com/package/liquidjs
4
4
  # 17 april 2019
5
- VERSION = "8.2.0.1"
5
+ VERSION = "8.2.0.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liquidjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.2.0.1
4
+ version: 8.2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - localhostdotdev
@@ -30,6 +30,8 @@ executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
+ - LICENSE
34
+ - README.md
33
35
  - lib/liquidjs/rails.rb
34
36
  - lib/liquidjs/rails/version.rb
35
37
  homepage: https://github.com/universal-updates/liquidjs-rails