rtlsdr 0.1.5 → 0.1.6

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: fc10ea1776caf6a595417bf67dae01f41305730525725fc2cc252fb25936ae69
4
- data.tar.gz: 4961a3f842c1eaa110e4d441280da741e823009eabd2f1506761be97c89b2639
3
+ metadata.gz: e6cf077ab3bad36078506e7669f9f028f5673d9e4fa7ed42fef23328f50a00b7
4
+ data.tar.gz: bcad8fabea37fdc5a8c8003651e96d7e08723813189772954b2963e11a65b1c3
5
5
  SHA512:
6
- metadata.gz: e7aaa1402399c7730e3f089387514873c345e52dfa6e854625b8b217a51d539131e164dd6a40eb990d4e236859d2c413cd148379bf25d86995ab100eb6faf839
7
- data.tar.gz: ebd50fe3f4447894e6b9a6334c2f5ab47ac7288f1e5583515fa02d62e2ac4c4f1d7c2e3d337e145627e2d1a3ccfc28bee7bf2c3e79ed0758c51c8fb87813cdbb
6
+ metadata.gz: 33fe75344366b76dea1ffe5b8e5e65ac32828c9b33f010bd9c86e125f459b51c04be18e18c02e54cb2a14defa1bf77b6beeb008bfab041c1c9aaa0ea218c373f
7
+ data.tar.gz: 1a23aff4149a587d8249b3e39d88ec7fdb0a18929fafe2270c79efb72d31749e9289ef4c845ab33e16c6d834e3f4ac119193e10ffebaca6f7394e460e0c8777f
data/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.1.6] - 2025-06-07
6
+
7
+ ### Added
8
+
9
+ NA
10
+
11
+ ### Changed
12
+
13
+ Rubocop
14
+
15
+ ### Fixed
16
+
17
+ NA
18
+
5
19
  ## [0.1.5] - 2025-06-07
6
20
 
7
21
  No changes
data/Rakefile CHANGED
@@ -7,6 +7,8 @@ require "rubocop/rake_task"
7
7
  require "rdoc/task"
8
8
  require "yard"
9
9
 
10
+ # rubocop:disable Metrics/BlockLength
11
+
10
12
  RSpec::Core::RakeTask.new(:spec)
11
13
 
12
14
  RuboCop::RakeTask.new
@@ -171,7 +173,6 @@ task compile: :build_librtlsdr
171
173
 
172
174
  desc "Bump version, update CHANGELOG, commit, tag, and push"
173
175
  task :publish_release do
174
- puts "This task will bump the version, update CHANGELOG.md, commit the changes, create a git tag, and push everything to the remote repository."
175
176
  puts "Make sure you have committed all your changes before running this task."
176
177
  puts "Do you want to continue? (yes/no)"
177
178
 
@@ -290,3 +291,5 @@ def bump_version(type) # rubocop:disable Metrics/AbcSize,Metrics/MethodLength
290
291
  File.write("CHANGELOG.md", updated_changelog)
291
292
  puts "Updated CHANGELOG.md with new version entry"
292
293
  end
294
+
295
+ # rubocop:enable Metrics/BlockLength
@@ -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.5"
15
+ VERSION = "0.1.6"
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - joshfng