liquid_tag_with_params 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82598649edec7d4e16443a6e3d689aeeb2ad0a9d
4
- data.tar.gz: f9fd29cdfce5652b2764b86e5841d43364dae6b7
3
+ metadata.gz: a078f4e60e1dec529197ac310c6bff90f4b3f721
4
+ data.tar.gz: cb7fde4b9b63aaa1e19ef4779b25ccf377d0eb3f
5
5
  SHA512:
6
- metadata.gz: 7671cc7d9ad66c16f87904ddba1809a005dcfb3c30add0c5bfce641f267248c27dbea4455cc1819a95429260f1ef0b47c78af1fd8d37485ff323f2bb17f1b3fe
7
- data.tar.gz: bd7bee81e654d3c8cafac679740edaafe9e2b7b6bb99b4206d40710a3e0ede5e4fac709f81b374ca74d67363cb0f09c395e98bc2e4c73656087c19bd46d70d70
6
+ metadata.gz: efd7d57cdd109ee4a149a12a2966dfa0300d15e3adf2162ebc519af057ea3f96501bb47b4273622384216ba89f843f7ea9fbb599920714647fc298784ba5f9e8
7
+ data.tar.gz: 457aa6d9cfa33d42c40c18a6e1fe6dd559093313a927669757702c9b0023db67534df185bab45c34e8cb9c7d5b76e96b26d0d4f7519b3a9280ae64c70201d5e5
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Liquid Tag With Params
2
- [![Gem Version](https://img.shields.io/gem/v/liquid_tag_with_params.svg?style=flat)](http://rubygems.org/gems/liquid_tag_with_params) [![Gem Downloads](https://img.shields.io/gem/dt/liquid_tag_with_params.svg?style=flat)](http://rubygems.org/gems/liquid_tag_with_params) [![Build Status](https://img.shields.io/travis/comfy/liquid_tag_with_params.svg?style=flat)](https://travis-ci.org/comfy/liquid_tag_with_params)
2
+ [![Gem Version](https://img.shields.io/gem/v/liquid_tag_with_params.svg?style=flat)](http://rubygems.org/gems/liquid_tag_with_params) [![Gem Downloads](https://img.shields.io/gem/dt/liquid_tag_with_params.svg?style=flat)](http://rubygems.org/gems/liquid_tag_with_params) [![Build Status](https://img.shields.io/travis/GBH/liquid_tag_with_params.svg?style=flat)](https://travis-ci.org/GBH/liquid_tag_with_params)
3
3
 
4
4
  This is a `Liquid::TagWithParams` that extends `Liquid::Tag` by adding support for, you guessed it, params.
5
5
 
@@ -1,3 +1,3 @@
1
1
  module LiquidTagWithParams
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.version = LiquidTagWithParams::VERSION
7
7
  s.authors = ["Oleg Khabarov"]
8
8
  s.email = ["oleg@khabarov.ca"]
9
- s.homepage = "http://github.com/comfy/liquid_tag_with_params"
9
+ s.homepage = "http://github.com/GBH/liquid_tag_with_params"
10
10
  s.summary = "Liquid::TagWithParams"
11
11
  s.description = "Tag class for Liquid markup that supports extra params"
12
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liquid_tag_with_params
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Khabarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-19 00:00:00.000000000 Z
11
+ date: 2017-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: liquid
@@ -39,11 +39,12 @@ files:
39
39
  - lib/liquid/tag_with_params.rb
40
40
  - lib/liquid/tag_with_params/parser.rb
41
41
  - lib/liquid/tag_with_params/version.rb
42
+ - liquid_tag_with_params-0.0.3.gem
42
43
  - liquid_tag_with_params.gemspec
43
44
  - test/liquid/tag_with_params/parser_test.rb
44
45
  - test/liquid/tag_with_params_test.rb
45
46
  - test/test_helper.rb
46
- homepage: http://github.com/comfy/liquid_tag_with_params
47
+ homepage: http://github.com/GBH/liquid_tag_with_params
47
48
  licenses: []
48
49
  metadata: {}
49
50
  post_install_message: