birdbrain 0.2.1

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.
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: birdbrain
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.1
5
+ platform: ruby
6
+ authors:
7
+ - fmorton
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-02-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This Ruby library allows students to use Ruby to read sensors and set
14
+ motors and LEDs with the Birdbrain Technologies Hummingbird Bit. To use Ruby with
15
+ the Hummingbird Bit, you must connect to the Hummingbird Bit via bluetooth with
16
+ the BlueBird Connector.
17
+ email:
18
+ - fmorton@mac.com
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files:
23
+ - ".gitignore"
24
+ - ".rubocop.yml"
25
+ - CHANGELOG.md
26
+ - Gemfile
27
+ - Gemfile.lock
28
+ - LICENSE.txt
29
+ - README.md
30
+ - Rakefile
31
+ - bin/console
32
+ - bin/setup
33
+ - birdbrain.gemspec
34
+ - lib/birdbrain.rb
35
+ - lib/birdbrain/birdbrain_device.rb
36
+ - lib/birdbrain/birdbrain_exception.rb
37
+ - lib/birdbrain/birdbrain_finch.rb
38
+ - lib/birdbrain/birdbrain_finch_input.rb
39
+ - lib/birdbrain/birdbrain_finch_output.rb
40
+ - lib/birdbrain/birdbrain_hummingbird.rb
41
+ - lib/birdbrain/birdbrain_hummingbird_input.rb
42
+ - lib/birdbrain/birdbrain_hummingbird_output.rb
43
+ - lib/birdbrain/birdbrain_microbit.rb
44
+ - lib/birdbrain/birdbrain_microbit_input.rb
45
+ - lib/birdbrain/birdbrain_microbit_output.rb
46
+ - lib/birdbrain/birdbrain_request.rb
47
+ - lib/birdbrain/birdbrain_state.rb
48
+ - lib/birdbrain/version.rb
49
+ homepage: https://github.com/fmorton/BirdBrain-Ruby-Library
50
+ licenses:
51
+ - MIT
52
+ metadata:
53
+ allowed_push_host: https://rubygems.org
54
+ homepage_uri: https://github.com/fmorton/BirdBrain-Ruby-Library
55
+ source_code_uri: https://github.com/fmorton/BirdBrain-Ruby-Library
56
+ changelog_uri: https://github.com/fmorton/BirdBrain-Ruby-Library/CHANGELOG.md
57
+ post_install_message:
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: 2.7.0
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubygems_version: 3.2.5
73
+ signing_key:
74
+ specification_version: 4
75
+ summary: Ruby Library for Hummingbird Bit (and maybe Finch 2 later)
76
+ test_files: []