farmbot-serial 0.7.7 → 1.1.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/README.md +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c83f721c73ebcaafc64e50511062729ca2b48aae
|
|
4
|
+
data.tar.gz: a580902096363a4c1cb5e43121adcc5521243207
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6efec046aa370f98645810ed457fee0df9d5cfaf04d9611769c07658a2f4a8befeb6840c4e01ce17c4f81277664ede78faa3ba7ae8686651c02a69f8f31953e
|
|
7
|
+
data.tar.gz: 9012fe42661d4ae1ff34dec870f3570d02a70d5f10ee1e787df8cd32f6b98f9918c6f0eb86bba14d04e2bcac21a94cf8c67cb96212cce1239529cc91e470ee56
|
data/README.md
CHANGED
|
@@ -30,7 +30,7 @@ All REPL commands will be executed within the context of `bot.commands`.
|
|
|
30
30
|
## As an Application
|
|
31
31
|
|
|
32
32
|
```
|
|
33
|
-
gem install farmbot-serial, '0.
|
|
33
|
+
gem install farmbot-serial, '0.7.6'
|
|
34
34
|
|
|
35
35
|
```
|
|
36
36
|
|
|
@@ -70,4 +70,4 @@ To upgrade your ruby version, try this:
|
|
|
70
70
|
curl -L https://get.rvm.io | bash -s stable --ruby
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
This will take about 2 hours on a
|
|
73
|
+
This will take about 25 minutes on a pi3 and 2 hours on a pi2.
|