workarea-storefront 3.4.22 → 3.4.23
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 +4 -4
- data/test/dummy/tmp/screenshots/.keep +0 -0
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24e6c00e0381daf937dc99ade43788542df5c48627adaa6d1234a8ad922484c3
|
|
4
|
+
data.tar.gz: 0cc24b4dc7fb336ab331450fd72d5e868b612f2d00544dc401a473c37d9f924b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e4c45577bc7554643d03635e77a1d7628d21e18d840aab5a3783e13df89a73b659fb3a73288370aa7885cd89081e9ffeaa05fa5ef7c2bc4b779edd5bb0c968d
|
|
7
|
+
data.tar.gz: a04330b419417caee19557c46505d999346c0463845f192b0a4ee25962d3bab6e9feb53d4b3f92093ed20831597afbf663d2311d28f35778c04f2bb00bba363d
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: workarea-storefront
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.4.
|
|
4
|
+
version: 3.4.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Crouse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: workarea-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.4.
|
|
19
|
+
version: 3.4.23
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.4.
|
|
26
|
+
version: 3.4.23
|
|
27
27
|
description: Provides user-facing ecommerce storefront functionality for the Workarea
|
|
28
28
|
Commerce Platform.
|
|
29
29
|
email:
|
|
@@ -575,6 +575,7 @@ files:
|
|
|
575
575
|
- test/dummy/public/422.html
|
|
576
576
|
- test/dummy/public/500.html
|
|
577
577
|
- test/dummy/public/favicon.ico
|
|
578
|
+
- test/dummy/tmp/screenshots/.keep
|
|
578
579
|
- test/helpers/workarea/storefront/application_helper_test.rb
|
|
579
580
|
- test/helpers/workarea/storefront/content_helper_test.rb
|
|
580
581
|
- test/helpers/workarea/storefront/credit_cards_helper_test.rb
|