auth-sanitizer 0.1.1 → 0.1.2

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: 82404648ebaf0dca9ca6fe3862f28a9a40ecb19a28c40490acede95d4a99b457
4
- data.tar.gz: 67be7cc8612f8802b948083a02f7970b0cb86832cee7ac0b1827e15364f6c189
3
+ metadata.gz: a459f96a2569fc0a45f1f0fcc919d6324f64902e4ed7364a617aebed42b6936a
4
+ data.tar.gz: 7e27c3b29c2f47b0afcf740098f14472f3f936828df479e4a3e808d8259523ad
5
5
  SHA512:
6
- metadata.gz: 5e306278d81c5b98b0d2611faf13afa198dec6847207a4f29fecbc0d1b8af55e2b4e917b37bce1a29d5f0f930f60dad979d80b36fd389a89d5703e671142d1cf
7
- data.tar.gz: 14829bc1a17358726e62948e47b900d9ed02e222c73433f3b65cd98d9131e0202a11b3810b7864175bb82ac3e83303666cbcd80cd085b25a27ddc12c0e0351d9
6
+ metadata.gz: 86ea9c3a4721881b599ba6e63a50cc0d9f4b5a9d5c8dbe1c7bd140ce802c4d28d1df0278b4f16aee472c7feabe34e30c6d16dc5943c12a4c6a9a429519de9e82
7
+ data.tar.gz: 381e1f25c5bd0301f3d1ba91f6f20a6370e6d6158a87270f166e85a84abc556dc865b0c1a2f8d449ba7b08b82ad34b8c4589601bb8ff09bfc72c96c4ef14b2e0
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,21 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.2] - 2026-05-15
34
+
35
+ - TAG: [v0.1.2][0.1.2t]
36
+ - COVERAGE: 100.00% -- 134/134 lines in 5 files
37
+ - BRANCH COVERAGE: 100.00% -- 28/28 branches in 5 files
38
+ - 87.50% documented
39
+
40
+ ### Added
41
+
42
+ - gemspec description, summary
43
+
44
+ ### Changed
45
+
46
+ - gemspec contact email
47
+
33
48
  ## [0.1.1] - 2026-05-15
34
49
 
35
50
  - TAG: [v0.1.1][0.1.1t]
@@ -52,7 +67,9 @@ Please file a bug if you notice a violation of semantic versioning.
52
67
 
53
68
  - Initial release
54
69
 
55
- [Unreleased]: https://github.com//ruby-oauth/auth-sanitizer/compare/v0.1.1...HEAD
70
+ [Unreleased]: https://github.com//ruby-oauth/auth-sanitizer/compare/v0.1.2...HEAD
71
+ [0.1.2]: https://github.com//ruby-oauth/auth-sanitizer/compare/v0.1.1...v0.1.2
72
+ [0.1.2t]: https://github.com//ruby-oauth/auth-sanitizer/releases/tag/v0.1.2
56
73
  [0.1.1]: https://github.com//ruby-oauth/auth-sanitizer/compare/v0.1.0...v0.1.1
57
74
  [0.1.1t]: https://github.com//ruby-oauth/auth-sanitizer/releases/tag/v0.1.1
58
75
  [0.1.0]: https://github.com/ruby-oauth/auth-sanitizer/compare/21d6165dca7eef8e7b9bb01fdfc4cc8bab4e5b96...v0.1.0
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [🖼️oauth2-i]: https://logos.galtzo.com/assets/images/oauth/oauth2/avatar-192px.svg
8
8
  [🖼️oauth2]: https://github.com/ruby-oauth/oauth2
9
9
 
10
- # 🍲 Auth::Sanitizer
10
+ # 🟥 Auth::Sanitizer
11
11
 
12
12
  [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![CodeQL][🖐codeQL-img]][🖐codeQL] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
13
13
 
data/REEK CHANGED
@@ -1 +1,2 @@
1
- reek is empty
1
+ Error: No such file - is
2
+ Error: No such file - empty
@@ -3,7 +3,7 @@
3
3
  module Auth
4
4
  module Sanitizer
5
5
  module Version
6
- VERSION = "0.1.1"
6
+ VERSION = "0.1.2"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth-sanitizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -213,9 +213,9 @@ dependencies:
213
213
  - - ">="
214
214
  - !ruby/object:Gem::Version
215
215
  version: 1.0.3
216
- description: "\U0001F372 TODO: Write a longer description or delete this line."
216
+ description: "\U0001F7E5 Configurable KV output redaction. Sanitize/filter your secrets."
217
217
  email:
218
- - peter.boling@gmail.com
218
+ - floss@galtzo.com
219
219
  executables: []
220
220
  extensions: []
221
221
  extra_rdoc_files:
@@ -249,10 +249,10 @@ licenses:
249
249
  - MIT
250
250
  metadata:
251
251
  homepage_uri: https://auth-sanitizer.galtzo.com/
252
- source_code_uri: https://github.com/ruby-oauth/auth-sanitizer/tree/v0.1.1
253
- changelog_uri: https://github.com/ruby-oauth/auth-sanitizer/blob/v0.1.1/CHANGELOG.md
252
+ source_code_uri: https://github.com/ruby-oauth/auth-sanitizer/tree/v0.1.2
253
+ changelog_uri: https://github.com/ruby-oauth/auth-sanitizer/blob/v0.1.2/CHANGELOG.md
254
254
  bug_tracker_uri: https://github.com/ruby-oauth/auth-sanitizer/issues
255
- documentation_uri: https://www.rubydoc.info/gems/auth-sanitizer/0.1.1
255
+ documentation_uri: https://www.rubydoc.info/gems/auth-sanitizer/0.1.2
256
256
  funding_uri: https://github.com/sponsors/pboling
257
257
  wiki_uri: https://github.com/ruby-oauth/auth-sanitizer/wiki
258
258
  news_uri: https://www.railsbling.com/tags/auth-sanitizer
@@ -260,8 +260,7 @@ metadata:
260
260
  rubygems_mfa_required: 'true'
261
261
  rdoc_options:
262
262
  - "--title"
263
- - "auth-sanitizer - \U0001F372 TODO: Write a short summary, because RubyGems requires
264
- one."
263
+ - "auth-sanitizer - \U0001F7E5 Configurable KV output redaction"
265
264
  - "--main"
266
265
  - README.md
267
266
  - "--exclude"
@@ -284,5 +283,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
284
283
  requirements: []
285
284
  rubygems_version: 4.0.11
286
285
  specification_version: 4
287
- summary: "\U0001F372 TODO: Write a short summary, because RubyGems requires one."
286
+ summary: "\U0001F7E5 Configurable KV output redaction"
288
287
  test_files: []
metadata.gz.sig CHANGED
Binary file