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 +4 -4
- data/README.md +3 -3
- data/birdbrain.gemspec +3 -3
- data/lib/birdbrain/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e0b9e4ed4d65fa8de8b031ed4867dec27e316ec85d80639139525c560c0e524
|
|
4
|
+
data.tar.gz: fd8ccdb5451fc9fac6a29d60940b5819d3ed798d825801914b29e0f265bffaa7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
21
|
-
spec.metadata['changelog_uri'] = 'https://github.com/fmorton/robot-ruby-
|
|
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.
|
data/lib/birdbrain/version.rb
CHANGED
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.
|
|
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-
|
|
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-
|
|
54
|
-
source_code_uri: https://github.com/fmorton/robot-ruby-
|
|
55
|
-
changelog_uri: https://github.com/fmorton/robot-ruby-
|
|
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
|