liquid-tag-parser 1.0.0 → 1.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
  SHA1:
3
- metadata.gz: 6dc35e4c2520d7dacf0080c387460e1ae3b2d8b8
4
- data.tar.gz: 7e739fbae912858b89dbecec2bb8d7b0b2bf9437
3
+ metadata.gz: 49745411e166434c3e9f92524daf80266c42522a
4
+ data.tar.gz: f9b7ffb095609af5d89659b478a22d30d67d9597
5
5
  SHA512:
6
- metadata.gz: 1ef0adb8188931e2a7dd2e6b9072d1825ccbf862976e01541192380c1b3dfff5e90549529375a279ebfc156f871bfb0f417d762c857c2e1c273f6e0cffc63f96
7
- data.tar.gz: 01fc8859b3cec052d49911a2ab2cb6c4a97f71f5799f8c31a1f722e1dd676b5af430cc74fc7365216367ab20d514ea035b066d81b63300c4eb385807ef9dd67a
6
+ metadata.gz: 90675c7226768aba373d4c9e2a2cb224b101f835a21ed32ad10487d63cbe8588c3b3b4177e16668ea097fbf8feab0b5dfccbd60a299af785e1aa2e279e152e75
7
+ data.tar.gz: 84c0c8c51ceb5969c588ffef10016579f47811184e67ae9d185d8b0e4dea9c9405fbec2c2b0eb899e3a1f91edca24a84a515f365280d37cea9e912d9f55e5ca4
@@ -4,9 +4,10 @@
4
4
 
5
5
  require "forwardable"
6
6
  require "extras/hash"
7
+ require "liquid"
7
8
 
8
9
  module Liquid
9
- module Tag
10
+ class Tag
10
11
  class Parser
11
12
  attr_reader :args, :raw_args
12
13
  extend Forwardable
@@ -3,9 +3,9 @@
3
3
  # Encoding: utf-8
4
4
 
5
5
  module Liquid
6
- module Tag
6
+ class Tag
7
7
  class Parser
8
- VERSION = "1.0.0"
8
+ VERSION = "1.0.2"
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liquid-tag-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordon Bedwell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-28 00:00:00.000000000 Z
11
+ date: 2017-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec