cacofonix 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d71358bce0d5d281f6d8ea181ea0a8b50ea74acd5b5df2e6079d2ab4d98a6fe
4
- data.tar.gz: b1802248185109acad0b4cf4951fc701bbb841fc38dc3935da5e519e5db70148
3
+ metadata.gz: 38079d040216953ae4a1b8e345679e2359084a18bb2b2d1661bc3f2ac6e81f8f
4
+ data.tar.gz: aafdf4b012541277db4881f2b59dceeb6678bf99ac2a4fe1ad2c1b84e54f1015
5
5
  SHA512:
6
- metadata.gz: 335a075c708ad440c71554dc03ef92201dd797dad92ef9d6ac29f729ebdfc4ca46022b6111a325834acecc69d169645b2f512c86a7b1cd9f465b15ab98a32eb4
7
- data.tar.gz: aae5a765f88eaa478b7bce6c9590f4900922f778d298ab8de47c605f8225cd74cf7ddfd6f1e29dcc6ca1ddb5719dd3351ddbcda3cd52dd2e011da67f2670f644
6
+ metadata.gz: d78b8b9390b28dd581bcd21de41c5ea3ebde0009db5071f8d1785775f4e6d62bc36817dd6f016fb2f8f05521240c74bac372a437571abe8f7f77123426a2db9a
7
+ data.tar.gz: d15b3ec91ccf0a7e09e866041e4ab16e14f332fa1ab1f4145da07ce457866cd6abef97df5e1c610715744efab91b05c883c364fa9ff24ddf99c685c4edb70df9
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.10.1] - 2020-02-13
4
+
5
+ ### Fixed
6
+
7
+ - Bug in discount coded element that was preventing discount code from loading.
8
+
3
9
  ## [0.10.0] - 2019-07-08
4
10
 
5
11
  ### Changed
@@ -4,5 +4,5 @@ class Cacofonix::DiscountCoded < Cacofonix::Element
4
4
  xml_name "DiscountCoded"
5
5
  onix_code_from_list :discount_code_type, "DiscountCodeType", :list => 100
6
6
  xml_accessor :discount_code_type_name, :from => "DiscountCodeTypeName"
7
- xml_accessor :discount_code
7
+ xml_accessor :discount_code, :from => "DiscountCode"
8
8
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cacofonix
4
- VERSION = "0.10.0"
4
+ VERSION = "0.10.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cacofonix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Healy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2019-07-08 00:00:00.000000000 Z
12
+ date: 2020-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dry-core