silent_stream 1.0.10 → 1.0.11

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: 2160c90869c596f13c19a1210b3782d642b510bb2b4aa16b3ea8c2f16b31ecae
4
- data.tar.gz: e76f60b616c42eff9d22b1bb944426573e34c4ce9ff0e105ff92b42bd76a5937
3
+ metadata.gz: 9698b362b15e935877ac6cc7bf851b972ee1163411c4b25d394cce3a98d252b3
4
+ data.tar.gz: 7f9b68070f2c7108a71f20a0cf58a9d192e200cfd44f3d01f8be803fbe654320
5
5
  SHA512:
6
- metadata.gz: 6e89f24ba36b3eabcd687da26b95e97745621a67b34354f52652ba11006f108a39568b46c138deab54b36ea943b96b77fd983cf5d84e7ed7c9ab3bd3ab908280
7
- data.tar.gz: 5565cbd6cb95ee7a06340bee3b049b57ec822ab9e79977e551f73da81786b15202b142bc67c64656ff50d686ca8164da1e9d73ba09135923a7e9b7f44cf382a5
6
+ metadata.gz: ed5d4a2f3c57a573f9166bfc3fe9f58cd2cef37bd8906c665cce6bb49f6edc60ad0740f743d77f2b00f67efec0825d8a96dd757d16c3e67ca3f513e04cd28b56
7
+ data.tar.gz: a8620cd13c0a3a80606884b4b7bfe0530fc405166eeb031d014bf84f34259825040db6abf80f15a81b383f93b8f3af7b65f256fa7e1e26f28834fe85874d357b
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
  ### Fixed
12
12
  ### Removed
13
13
 
14
+ ## [1.0.11] - 2025-05-16
15
+ - COVERAGE: 88.06% -- 59/67 lines in 2 files
16
+ - BRANCH COVERAGE: 30.00% -- 3/10 branches in 2 files
17
+ - 50.00% documented
18
+ ### Changed
19
+ - Reduced minimum version of logger dependency to 1.2
20
+ - To help with testing old libraries, or newer libraries that still support old libraries
21
+ ### Fixed
22
+ - Code Coverage setup in CI
23
+
14
24
  ## [1.0.10] - 2025-05-05
15
25
  - COVERAGE: 47.76% -- 32/67 lines in 2 files
16
26
  - BRANCH COVERAGE: 10.00% -- 1/10 branches in 2 files
@@ -24,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
34
  - BRANCH COVERAGE: 10.00% -- 1/10 branches in 2 files
25
35
  - 54.55% documented
26
36
  ### Added
27
- - Releases will be signed by my key that expires 2045-05-04
37
+ - Releases will be signed by my key that expires 2045-04-29
28
38
  - Allow unsigned gem builds (for linux distros)
29
39
  - In the ENV set `SKIP_GEM_SIGNING` to any value
30
40
  - Compatibility with Ruby 3.5
data/CONTRIBUTING.md CHANGED
@@ -11,6 +11,8 @@ We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you m
11
11
 
12
12
  ## You can help!
13
13
 
14
+ Take a look at the `reek` list which is the file called `REEK` and find something to improve.
15
+
14
16
  Simply follow these instructions:
15
17
 
16
18
  1. Fork the repository
@@ -33,6 +35,7 @@ Please upvote the PR for `eval_gemfile` [support][🚎appraisal-eval-gemfile-pr]
33
35
  ```shell
34
36
  BUNDLE_GEMFILE=Appraisal.root.gemfile bundle
35
37
  BUNDLE_GEMFILE=Appraisal.root.gemfile bundle exec appraisal update
38
+ bundle exec rake rubocop_gradual:autocorrect
36
39
  ```
37
40
 
38
41
  When adding an appraisal to CI check the [runner tool cache][🏃‍♂️runner-tool-cache] to see which runner to use.
data/README.md CHANGED
@@ -45,7 +45,7 @@ This gem was taken out of Rails but it is *not* Rails dependent. The extraction
45
45
  | Works with MRI Ruby 2 | [![Ruby 2.3 Compat][💎ruby-2.3i]][🚎1-an-wf] [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
46
46
  | Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on Github.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
47
47
  | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![HEAD on RubyDoc.info][📜docs-head-rd-img]][🚎yard-head] [![BDFL Blog][🚂bdfl-blog-img]][🚂bdfl-blog] [![Wiki][📜wiki-img]][📜wiki] |
48
- | Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] |
48
+ | Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Enforced Code Style][💎rlts-img]][💎rlts] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] |
49
49
  | Expert 1:1 Support | [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] `or` [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
50
50
  | Enterprise Support | [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]<br/>💡Subscribe for support guarantees covering _all_ FLOSS dependencies!<br/>💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]!<br/>💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers! |
