printreleaf 1.3.1 → 1.3.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
  SHA1:
3
- metadata.gz: 2a22a1510c78d48b38076b1bf468343404411c9f
4
- data.tar.gz: 0d79a2d75a4d181ab8ae9534cd8926b4fd054ca4
3
+ metadata.gz: 4e472949ece821d318e909874ae67e44f32c4046
4
+ data.tar.gz: ca82418de071037c4ebaa75ccbe175150e15fb0a
5
5
  SHA512:
6
- metadata.gz: a92dcc23cedcc4344820b8768eda763f0486e93d04932177d1d61b4b5703f4052d89875d5cac00da97a9d9127d9286a5e624d7a0f2ba56e801c8c5a70668ad91
7
- data.tar.gz: bac3a40eea13b1f3064aa9d6c79d6adaebd623d17ccd70004ee7e05f0f71301018e6e40c832fb89edcd9977c8ec0cf50d9f65269e55d120d96cc8c350981e333
6
+ metadata.gz: 28a0ad0d9c987ec0e35675551cbeaadc0cd34588989031be2e6cab1175b3e6bb8fab6bede2b001200bcba9062faa57619c65742bb992c7d8727f5ca067f2960a
7
+ data.tar.gz: 4082e9adf029b724017e01575b5e432a12ae9c197033cb80e9af6445d9a10bce9583a5ff601b99bd8c66fbfd9554920c35b7c433397e657d92a38f350ca8aac3
data/README.md CHANGED
@@ -49,6 +49,7 @@ account.display_name #=> "My Account's Display Name"
49
49
  account.role #=> "customer"
50
50
  account.created_at #=> "2014-03-06T23:06:23+00:00"
51
51
  account.parent_id #=> nil
52
+ account.external_id #=> nil
52
53
  account.status #=> "active"
53
54
  account.activated_at #=> "2014-03-06T23:06:23+00:00"
54
55
  account.deactivated_at #=> nil
@@ -15,6 +15,7 @@ module PrintReleaf
15
15
  property :display_name
16
16
  property :role
17
17
  property :parent_id
18
+ property :external_id
18
19
  property :status
19
20
  property :created_at, transform_with: Transforms::Date
20
21
  property :activated_at, transform_with: Transforms::Date
@@ -1,3 +1,3 @@
1
1
  module PrintReleaf
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: printreleaf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Casey O'Hara
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-22 00:00:00.000000000 Z
11
+ date: 2018-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie