printreleaf 1.3.0 → 1.3.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
  SHA1:
3
- metadata.gz: ce4ddb5134037b5e6e8ef6b72cb3d04246496db5
4
- data.tar.gz: c08337cccecfa720e7494f6d909764d59e99d91d
3
+ metadata.gz: 2a22a1510c78d48b38076b1bf468343404411c9f
4
+ data.tar.gz: 0d79a2d75a4d181ab8ae9534cd8926b4fd054ca4
5
5
  SHA512:
6
- metadata.gz: 3568602fd62af9953a709e24348a4e35688757a9564be6700e3a35d0da455e30919bfd15b0cf529f916e84be9bc5ebc44c72de691e56882ef5fea46e3dce742b
7
- data.tar.gz: 7aac996128d1c6a01add24bf0081b41009f8353c3442015c2efc6924b84b4bceb7424a3f469b6f572a29fabcd202157724f318a70517f82ccf7683dd0741c5ab
6
+ metadata.gz: a92dcc23cedcc4344820b8768eda763f0486e93d04932177d1d61b4b5703f4052d89875d5cac00da97a9d9127d9286a5e624d7a0f2ba56e801c8c5a70668ad91
7
+ data.tar.gz: bac3a40eea13b1f3064aa9d6c79d6adaebd623d17ccd70004ee7e05f0f71301018e6e40c832fb89edcd9977c8ec0cf50d9f65269e55d120d96cc8c350981e333
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # PrintReleaf Ruby API   [![Build Status](https://travis-ci.org/PrintReleaf/printreleaf-ruby.svg)](https://travis-ci.org/PrintReleaf/printreleaf-ruby) [![Code Climate](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby/badges/gpa.svg)](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby) [![Test Coverage](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby/badges/coverage.svg)](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby/coverage) [![Issue Count](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby/badges/issue_count.svg)](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby)
1
+ # PrintReleaf Ruby API
2
+
3
+ [![Build Status](https://travis-ci.org/PrintReleaf/printreleaf-ruby.svg)](https://travis-ci.org/PrintReleaf/printreleaf-ruby) [![Code Climate](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby/badges/gpa.svg)](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby) [![Test Coverage](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby/badges/coverage.svg)](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby/coverage) [![Issue Count](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby/badges/issue_count.svg)](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby)
2
4
 
3
5
  Ruby toolkit for the [PrintReleaf API](https://printreleaf.com/docs/api).
4
6
 
@@ -43,6 +45,7 @@ PrintReleaf.api_key = "<your PrintReleaf API key>"
43
45
  account = PrintReleaf::Account.mine #=> #<PrintReleaf::Account>
44
46
  account.id #=> "a2c031fa-6599-4939-8bc6-8128881953c4"
45
47
  account.name #=> "My Account"
48
+ account.display_name #=> "My Account's Display Name"
46
49
  account.role #=> "customer"
47
50
  account.created_at #=> "2014-03-06T23:06:23+00:00"
48
51
  account.parent_id #=> nil
@@ -12,6 +12,7 @@ module PrintReleaf
12
12
 
13
13
  property :id
14
14
  property :name
15
+ property :display_name
15
16
  property :role
16
17
  property :parent_id
17
18
  property :status
@@ -1,3 +1,3 @@
1
1
  module PrintReleaf
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
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.0
4
+ version: 1.3.1
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: 2017-11-30 00:00:00.000000000 Z
11
+ date: 2018-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie