e_plat 0.2.2 → 0.2.3

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: ad1e377ef38c664fb0fc3f19f9a0b3d0601435d2cc8d09b358797cbc0f1a3435
4
- data.tar.gz: 40872299ae6fa95bd78cda6195cf88111d8fb47f844705ebd1b0864161ae6912
3
+ metadata.gz: 3483b03e1f4725af9e8f8eb3b3b98f506212e0508ddb7536e917285eb35a3538
4
+ data.tar.gz: ccd043d15ce417dd6713bccfcbbc59af215a1e2fbd1357b2b3954bd8b1a5e96d
5
5
  SHA512:
6
- metadata.gz: c24b80097edbcaa425586718107e51f2d9cccc28c96f4497600efaa2996addd33c7034f8c495139335fa50efdda3274033288d09840014c9e71598c5e5555f1c
7
- data.tar.gz: 2e155f5f09b337f2d7b48fab1804c8e898f4e7ed59b3de7cf5af12b7e326be9b6908770c323d3a64877e1eba3eaeabd37283b1c8f3c9f5255499768b31b21c71
6
+ metadata.gz: 9cbcd506b0b37f159eb59032b98c7833436115e610e792b1770cfbc1151dbf9ae2a3749259edf175508371c4de283f65f61260239eb9a159d8e0c6641c6fe6de
7
+ data.tar.gz: 82f0f4a8b4fc45d2694a60a460b765f0224971832ae2005629bf30b91d4eb4764a611bc77073771b02b70afcea9d27b13acbae8906df2cea6c461438a94c1ba3
@@ -5,7 +5,7 @@ module EPlat
5
5
  schema do
6
6
  array :addresses, item_type: :hash
7
7
  string :currency
8
- date_time :created_at
8
+ datetime :created_at
9
9
  hash :default_address
10
10
  string :email
11
11
  hash :email_marketing_consent
@@ -28,7 +28,7 @@ module EPlat
28
28
  boolean :tax_exempt
29
29
  array :tax_exemptions
30
30
  decimal :total_spent
31
- date_time :updated_at
31
+ datetime :updated_at
32
32
  boolean :verified_email
33
33
  end
34
34
 
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
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.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - oliwoodsuk