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 +4 -4
- data/README.md +4 -1
- data/lib/printreleaf/account.rb +1 -0
- data/lib/printreleaf/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a22a1510c78d48b38076b1bf468343404411c9f
|
|
4
|
+
data.tar.gz: 0d79a2d75a4d181ab8ae9534cd8926b4fd054ca4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a92dcc23cedcc4344820b8768eda763f0486e93d04932177d1d61b4b5703f4052d89875d5cac00da97a9d9127d9286a5e624d7a0f2ba56e801c8c5a70668ad91
|
|
7
|
+
data.tar.gz: bac3a40eea13b1f3064aa9d6c79d6adaebd623d17ccd70004ee7e05f0f71301018e6e40c832fb89edcd9977c8ec0cf50d9f65269e55d120d96cc8c350981e333
|
data/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
# PrintReleaf Ruby API
|
|
1
|
+
# PrintReleaf Ruby API
|
|
2
|
+
|
|
3
|
+
[](https://travis-ci.org/PrintReleaf/printreleaf-ruby) [](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby) [](https://codeclimate.com/github/PrintReleaf/printreleaf-ruby/coverage) [](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
|
data/lib/printreleaf/account.rb
CHANGED
data/lib/printreleaf/version.rb
CHANGED
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.
|
|
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:
|
|
11
|
+
date: 2018-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hashie
|