flayyer_liquid 1.0.0 → 1.2.0

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: 82818a255a2b36fa7fc664a360ae24b34cf18d91ee8757265f46c433d4366cea
4
- data.tar.gz: c21f496baa89ee9d7f35601b7fa15c2a32a136844ab56b26df42a1652a122532
3
+ metadata.gz: b8e1adfa9fe474486df8ee42dfa8db6a74e4f9d674df3aedb9bed9095c9b56e4
4
+ data.tar.gz: 76f4a331599730594ffcdda119058f987b3caa5b0b740c89b9a51e63242060b6
5
5
  SHA512:
6
- metadata.gz: 215c4b850f1d2cfb620a05f270c26eb5fb934b23c6b29efa48b7a79dff898420a99bffdabe15bcfc0a8fda1783e0f79e7eef79d6854ac187c55210d240bfe083
7
- data.tar.gz: 43bc5a6436c19622acb2fc81b23b9a838006fb4ff868b8fe140b04d6de4009cdcfb46f62911d296a0f4eaf8c922d461544fe851341ca4d1a64673828051bc11d
6
+ metadata.gz: 13d82eb5c973800e79d590ac60d44b6b16fa6e0590489bd468434e6b25338a62d806ebbf685c200e5e28617943c9c7dab0c8843981f3047432ff56fa44f2cb65
7
+ data.tar.gz: 1329389e16ab17c65ba727ecf05d128e5f0e1005cfa0b7672b9c82766863a5fdbcb900ee6d201879eedaa92efe71e9031b56cdb759cace560917dbac5b740897
data/Gemfile CHANGED
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  gem 'liquid' # peer dependency
7
- gem 'flayyer', '~> 1.0.0'
7
+ gem 'flayyer', '~> 1.2.0'
8
8
 
9
9
  gem 'rake', '~> 12.0'
10
10
  group :test do
@@ -1,34 +1,34 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- flayyer_liquid (1.0.0)
4
+ flayyer_liquid (1.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  diff-lcs (1.4.4)
10
- flayyer (1.0.0)
10
+ flayyer (1.2.0)
11
11
  liquid (4.0.3)
12
12
  rake (12.3.3)
13
- rspec (3.9.0)
14
- rspec-core (~> 3.9.0)
15
- rspec-expectations (~> 3.9.0)
16
- rspec-mocks (~> 3.9.0)
17
- rspec-core (3.9.2)
18
- rspec-support (~> 3.9.3)
19
- rspec-expectations (3.9.2)
13
+ rspec (3.10.0)
14
+ rspec-core (~> 3.10.0)
15
+ rspec-expectations (~> 3.10.0)
16
+ rspec-mocks (~> 3.10.0)
17
+ rspec-core (3.10.0)
18
+ rspec-support (~> 3.10.0)
19
+ rspec-expectations (3.10.0)
20
20
  diff-lcs (>= 1.2.0, < 2.0)
21
- rspec-support (~> 3.9.0)
22
- rspec-mocks (3.9.1)
21
+ rspec-support (~> 3.10.0)
22
+ rspec-mocks (3.10.0)
23
23
  diff-lcs (>= 1.2.0, < 2.0)
24
- rspec-support (~> 3.9.0)
25
- rspec-support (3.9.3)
24
+ rspec-support (~> 3.10.0)
25
+ rspec-support (3.10.0)
26
26
 
27
27
  PLATFORMS
28
28
  ruby
29
29
 
30
30
  DEPENDENCIES
31
- flayyer (~> 1.0.0)
31
+ flayyer (~> 1.2.0)
32
32
  flayyer_liquid!
33
33
  liquid
34
34
  rake (~> 12.0)
@@ -1,3 +1,3 @@
1
1
  module FlayyerLiquid
2
- VERSION = '1.0.0'
2
+ VERSION = '1.2.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flayyer_liquid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patricio López Juri
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-23 00:00:00.000000000 Z
11
+ date: 2020-12-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: FLAYYER.com helper classes and methods
14
14
  email:
@@ -37,7 +37,7 @@ metadata:
37
37
  homepage_uri: https://github.com/flayyer/flayyer-ruby-liquid
38
38
  source_code_uri: https://github.com/flayyer/flayyer-ruby-liquid
39
39
  changelog_uri: https://github.com/flayyer/flayyer-ruby-liquid
40
- post_install_message:
40
+ post_install_message:
41
41
  rdoc_options: []
42
42
  require_paths:
43
43
  - lib
@@ -52,9 +52,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  - !ruby/object:Gem::Version
53
53
  version: '0'
54
54
  requirements: []
55
- rubyforge_project:
56
- rubygems_version: 2.7.6.2
57
- signing_key:
55
+ rubygems_version: 3.1.2
56
+ signing_key:
58
57
  specification_version: 4
59
58
  summary: FLAYYER.com helper classes and methods
60
59
  test_files: []