e_plat 0.2.0 → 0.2.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: afc8b814dc437fb360828f3452ce591e91450961c21d38d3d96e423ebbd6a85a
4
- data.tar.gz: 7b851774151f4e8c00ac4cb3df57be9460fb77d70f54fc5d506686aaa18034c7
3
+ metadata.gz: ad1e377ef38c664fb0fc3f19f9a0b3d0601435d2cc8d09b358797cbc0f1a3435
4
+ data.tar.gz: 40872299ae6fa95bd78cda6195cf88111d8fb47f844705ebd1b0864161ae6912
5
5
  SHA512:
6
- metadata.gz: fd34b9a17e29ed2171428f889ee9ec88d8224b50438083b745d15ebf71f2311578a874e1aef051bd7cb2e5c6dca1ad6b929f77b8c161a29dd9642aa3794eb23b
7
- data.tar.gz: a81bf741bef95ecf0b9296229ebea8bc0019a4416f1b718c88bdba14ac05848bfcc909398f4e05712527c249d5b67f6a13c1f011be8489a4808d2fe31eaa4a83
6
+ metadata.gz: c24b80097edbcaa425586718107e51f2d9cccc28c96f4497600efaa2996addd33c7034f8c495139335fa50efdda3274033288d09840014c9e71598c5e5555f1c
7
+ data.tar.gz: 2e155f5f09b337f2d7b48fab1804c8e898f4e7ed59b3de7cf5af12b7e326be9b6908770c323d3a64877e1eba3eaeabd37283b1c8f3c9f5255499768b31b21c71
@@ -1,8 +1,7 @@
1
1
 
2
2
  module EPlat
3
- class MissingMappingKeyError < StandardError
4
- def initialize(msg="Missing hash key in the platform/e-plat's response. Check the mappings
5
- ")
3
+ class MissingMigrationKeyError < StandardError
4
+ def initialize(msg="Missing hash key in the platform/e-plat's response. Check the mappings")
6
5
  super
7
6
  end
8
7
  end
@@ -98,6 +98,7 @@ module EPlat
98
98
  hash :shipping_address
99
99
  array :shipping_lines
100
100
  end
101
-
101
+
102
+ end
102
103
  end
103
104
 
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: e_plat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - oliwoodsuk