birdbrain 0.9.3 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/birdbrain/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dea664a4f09b16f1a2485126f57a277fc113cb3591f851b029f3831c535d765d
4
- data.tar.gz: d3ff0e19495fd1fc6c5bae10f40a8dd84b7f8bdc4db381f63a92238b110b95f9
3
+ metadata.gz: 20010320d2ba577a1b00f0762ed60c0ca4833bbd6b9e4034106f874db85e81d1
4
+ data.tar.gz: 6415782f80bb4c6aea45510233ee8fd8928f24bf74c8edf4d9df91446cbb44ed
5
5
  SHA512:
6
- metadata.gz: 5daa66f8c86d80ec12df0d38aa5480b06b00e8455ddcf52798eb434a2c586f003d88d0f842c5808de32a81c5c4aa7343d6a3a52eca9a200284f37760db4bca37
7
- data.tar.gz: 9bc73d34bb9f18ce2afa6ffee2e7f2aca51fd9e8371bb2546ffaa36d938c40aac4bf8127c2f0dce98cf6556c1855cfa4f75511e8eec49192983477e6ed67470c
6
+ metadata.gz: 491a486bd4cf93aa3bbc12f52ba2996bb3f88e0614729b774b19d5df40c17b62e9eff301170f47cc94c1a0d2c99e42c2774233444dea70ed2c4a8fb9af74fc96
7
+ data.tar.gz: ed9141db314a096d8e786b60ff8a0f07ad53cbf78a32070861d80c90bf716e074ab7200a1cc09006b613bc9881727b8866cc556c2411adf42d105459caa6a44c
data/README.md CHANGED
@@ -6,7 +6,7 @@ This Ruby library allows students to use Ruby to read sensors and set motors and
6
6
 
7
7
  For more information about setting up the BlueBird Connector used with their Python library, see www.birdbraintechnologies.com/hummingbirdbit/python
8
8
 
9
- Rdoc files are available at https://rdoc.info/github/fmorton/BirdBrain-Ruby-Library
9
+ RubyDoc files are available at https://rubydoc.info/github/fmorton/BirdBrain-Ruby-Library
10
10
 
11
11
  ## Installation
12
12
 
@@ -81,7 +81,7 @@ sleep(1)
81
81
  finch.disconnect
82
82
  ```
83
83
 
84
- Rdoc files are available at https://rdoc.info/github/fmorton/BirdBrain-Ruby-Library
84
+ RubyDoc files are available at https://rubydoc.info/github/fmorton/BirdBrain-Ruby-Library
85
85
 
86
86
  ## Development
87
87
 
@@ -4,5 +4,5 @@
4
4
  # frozen_string_literal: true
5
5
 
6
6
  module Birdbrain
7
- VERSION = '0.9.3'
7
+ VERSION = '0.9.4'
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: birdbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - fmorton