e_plat 0.2.0 → 0.2.1

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: 864c5a45bf3adf0bc3b7c7aa97b1b67f55f4ee6b162bdc0248240c56d2f78409
4
+ data.tar.gz: 339d42988b6399aef2f07cb57a50c4c56c0bdbd3582f15f9cb79b64b483dac2c
5
5
  SHA512:
6
- metadata.gz: fd34b9a17e29ed2171428f889ee9ec88d8224b50438083b745d15ebf71f2311578a874e1aef051bd7cb2e5c6dca1ad6b929f77b8c161a29dd9642aa3794eb23b
7
- data.tar.gz: a81bf741bef95ecf0b9296229ebea8bc0019a4416f1b718c88bdba14ac05848bfcc909398f4e05712527c249d5b67f6a13c1f011be8489a4808d2fe31eaa4a83
6
+ metadata.gz: f25c1b9f82375d2937e7c6d5094c7adf3b3bc2c7a3694db78a44c76c16f5a03f116021740c581b929fdc5f0d60ad3bd505966273f83be948c8b94890482c663d
7
+ data.tar.gz: a36da15813dcc5d4e1ef5ab1a85ba9c47b60298649af8b17fa3a8283d50168222fe6c46db58ecb7096a1d59e73e7d21c3112f429dd244f0edcb82ab6fb96a7d8
@@ -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
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - oliwoodsuk