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: e21e9f375d3a8d317fb1f1f459fea084ed8bee0eb41cd014529c8b981a014a9d
4
- data.tar.gz: a81d46c51ab652f971644dd611b8a75cf4d2480b4377be2b77972f840d2e11c2
3
+ metadata.gz: cad03a3ad49bb8c2ca3708d40d76a92a15cc54957a94f1470d4c523a14967325
4
+ data.tar.gz: 8e42247357331ef7475c3110c18ffdd2fac3c9b4c917ab6e8f1104c055e0a318
5
5
  SHA512:
6
- metadata.gz: cabbf79354fa21b86f39c999dbae52c178663b9961ec70195268161a3d57f328cfd7b85c62d10d98b01247b63e3b389e45b7c450326b039a575a373b99e62ac8
7
- data.tar.gz: 29e5afd10c155021d8c2c054eac994b8e0f2738867042af13c0804dbde115e6b6d3e661169785a216b64255ef4fe6cd1a9197ad2a15e10e97fcd9abb0911d6e8
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
 
@@ -1,5 +1,5 @@
1
1
  module Workarea
2
2
  module GiftCards
3
- VERSION = '4.0.1'.freeze
3
+ VERSION = '4.0.2'.freeze
4
4
  end
5
5
  end
@@ -2,7 +2,7 @@ require 'test_helper'
2
2
 
3
3
  module Workarea
4
4
  module Storefront
5
- class PurchaseGiftCardIntegrationTest < Workarea::IntegrationTest
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.1
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-01-22 00:00:00.000000000 Z
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.3
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