farmbot-serial 0.7.7 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5cfa534d5bd13bbb21b9f9b866c77a5be3d9d390
4
- data.tar.gz: 378570f4addbbd5dea9a9ab29657b9d35adc4a2c
3
+ metadata.gz: c83f721c73ebcaafc64e50511062729ca2b48aae
4
+ data.tar.gz: a580902096363a4c1cb5e43121adcc5521243207
5
5
  SHA512:
6
- metadata.gz: 77b4a4989520295d8532a6c796924db54dbdea094d7fb7545e5a93896c195d285294414a16286ce7feef4bd14a2e705ac63bee79009b0dd978f76a7beb88b157
7
- data.tar.gz: c0b6fdd7eb5095f291d53277b80177cd6325f0a06b1d2d1fa411c3555bcf5918747164a687d8d194c82a3db00e9d0a74eb07b03d0917749d092dbb9078a809bf
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.0.5'
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 standard pi.
73
+ This will take about 25 minutes on a pi3 and 2 hours on a pi2.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: farmbot-serial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.7
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Evers