workarea-sezzle 1.0.2 → 1.0.3
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:
|
|
4
|
-
data.tar.gz: '
|
|
3
|
+
metadata.gz: 4fa35dec4bc836f44ffc6081054beeeacbc6fd1a67fd477b668e31e3086f9451
|
|
4
|
+
data.tar.gz: '079c018ce2e046be92aaebba74ae643c9f95cf8f62d570ec4f845e98cae0b1f9'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72169975dedf3cce34d20c81123433f02901c167bf8e9ba3a212e3a5098c2e374789242ea982fbd679a9d28d0dbb090ae0f249b417fdd56ff29600b5ab391daf
|
|
7
|
+
data.tar.gz: 183f04c25d12e310ff33e51b542dd2d4b389d57cc049aeaff6b747203dfb48e67f5a098efd1553309a68aa923b0b6f7d8e0d56a70f65d880257ad320ccbcf763
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
Workarea Sezzle 1.0.3 (2021-01-08)
|
|
2
|
+
--------------------------------------------------------------------------------
|
|
3
|
+
|
|
4
|
+
* Bump version to 1.0.3
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
Jeff Yucis
|
|
8
|
+
|
|
9
|
+
* SEZZ-4 Change from ID to class select. For package product considerations.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
James Dobson
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
1
16
|
Workarea Sezzle 1.0.2 (2021-01-06)
|
|
2
17
|
--------------------------------------------------------------------------------
|
|
3
18
|
|
|
@@ -7,14 +7,14 @@ Workarea.configure do |config|
|
|
|
7
7
|
config.sezzle.open_timeout = 10
|
|
8
8
|
|
|
9
9
|
config.sezzle.product_config = {
|
|
10
|
-
target_xpath: '
|
|
10
|
+
target_xpath: '.sezzle/.sezzle__prices',
|
|
11
11
|
render_to_path: './',
|
|
12
12
|
url_match: 'products',
|
|
13
13
|
split_price_elements_on: '–'
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
config.sezzle.cart_config = {
|
|
17
|
-
target_xpath: '
|
|
17
|
+
target_xpath: '.sezzle/.sezzle__prices',
|
|
18
18
|
render_to_path: './',
|
|
19
19
|
url_match: 'cart'
|
|
20
20
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: workarea-sezzle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff Yucis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-01-
|
|
11
|
+
date: 2021-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: workarea
|