my_john_deere_api 0.15.10 → 1.0.0

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: 6693823c9cdd0da77a655930d27c822ee812ac55a7282c2071d517b65a111f11
4
- data.tar.gz: d61263b07ad0894f5c3001241b5c0559b7ab64e71b99b0a2373474a3a0a4b40a
3
+ metadata.gz: 9a67f1e1e70572ea6e1d35d166ce1767c80452860aa7942edee243cbe86b5866
4
+ data.tar.gz: f0f3bb2a58b767b4e4222b94faf4874851c23298e273ece600f4eee3cfbf016e
5
5
  SHA512:
6
- metadata.gz: dd6e9db9f627140b5442fe104f2f1603b28e98f13d11ee057ef76c160c65d69a02cb215ad8944cd1cc539238f99e65eee0d7498d66e4753b034996ca6cf25363
7
- data.tar.gz: ceb1d485b7ac8c79401c05724aade4f9841c98549f7bdea317b3666a99a8d125e4171f1c9df3fbd43aa0a623bb509a84fa30e3ed3d659a583ac359cf1a5fd101
6
+ metadata.gz: a65a97d65f76340661f79e644b547ef48a9b14932bc05a37ed4855bc1597bcbc8d7a2aa39b8fc18ff2ef8b8a111db09e4f6f2333f7901a59862ef55ba4bf9e6d
7
+ data.tar.gz: 7140cb61dda21891a93ed43320d9aa4f425c592be8bf1a84eb27a09665eb4c5a626a547240b34271165b01793c6013cf320bdfecbf42235425d283766671e7b6
@@ -1,3 +1,3 @@
1
1
  module MyJohnDeereApi
2
- VERSION='0.15.10'
2
+ VERSION='1.0.0'
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: 0.15.10
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
- == My John Deere API
92
-
93
- This gem interacts with the My John Deere API.
94
-
95
- WARNING: this is a work in progress. We believe in publish early,
96
- publish often. Perfection is the enemy of done. Insert third
97
- cliché here ;)
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: []