my_john_deere_api 0.15.10 → 1.0.0
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/lib/my_john_deere_api/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a67f1e1e70572ea6e1d35d166ce1767c80452860aa7942edee243cbe86b5866
|
|
4
|
+
data.tar.gz: f0f3bb2a58b767b4e4222b94faf4874851c23298e273ece600f4eee3cfbf016e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a65a97d65f76340661f79e644b547ef48a9b14932bc05a37ed4855bc1597bcbc8d7a2aa39b8fc18ff2ef8b8a111db09e4f6f2333f7901a59862ef55ba4bf9e6d
|
|
7
|
+
data.tar.gz: 7140cb61dda21891a93ed43320d9aa4f425c592be8bf1a84eb27a09665eb4c5a626a547240b34271165b01793c6013cf320bdfecbf42235425d283766671e7b6
|
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: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jaime Bellmyer
|
|
@@ -88,13 +88,13 @@ dependencies:
|
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: '2.1'
|
|
90
90
|
description: |
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
91
|
+
This gem interacts with the My John Deere API. It handles the hard work of
|
|
92
|
+
John Deere's oAuth 1.0 authentication. It provides REST request methods for
|
|
93
|
+
GET, POST, PUT, and DELETE that abstract away the John Deere-specific headers
|
|
94
|
+
and protocols. It provides convenience methods similar to ActiveRecord so
|
|
95
|
+
you can write things like: `client.organizations.find(123).assets` or
|
|
96
|
+
`organization.assets.create(attributes)` instead of making each of the required
|
|
97
|
+
direct API calls manually.
|
|
98
98
|
email: online@bellmyer.com
|
|
99
99
|
executables: []
|
|
100
100
|
extensions: []
|