51
51
  | Comrade BDFL 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact BDFL][🚂bdfl-contact-img]][🚂bdfl-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
@@ -71,9 +71,11 @@ If bundler is not being used to manage dependencies, install the gem by executin
71
71
 
72
72
  ### 🔒 Secure Installation
73
73
 
74
- `silent_stream` is cryptographically signed. Be sure the gem you install hasn’t been tampered with
74
+ `silent_stream` is cryptographically signed, and has verifiable [SHA-256 and SHA-512][💎SHA_checksums] checksums by
75
+ [stone_checksums][💎stone_checksums]. Be sure the gem you install hasn’t been tampered with
75
76
  by following the instructions below.
76
77
 
78
+
77
79
  Add my public key (if you haven’t already, expires 2045-04-29) as a trusted certificate:
78
80
 
79
81
  ```shell
@@ -313,10 +315,10 @@ or one of the others at the head of this README.
313
315
  [![Buy me a latte][🖇buyme-img]][🖇buyme]
314
316
 
315
317
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
316
- [⛳️gem-namespace]: https://github.com/pboling/silent_stream/blob/master/lib/masq.rb
318
+ [⛳️gem-namespace]: https://github.com/pboling/silent_stream
317
319
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-SilentStream-brightgreen.svg?style=flat&logo=ruby&logoColor=white
318
320
  [⛳️gem-name]: https://rubygems.org/gems/silent_stream
319
- [⛳️name-img]: https://img.shields.io/badge/name-silent_stream-brightgreen.svg?style=flat&logo=rubygems&logoColor=red
321
+ [⛳️name-img]: https://img.shields.io/badge/name-silent__stream-brightgreen.svg?style=flat&logo=rubygems&logoColor=red
320
322
  [🚂bdfl-blog]: http://www.railsbling.com/tags/silent_stream
321
323
  [🚂bdfl-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
322
324
  [🚂bdfl-contact]: http://www.railsbling.com/contact
@@ -467,3 +469,7 @@ or one of the others at the head of this README.
467
469
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-brightgreen.svg?style=flat
468
470
  [🚎yard-current]: http://rubydoc.info/gems/silent_stream
469
471
  [🚎yard-head]: https://rubydoc.info/github/pboling/silent_stream/master
472
+ [💎stone_checksums]: https://github.com/pboling/stone_checksums
473
+ [💎SHA_checksums]: https://gitlab.com/pboling/silent_stream/-/tree/main/checksums
474
+ [💎rlts]: https://github.com/rubocop-lts/rubocop-lts
475
+ [💎rlts-img]: https://img.shields.io/badge/code_style-rubocop--lts-brightgreen.svg?plastic&logo=ruby&logoColor=white
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SilentStream
4
4
  module Version
5
- VERSION = "1.0.10"
5
+ VERSION = "1.0.11"
6
6
  end
7
7
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: silent_stream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Daer
@@ -60,42 +60,42 @@ cert_chain:
60
60
  DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
61
61
  L9nRqA==
62
62
  -----END CERTIFICATE-----
63
- date: 2025-05-05 00:00:00.000000000 Z
63
+ date: 2025-05-16 00:00:00.000000000 Z
64
64
  dependencies:
65
65
  - !ruby/object:Gem::Dependency
66
66
  name: logger
67
67
  requirement: !ruby/object:Gem::Requirement
68
68
  requirements:
69
- - - ">="
69
+ - - "~>"
70
70
  - !ruby/object:Gem::Version
71
- version: 1.4.4
71
+ version: '1.2'
72
72
  type: :runtime
73
73
  prerelease: false
74
74
  version_requirements: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - ">="
76
+ - - "~>"
77
77
  - !ruby/object:Gem::Version
78
- version: 1.4.4
78
+ version: '1.2'
79
79
  - !ruby/object:Gem::Dependency
80
80
  name: version_gem
81
81
  requirement: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - "~>"
84
- - !ruby/object:Gem::Version
85
- version: '1.1'
86
83
  - - ">="
87
84
  - !ruby/object:Gem::Version
88
- version: 1.1.7
85
+ version: 1.1.8
86
+ - - "<"
87
+ - !ruby/object:Gem::Version
88
+ version: '3'
89
89
  type: :runtime
90
90
  prerelease: false
91
91
  version_requirements: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - "~>"
94
- - !ruby/object:Gem::Version
95
- version: '1.1'
96
93
  - - ">="
97
94
  - !ruby/object:Gem::Version
98
- version: 1.1.7
95
+ version: 1.1.8
96
+ - - "<"
97
+ - !ruby/object:Gem::Version
98
+ version: '3'
99
99
  - !ruby/object:Gem::Dependency
100
100
  name: minitest
101
101
  requirement: !ruby/object:Gem::Requirement
@@ -234,10 +234,10 @@ licenses:
234
234
  - MIT
235
235
  metadata:
236
236
  homepage_uri: https://github.com/pboling/silent_stream
237
- source_code_uri: https://github.com/pboling/silent_stream/tree/v1.0.10
238
- changelog_uri: https://github.com/pboling/silent_stream/blob/v1.0.10/CHANGELOG.md
237
+ source_code_uri: https://github.com/pboling/silent_stream/tree/v1.0.11
238
+ changelog_uri: https://github.com/pboling/silent_stream/blob/v1.0.11/CHANGELOG.md
239
239
  bug_tracker_uri: https://github.com/pboling/silent_stream/issues
240
- documentation_uri: https://www.rubydoc.info/gems/silent_stream/1.0.10
240
+ documentation_uri: https://www.rubydoc.info/gems/silent_stream/1.0.11
241
241
  wiki_uri: https://github.com/pboling/silent_stream/wiki
242
242
  funding_uri: https://liberapay.com/pboling
243
243
  news_uri: https://www.railsbling.com/tags/silent_stream
metadata.gz.sig CHANGED
Binary file