rfbeam 0.4.10 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rfbeam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.10
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Carruthers
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-11 00:00:00.000000000 Z
11
+ date: 2023-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -133,6 +133,7 @@ files:
133
133
  - ".DS_Store"
134
134
  - ".rubocop.yml"
135
135
  - ".streerc"
136
+ - ".streerc~1f4cd14e3c0a9afdf972aa5f3982d36a89869b72"
136
137
  - ".tool-versions"
137
138
  - CHANGELOG.md
138
139
  - Gemfile
@@ -140,6 +141,7 @@ files:
140
141
  - LICENSE.txt
141
142
  - README.md
142
143
  - Rakefile
144
+ - cog.toml
143
145
  - exe/rfbeam
144
146
  - lib/rfbeam.rb
145
147
  - lib/rfbeam/cli.rb
@@ -149,6 +151,7 @@ files:
149
151
  - lib/rfbeam/kld7/radar_messages.rb
150
152
  - lib/rfbeam/kld7/radar_parameters.rb
151
153
  - lib/rfbeam/kld7/serial_connection.rb
154
+ - lib/rfbeam/kld7/streamer.rb
152
155
  - lib/rfbeam/version.rb
153
156
  - node_modules/.bin/prettier
154
157
  - node_modules/.yarn-integrity
@@ -238,16 +241,18 @@ files:
238
241
  - package.json
239
242
  - rfbeam.gemspec
240
243
  - sig/rfbeam.rbs
244
+ - streamer2.rb
245
+ - streaming.rb
241
246
  - yarn.lock
242
- homepage: https://gitlab.com/robcarruthers/rfbeam
247
+ homepage: https://github.com/robcarruthers/rfbeam
243
248
  licenses:
244
249
  - MIT
245
250
  metadata:
246
- homepage_uri: https://gitlab.com/robcarruthers/rfbeam
247
- source_code_uri: https://gitlab.com/robcarruthers/rfbeam
248
- changelog_uri: https://gitlab.com/robcarruthers/rfbeam/-/blob/master/CHANGELOG.md
251
+ homepage_uri: https://github.com/robcarruthers/rfbeam
252
+ source_code_uri: https://github.com/robcarruthers/rfbeam
253
+ changelog_uri: https://github.com/robcarruthers/rfbeam/CHANGELOG.md
249
254
  rubygems_mfa_required: 'true'
250
- post_install_message:
255
+ post_install_message:
251
256
  rdoc_options: []
252
257
  require_paths:
253
258
  - lib
@@ -262,8 +267,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
262
267
  - !ruby/object:Gem::Version
263
268
  version: '0'
264
269
  requirements: []
265
- rubygems_version: 3.3.7
266
- signing_key:
270
+ rubygems_version: 3.3.26
271
+ signing_key:
267
272
  specification_version: 4
268
273
  summary: Ruby API and CLI for RFBeam doplar radar modules
269
274
  test_files: []
data/.streerc DELETED
@@ -1,2 +0,0 @@
1
- --print-width=120
2
- --plugins=plugin/single_quotes