myjohndeere 0.1.6 → 0.1.7
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/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/lib/myjohndeere/list_object.rb +1 -1
- data/lib/myjohndeere/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b526cc75a6720846322dc5e9c59edb027d43098d
|
|
4
|
+
data.tar.gz: f9441bbe922c914a55e7a425fd7595cfe42a9cb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d57d5d6887707b4d6a2abb31f8213b6cad412f7b2512b54a2b2c5a9f53d1b1805f172fe325a5f692d0f3b31f3cb177115c675102326f012fc367c82a36c3088
|
|
7
|
+
data.tar.gz: dd0775f0d88d5ae46970cd5c3849758d9a52c0685a4b4fb7b88bcbac01dc054135bfe93fb1650acff6ee008dc65adcfd97e16f61046971bfe165bb45e8f3ce8a
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# MyJohnDeere API Library
|
|
1
|
+
# MyJohnDeere/Operations Center API Library
|
|
2
2
|
|
|
3
|
-
The MyJohnDeere Ruby library provides convenient access to the MyJohnDeere API from applications written in the Ruby language. It includes a pre-defined set of classes for API resources that are available currently from the API. You will need to get access by going to the [
|
|
3
|
+
The MyJohnDeere Ruby library provides convenient access to the MyJohnDeere and various Operations Center API from applications written in the Ruby language. It includes a pre-defined set of classes for API resources that are available currently from the API. You will need to get access by going to the [John Deere Developer page](https://developer.deere.com/#!welcome). The interface utilizes OAUTH 1.0.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -16,7 +16,7 @@ If you want to build the gem from source:
|
|
|
16
16
|
|
|
17
17
|
### Configuration
|
|
18
18
|
|
|
19
|
-
The library needs to be configured with your MyJohnDeere account's shared secret & app id. These will be available on the developer page at
|
|
19
|
+
The library needs to be configured with your MyJohnDeere account's shared secret & app id. These will be available on the developer page at John Deere.
|
|
20
20
|
|
|
21
21
|
``` ruby
|
|
22
22
|
require "myjohndeere"
|
|
@@ -119,4 +119,4 @@ Run a single test:
|
|
|
119
119
|
|
|
120
120
|
## Disclaimer
|
|
121
121
|
|
|
122
|
-
This Gem is in no way associated with
|
|
122
|
+
This Gem is in no way associated with John Deere, and they are in no way associated with it's support, maintenance, or updates.
|
data/lib/myjohndeere/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: myjohndeere
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Susmarski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-01-
|
|
11
|
+
date: 2018-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: oauth
|
|
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
104
104
|
version: '0'
|
|
105
105
|
requirements: []
|
|
106
106
|
rubyforge_project:
|
|
107
|
-
rubygems_version: 2.
|
|
107
|
+
rubygems_version: 2.0.14.1
|
|
108
108
|
signing_key:
|
|
109
109
|
specification_version: 4
|
|
110
110
|
summary: Ruby bindings for the MyJohnDeere API
|