my_john_deere_api 2.3.2 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da3d6b3ad58337a3842a1789a14401a2511de3a5fa0afddfe97dc6160d966c2b
4
- data.tar.gz: d71594d268b6afcd7c4d949ead108815201b717ba63b5f435666b6775c4b6d6e
3
+ metadata.gz: e82399b62eca7ecbf5c1e1f9d7f0de2391c909bed4426ccafbc19a3b555a2df2
4
+ data.tar.gz: e38342e0db2b4adc5cc6a9a6bba54b91c7aeb2e56e819a25696fc3c0cde75447
5
5
  SHA512:
6
- metadata.gz: 7f407f316f53015f4ce095a851fbd10e7e07a4d0e6c348e5a528aa5dbb89d6faa17978b500071b5d5c601b0bd294f63bd121f658096e3bb9eefe61a8c649aefe
7
- data.tar.gz: baeb71aa75157da5f550e4f7532294fbbdcb79d348491191893433365996605124174e885792979fb29b9b73c15373068e2d74eede9d944da7d5f0b5bb3fd76c
6
+ metadata.gz: 2e80cfb7dbd6f7fb209403d5d92405e1beacf5282612747f449d245dffea7b182e2dc913a57acbe478a9f986e8b6b421add72e525c9d34def8ffbfe22967dd15
7
+ data.tar.gz: 743a9373b0646e76ace34001ae95937555c1aa00eea2c9bbcc4b6d6896f4784d67d1ecd07b4e7116182de60066c01d5ab4468c595f2f68f0a9ad401baf727a69
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # my\_john\_deer\_api
1
+ # Ruby Client for the MyJohnDeere API
2
2
 
3
3
  [![CircleCI](https://circleci.com/gh/Intellifarm/my_john_deere_api.svg?style=svg)](https://circleci.com/gh/Intellifarm/my_john_deere_api)
4
4
 
@@ -15,6 +15,7 @@ without having to code your own oauth process, API requests, and pagination.
15
15
  ## Table of Contents
16
16
 
17
17
  * [How to Read This Documentation](#how-to-read-this-documentation)
18
+ * [Installation](#installation)
18
19
  * [Authorizing with John Deere via oAuth 1.0](#authorizing-with-john-deere-via-oauth-10)
19
20
  * [Interacting with the User's John Deere Account](#interacting-with-the-users-john-deere-account)
20
21
  * [Using the Client to Do Stuff](#using-the-client-to-do-stuff)
@@ -53,6 +54,28 @@ It really means:
53
54
  MyJohnDeereApi::Authorize
54
55
  ```
55
56
 
57
+
58
+ ## Installation
59
+
60
+ This library is available as a gem. To use it, just install the gem:
61
+
62
+ ```bash
63
+ gem install my_john_deere_api
64
+ ```
65
+
66
+ If you're using [Bundler](https://bundler.io/) (and why wouldn't you?) then add the gem to your gemfile:
67
+
68
+ ```ruby
69
+ gem 'my_john_deere_api'
70
+ ```
71
+
72
+ and run:
73
+
74
+ ```bash
75
+ bundle install
76
+ ```
77
+
78
+
56
79
  ## Authorizing with John Deere via oAuth 1.0
57
80
 
58
81
  This is the simplest path to authorization, though your user has to jump through an extra hoop of giving you the verification code:
@@ -1,3 +1,3 @@
1
1
  module MyJohnDeereApi
2
- VERSION='2.3.2'
2
+ VERSION='2.3.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_john_deere_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaime Bellmyer