birdbrain 0.9.7 → 0.9.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 356a087f6a2441be860d8b5568b3df845b53bb917a1479dbfa594deacd5d2e7c
4
- data.tar.gz: f3faa96b3a8180f01852e7cb7730c2633d34969ca26e69b095c6ea84fa1e4b29
3
+ metadata.gz: 1e0b9e4ed4d65fa8de8b031ed4867dec27e316ec85d80639139525c560c0e524
4
+ data.tar.gz: fd8ccdb5451fc9fac6a29d60940b5819d3ed798d825801914b29e0f265bffaa7
5
5
  SHA512:
6
- metadata.gz: 2706627b9645b0cc89e28122e6f08e59e0b2352f68343d030bb6c915709a7b78c42c19929e040c7193e6b63ac014f9c343ed44727bb9a448e6c6b707e6522e8c
7
- data.tar.gz: 0cf7a1838354c72d3b96107aa2b3e1d8582aa45d32c9481263a61ba5f7012770d9f94c257317252406c744ff93d87430f2bae7a102e1a2833aeedb330674e28a
6
+ metadata.gz: dfb1dc69eaba90eee0c0e4b581579893b333c2f3ab4df1b957ab2cf87389ef9f1e84c67336afbb026bec4290591300de77ade1f1d29584245c81f12268be8555
7
+ data.tar.gz: 0bd2d5303e6dc6a4f5e60e884b1d4ef3286009e1dd3bd8a9176422344ede2f5d0ee978ebf8080a6b9252c617e4ea4fd9e80c83b5a72557a42cc172a4b9998ca3
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 https://learn.birdbraintechnologies.com/hummingbirdbit/python/?portal=1
8
8
 
9
- RubyDoc files are available at https://rubydoc.info/github/fmorton/robot-ruby-library
9
+ RubyDoc files are available at https://rubydoc.info/github/fmorton/robot-ruby-birdbrain
10
10
 
11
11
  ## Installation
12
12
 
@@ -81,7 +81,7 @@ sleep(1)
81
81
  finch.disconnect
82
82
  ```
83
83
 
84
- RubyDoc files are available at https://rubydoc.info/github/fmorton/robot-ruby-library
84
+ RubyDoc files are available at https://rubydoc.info/github/fmorton/robot-ruby-birdbrain
85
85
 
86
86
  ## Development
87
87
 
@@ -91,7 +91,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
91
91
 
92
92
  ## Contributing
93
93
 
94
- Bug reports and pull requests are welcome on GitHub at https://github.com/fmorton/robot-ruby-library.
94
+ Bug reports and pull requests are welcome on GitHub at https://github.com/fmorton/robot-ruby-birdbrain.
95
95
 
96
96
  ## License
97
97
 
data/birdbrain.gemspec CHANGED
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
10
10
  spec.description = 'This Ruby library allows students to use Ruby to read sensors and set motors and LEDs with the '\
11
11
  'Birdbrain Technologies Hummingbird Bit and Finch 2. To use Ruby with the Hummingbird Bit or '\
12
12
  'Finch 2, you must connect via bluetooth with the BlueBird Connector.'
13
- spec.homepage = 'https://github.com/fmorton/robot-ruby-library'
13
+ spec.homepage = 'https://github.com/fmorton/robot-ruby-birdbrain'
14
14
  spec.license = 'MIT'
15
15
  spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
16
16
 
17
17
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
18
18
 
19
19
  spec.metadata['homepage_uri'] = spec.homepage
20
- spec.metadata['source_code_uri'] = 'https://github.com/fmorton/robot-ruby-library'
21
- spec.metadata['changelog_uri'] = 'https://github.com/fmorton/robot-ruby-library/CHANGELOG.md'
20
+ spec.metadata['source_code_uri'] = 'https://github.com/fmorton/robot-ruby-birdbrain'
21
+ spec.metadata['changelog_uri'] = 'https://github.com/fmorton/robot-ruby-birdbrain/CHANGELOG.md'
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
24
24
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -4,5 +4,5 @@
4
4
  # frozen_string_literal: true
5
5
 
6
6
  module Birdbrain
7
- VERSION = '0.9.7'
7
+ VERSION = '0.9.8'
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.7
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - fmorton
@@ -45,14 +45,14 @@ files:
45
45
  - lib/birdbrain/birdbrain_request.rb
46
46
  - lib/birdbrain/birdbrain_state.rb
47
47
  - lib/birdbrain/version.rb
48
- homepage: https://github.com/fmorton/robot-ruby-library
48
+ homepage: https://github.com/fmorton/robot-ruby-birdbrain
49
49
  licenses:
50
50
  - MIT
51
51
  metadata:
52
52
  allowed_push_host: https://rubygems.org
53
- homepage_uri: https://github.com/fmorton/robot-ruby-library
54
- source_code_uri: https://github.com/fmorton/robot-ruby-library
55
- changelog_uri: https://github.com/fmorton/robot-ruby-library/CHANGELOG.md
53
+ homepage_uri: https://github.com/fmorton/robot-ruby-birdbrain
54
+ source_code_uri: https://github.com/fmorton/robot-ruby-birdbrain
55
+ changelog_uri: https://github.com/fmorton/robot-ruby-birdbrain/CHANGELOG.md
56
56
  rdoc_options: []
57
57
  require_paths:
58
58
  - lib