tiendapp_validator 0.1.5 → 0.1.6
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: a56b3e56ce4d4352e95754356aa6de5bfb2af595
|
4
|
+
data.tar.gz: d41a4fa7f82c2538e4dc7c3de4a02f38c6244f34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0960ffd95dd03440eee98f7571cabc3a8770281352a24a5ede72e76316a678da64879ca4115ddf18ea71a4c6ee3328639935d25130e68ed8647fcaa81e1b0335
|
7
|
+
data.tar.gz: 4a3b7f0be885e63f3a07e24f423f900ecd2d1478c2e6a3180be281df5028232572c3f483452eb5e048834099613db1b6624cade4135fb5af98b98b63c60cae78
|
@@ -8,7 +8,7 @@ module TiendappValidator
|
|
8
8
|
# Subcarpeta checkout
|
9
9
|
LIQUID_FILES_CHECKOUT =
|
10
10
|
['address.liquid', 'cart.liquid', 'delivery.liquid', 'address.liquid',
|
11
|
-
'payment.liquid'].freeze
|
11
|
+
'payment.liquid', 'pre_complete.liquid'].freeze
|
12
12
|
|
13
13
|
# Subcarpeta mailer
|
14
14
|
LIQUID_FILES_MAILER =
|
@@ -24,6 +24,6 @@ module TiendappValidator
|
|
24
24
|
'email_customization_schema.json'].freeze
|
25
25
|
|
26
26
|
# Format list
|
27
|
-
EXTENSIONS = ['liquid', 'css', 'json', 'js', 'map', 'eot', 'svg', 'ttf',
|
27
|
+
EXTENSIONS = ['liquid', 'git', 'ico', 'css', 'json', 'js', 'map', 'eot', 'svg', 'ttf',
|
28
28
|
'woff', 'woff2', 'jpg', 'png'].freeze
|
29
29
|
end
|
File without changes
|
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.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nahif
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: liquid
|
@@ -155,6 +155,7 @@ files:
|
|
155
155
|
- public/store_templates/public/checkout/cart.liquid
|
156
156
|
- public/store_templates/public/checkout/delivery.liquid
|
157
157
|
- public/store_templates/public/checkout/payment.liquid
|
158
|
+
- public/store_templates/public/checkout/pre_complete.liquid
|
158
159
|
- public/store_templates/public/config/customization_schema.json
|
159
160
|
- public/store_templates/public/config/email_customization_schema.json
|
160
161
|
- public/store_templates/public/home.liquid
|
@@ -182,6 +183,7 @@ files:
|
|
182
183
|
- tiendapp_validator-0.1.2.gem
|
183
184
|
- tiendapp_validator-0.1.3.gem
|
184
185
|
- tiendapp_validator-0.1.4.gem
|
186
|
+
- tiendapp_validator-0.1.5.gem
|
185
187
|
- tiendapp_validator-1.0.0.gem
|
186
188
|
- tiendapp_validator.gemspec
|
187
189
|
homepage: http://www.tiendapp.cl
|