workarea-gift_cards 4.0.1 → 4.0.2
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: cad03a3ad49bb8c2ca3708d40d76a92a15cc54957a94f1470d4c523a14967325
|
|
4
|
+
data.tar.gz: 8e42247357331ef7475c3110c18ffdd2fac3c9b4c917ab6e8f1104c055e0a318
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a21ec364a0d7534e4df67b63fbe304846b6dd1b15c60a46dd8533e7a020c184b015f5e95d9ebb4d05ea4f3aa75a02721df72569eb1f68d0d49db44d434b772aa
|
|
7
|
+
data.tar.gz: a7cc9714355e711aebb5db593be66ff917b611474d59e62d3789957668c6e5573b0f12eb4aeff3ba3cf8fe412185d3689ebd69fb110ea342e5b6759401d9d8fe
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
Workarea Gift Cards 4.0.2 (2020-03-03)
|
|
2
|
+
--------------------------------------------------------------------------------
|
|
3
|
+
|
|
4
|
+
* Fix misaligned test class name
|
|
5
|
+
|
|
6
|
+
Ben Crouse
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
Workarea Gift Cards 4.0.1 (2020-01-21)
|
|
2
11
|
--------------------------------------------------------------------------------
|
|
3
12
|
|
|
@@ -2,7 +2,7 @@ require 'test_helper'
|
|
|
2
2
|
|
|
3
3
|
module Workarea
|
|
4
4
|
module Storefront
|
|
5
|
-
class
|
|
5
|
+
class PurchaseGiftCardsIntegrationTest < Workarea::IntegrationTest
|
|
6
6
|
include Storefront::IntegrationTest
|
|
7
7
|
|
|
8
8
|
def test_generates_gift_card
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: workarea-gift_cards
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bcrouse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: workarea
|
|
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
224
224
|
- !ruby/object:Gem::Version
|
|
225
225
|
version: '0'
|
|
226
226
|
requirements: []
|
|
227
|
-
rubygems_version: 3.0.
|
|
227
|
+
rubygems_version: 3.0.6
|
|
228
228
|
signing_key:
|
|
229
229
|
specification_version: 4
|
|
230
230
|
summary: Gift Cards plugin for the Workarea Commerce Platform
|