my_john_deere_api 2.2.3 → 2.2.4
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 +11 -2
- data/lib/my_john_deere_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0922043a7c3b1569cce53369feb1aefb39c8d29667b351a02ff2e63ec5d35c5
|
|
4
|
+
data.tar.gz: 45fc68b7e4fb44ea06c22a50e1759cb6ec84e91bd278248306ede7854c1e1a00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c65a1f6b28ead9107c40f20cc466c59d200503181016a595db746380aa923bb93f00047745eee470b73f8d83421f7f629e8c2567a4e2c34d84b488fba5ed047f
|
|
7
|
+
data.tar.gz: e72bef48380aa51d14930972b8f0364e269282571adb4a0f21eaf8f35aca4a1795dcb087b50fcce48500a1802f1b8875eec23831f314f291fb407e9cd23ebaf4
|
data/README.md
CHANGED
|
@@ -508,7 +508,16 @@ Custom errors help clearly identify problems when using the client:
|
|
|
508
508
|
to this gem!
|
|
509
509
|
|
|
510
510
|
|
|
511
|
-
###
|
|
511
|
+
### How Can I Help?
|
|
512
|
+
|
|
513
|
+
#### Give Us a Star!
|
|
514
|
+
|
|
515
|
+
*Star* this gem on [GitHub](https://github.com/Intellifarm/my_john_deere_api). It helps developers
|
|
516
|
+
find and choose this gem over others that may be out there. To our knowledge, there are no other
|
|
517
|
+
John Deere gems that are being actively maintained.
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
#### Contribute to This Gem
|
|
512
521
|
|
|
513
522
|
The easiest way to contribute is:
|
|
514
523
|
|
|
@@ -521,4 +530,4 @@ The easiest way to contribute is:
|
|
|
521
530
|
* You may need to regenerate all VCR cassettes from scratch.
|
|
522
531
|
* All VCR cassettes should be pre-recorded in `vcr_setup`
|
|
523
532
|
* Anything that is created in the JD sandbox as a result of running the tests should be removed, also in `vcr_setup`.
|
|
524
|
-
* When tests are passing, submit a Pull Request.
|
|
533
|
+
* When tests are passing, submit a Pull Request.
|