birdbrain 0.9.2 → 0.9.3

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 +4 -4
  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: 57430481a0680c019369bcb21d0964dbe9b29da6ed5c30b2c7b85e44c872602a
4
- data.tar.gz: cdd7f4fde44394b07885fd10ad9d655e4a7fe6fe83d02d36faec8e6068069825
3
+ metadata.gz: dea664a4f09b16f1a2485126f57a277fc113cb3591f851b029f3831c535d765d
4
+ data.tar.gz: d3ff0e19495fd1fc6c5bae10f40a8dd84b7f8bdc4db381f63a92238b110b95f9
5
5
  SHA512:
6
- metadata.gz: 7a74a4bb565cbb1f1c52bcc84cec3e58f51a69f7dfa2f5dee2580521356852e815d2b944bbc9f570d79a9f7dfcf63a7d7514c90439e23f13f35f0db0a0411e9c
7
- data.tar.gz: 1663ed637c26fa02dd6eff6f8d8533fc3cfbaea209e885ede6e9447a14f52f11080e111a99f33cdac20b33ae152b6c1a2afef00f1a35e1579a92ea1fc57c0f54
6
+ metadata.gz: 5daa66f8c86d80ec12df0d38aa5480b06b00e8455ddcf52798eb434a2c586f003d88d0f842c5808de32a81c5c4aa7343d6a3a52eca9a200284f37760db4bca37
7
+ data.tar.gz: 9bc73d34bb9f18ce2afa6ffee2e7f2aca51fd9e8371bb2546ffaa36d938c40aac4bf8127c2f0dce98cf6556c1855cfa4f75511e8eec49192983477e6ed67470c
data/README.md CHANGED
@@ -4,9 +4,9 @@ Ruby Library for the BirdBrainTechnologies Hummingbird Bit and Finch 2
4
4
 
5
5
  This Ruby library allows students to use Ruby to read sensors and set motors and LEDs with the Hummingbird Bit. To use Ruby with the Hummingbird Bit, you must connect to the Hummingbird Bit via bluetooth with the BlueBird Connector.
6
6
 
7
- For more information about setting up the BlueBird Connector used with their Python library, see www.birdbraintechnologies.com/hummingbirdbit/python/
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
+ Rdoc files are available at https://rdoc.info/github/fmorton/BirdBrain-Ruby-Library
10
10
 
11
11
  ## Installation
12
12
 
@@ -24,7 +24,7 @@ Or install it yourself as:
24
24
 
25
25
  $ gem install birdbrain
26
26
 
27
- The library is distributed through https://rubygems.org/gems/birdbrain/
27
+ The library is distributed through https://rubygems.org/gems/birdbrain
28
28
 
29
29
  ## Usage
30
30
 
@@ -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
+ Rdoc files are available at https://rdoc.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.2'
7
+ VERSION = '0.9.3'
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.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - fmorton