tiendapp_validator 0.1.7 → 0.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cabd6dea452b24d2fd92d39245aa27f11613f6e2
|
4
|
+
data.tar.gz: b7dd30d2c205cb14cc7679e15a243654c5eb7479
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c416a2863eccd4e2d7c02cc87913f06c92b28fc8d97f21c7e22670dca50bbdcce2794388fe6719ee8a857b77086bf7d8c8da4c97b0e98ba7f9053152a7aa0829
|
7
|
+
data.tar.gz: ae8424aadc23295c3677fb0b084c3cb787e251dcecb7ac4427896a9a91a3b33e22b32bea11c874a8369270a4c7e1bfe8a6cbb621fe4ed98a61e30d35efb96669
|
@@ -3,7 +3,7 @@ module TiendappValidator
|
|
3
3
|
LIQUID_FILES =
|
4
4
|
['layout.liquid', 'home.liquid', 'product.liquid', 'blog.liquid',
|
5
5
|
'static_page.liquid', 'post.liquid', 'order.liquid',
|
6
|
-
'sidebar.liquid'].freeze
|
6
|
+
'sidebar.liquid', 'products.liquid', 'taxon.liquid'].freeze
|
7
7
|
|
8
8
|
# Subcarpeta checkout
|
9
9
|
LIQUID_FILES_CHECKOUT =
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tiendapp_validator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nahif
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: liquid
|
@@ -185,6 +185,7 @@ files:
|
|
185
185
|
- tiendapp_validator-0.1.4.gem
|
186
186
|
- tiendapp_validator-0.1.5.gem
|
187
187
|
- tiendapp_validator-0.1.6.gem
|
188
|
+
- tiendapp_validator-0.1.8.gem
|
188
189
|
- tiendapp_validator-1.0.0.gem
|
189
190
|
- tiendapp_validator.gemspec
|
190
191
|
homepage: http://www.tiendapp.cl
|
@@ -207,8 +208,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
208
|
version: '0'
|
208
209
|
requirements: []
|
209
210
|
rubyforge_project:
|
210
|
-
rubygems_version: 2.
|
211
|
+
rubygems_version: 2.2.2
|
211
212
|
signing_key:
|
212
213
|
specification_version: 4
|
213
214
|
summary: Validates methods to TiendApp webpage
|
214
215
|
test_files: []
|
216
|
+
has_rdoc:
|