e_plat 0.5.1 → 0.5.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: 638e434e4165189fd82401c63c5bc2b06ac758d04a60057482e4ee34e75ce77b
4
- data.tar.gz: 6e7b5390abdc4c458c6247e29d74303a95223dcac4fc4fdedfa40a5d096c0fbb
3
+ metadata.gz: d69c42aeab352b0873ead730489a397492ccbad221a1867045bcc89a34d5978c
4
+ data.tar.gz: ccb31f4bfb056d1911aba2cf25154d90bbecbdf3a616be700310404dea2548f6
5
5
  SHA512:
6
- metadata.gz: 65f56da96c9d67f646b0b968e381c062f8438a9be0ff06a3b32c0a986e73ced372f8384ff5cc2c7477899407eb5b10134ac7185dd8c8b6bae6391d2f772e0a29
7
- data.tar.gz: a395dc9d4cafc9071f62ad15497bc961ce91280da9e9f316fbe63ae6c73b3cec114bbca7858bb1d65d7c22335f0c9fd8a88d75fede8dd67608e957a9f612e519
6
+ metadata.gz: 63f7e64e9e8b67bcfca5b0afaacc79e1bab2efcc474bbfd3335b8a0f83d3c8550e81994f71cf7733151a287a73c7cfed4bd1ce7010b36210ae728f76086fc0cf
7
+ data.tar.gz: 18cd9f1509388e0aa30641ca74bce0686eb8a8940c34c607a4a1393568da71d39271c3d5c2ea25131b76a27c29bd5f42bc1e81e3aede7e6e3d2ea68c8ec82316
data/README.md CHANGED
@@ -150,7 +150,7 @@ EPlat is designed to let you mostly use it's universal interface, but then easil
150
150
  | updated_at | datetime | * | nil | nil |
151
151
  | country_code | string | * | country_code | nil |
152
152
  | country_name | string | * | nil | nil |
153
- | currency | string | * | currency_symbol | nil |
153
+ | currency | string | * | currency | nil |
154
154
  | customer_email | string | * | nil | nil |
155
155
  | timezone | string | * | nil | nil |
156
156
  | iana_timezone | string | * | nil | nil |
@@ -90,7 +90,7 @@ module EPlat
90
90
  existing_entry: {native_key: "country_code", e_plat_key: "country_code"}
91
91
  },
92
92
  {
93
- existing_entry: {native_key: "currency_symbol", e_plat_key: "currency"}
93
+ existing_entry: {native_key: "currency", e_plat_key: "currency"}
94
94
  },
95
95
  {
96
96
  existing_entry: {native_key: "plan_name", e_plat_key: "plan_name"}
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: e_plat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - oliwoodsuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-15 00:00:00.000000000 Z
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler