rtlsdr 0.1.6 → 0.1.7

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: e6cf077ab3bad36078506e7669f9f028f5673d9e4fa7ed42fef23328f50a00b7
4
- data.tar.gz: bcad8fabea37fdc5a8c8003651e96d7e08723813189772954b2963e11a65b1c3
3
+ metadata.gz: d2578d00d97ed6458c94c13d0f025746d22c5d9bf2d8236ad58b3a211f71c7be
4
+ data.tar.gz: 1672adecaed934ec1a1686f08869f2b43ad660d68fa2b0fafef3773d131a1951
5
5
  SHA512:
6
- metadata.gz: 33fe75344366b76dea1ffe5b8e5e65ac32828c9b33f010bd9c86e125f459b51c04be18e18c02e54cb2a14defa1bf77b6beeb008bfab041c1c9aaa0ea218c373f
7
- data.tar.gz: 1a23aff4149a587d8249b3e39d88ec7fdb0a18929fafe2270c79efb72d31749e9289ef4c845ab33e16c6d834e3f4ac119193e10ffebaca6f7394e460e0c8777f
6
+ metadata.gz: 757930b196efc45ec687dfe2f3d8b951a9ad835ca3abc2bd2b6ffb4cd8d9e6f8d003bca953af699a0b4053eb9254b2bc163151143219a7dd4c303fba5966d72c
7
+ data.tar.gz: 89cd8edd69d83c5eaed6772d173cd4658be6e8cedf54e4c25f5d32c15bf876bf96bfe52b07528fed99001624d34b541195e4a7c5b12fd38246287d1304097612
data/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.1.7] - 2025-06-09
6
+
7
+ ### Added
8
+
9
+ NA
10
+
11
+ ### Changed
12
+
13
+ update README
14
+
15
+ ### Fixed
16
+
17
+ NA
18
+
19
+
5
20
  ## [0.1.6] - 2025-06-07
6
21
 
7
22
  ### Added
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A comprehensive Ruby gem for interfacing with RTL-SDR (Software Defined Radio) devices. This gem provides both low-level FFI bindings that closely match the C API and high-level Ruby-idiomatic classes for easy use.
4
4
 
5
+ [gem](https://rubygems.org/gems/rtlsdr) | [docs](https://rubydoc.info/gems/rtlsdr)
6
+
5
7
  ## Features
6
8
 
7
9
  - **Complete C API Coverage**: All librtlsdr functions are exposed through FFI
@@ -378,7 +380,7 @@ ruby examples/spectrum_analyzer.rb
378
380
 
379
381
  ## License
380
382
 
381
- This gem is licensed under the GPL-2.0 license, the same as librtlsdr.
383
+ This gem is licensed under the MIT license.
382
384
 
383
385
  ## Requirements
384
386
 
@@ -12,5 +12,5 @@ module RTLSDR
12
12
  #
13
13
  # @return [String] Current gem version
14
14
  # @since 0.1.0
15
- VERSION = "0.1.6"
15
+ VERSION = "0.1.7"
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtlsdr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - joshfng
@@ -55,17 +55,17 @@ files:
55
55
  - lib/rtlsdr/ffi.rb
56
56
  - lib/rtlsdr/scanner.rb
57
57
  - lib/rtlsdr/version.rb
58
- homepage: https://github.com/joshfng/rtlsdr-ruby
58
+ homepage: https://github.com/joshfng/rtlsdr
59
59
  licenses:
60
60
  - MIT
61
61
  metadata:
62
62
  allowed_push_host: https://rubygems.org
63
63
  rubygems_mfa_required: 'true'
64
- homepage_uri: https://github.com/joshfng/rtlsdr-ruby
65
- source_code_uri: https://github.com/joshfng/rtlsdr-ruby
66
- changelog_uri: https://github.com/joshfng/rtlsdr-ruby/blob/main/CHANGELOG.md
64
+ homepage_uri: https://github.com/joshfng/rtlsdr
65
+ source_code_uri: https://github.com/joshfng/rtlsdr
66
+ changelog_uri: https://github.com/joshfng/rtlsdr/blob/main/CHANGELOG.md
67
67
  documentation_uri: https://rubydoc.info/gems/rtlsdr
68
- bug_tracker_uri: https://github.com/joshfng/rtlsdr-ruby/issues
68
+ bug_tracker_uri: https://github.com/joshfng/rtlsdr/issues
69
69
  rdoc_options:
70
70
  - "--main"
71
71
  - README.md