philiprehberger-log_filter 0.2.0 → 0.2.1

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: 683ed9a496a285367a229889b099e3fe5dcaacce4c4f659d98f51c1f151f77f6
4
- data.tar.gz: 97ad3d5ecb23b237128cbe1f416c444bf531e428d6f5611aeb1ca3f606fa7d16
3
+ metadata.gz: e2ec105d85156aebf2097c6c73be344c4b9247897bb6fb32b9c90e87c4f7ab6e
4
+ data.tar.gz: 6c5bcfde597acdfb0627c8c246ca7cda3319ec7d82c077292db1deed05c6921a
5
5
  SHA512:
6
- metadata.gz: a8fc6d49639fc0b38e7915953f19d41d8aec7f0e6eeae4eff394cbc55ebed7331ef88a3f0da856d8eddeac762a20d1e24c0de84ac29003bdb621a49ad893de38
7
- data.tar.gz: df60ffb387bbb13b15fe9cb903d46494bcc33800822a5e42dc73e5b01275943ca0840a0b2d5bf93355e66d411995b129a9f17ff3ff79874e4e346fa0920bb248
6
+ metadata.gz: f91e15c938b5b48ce92d9d1563046f2493774d4e23e3a09b091dcd7febaeef0492daae13061c6b50c3277b90bef2192b09ec3bbdc63ebf163426863b6952ba34
7
+ data.tar.gz: 03dad2354f01da5eb2a0339c25731b82b6d7c1e5b2557d092ac17c1952148d9d44c5dd85b75621a31aea1ee86ad542918a4e2e26fefdae8be4e468a6c442abb4
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.1] - 2026-03-31
11
+
12
+ ### Changed
13
+ - Standardize README badges, support section, and license format
14
+
10
15
  ## [0.2.0] - 2026-03-29
11
16
 
12
17
  ### Added
data/README.md CHANGED
@@ -2,12 +2,7 @@
2
2
 
3
3
  [![Tests](https://github.com/philiprehberger/rb-log-filter/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-log-filter/actions/workflows/ci.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-log_filter.svg)](https://rubygems.org/gems/philiprehberger-log_filter)
5
- [![GitHub release](https://img.shields.io/github/v/release/philiprehberger/rb-log-filter)](https://github.com/philiprehberger/rb-log-filter/releases)
6
5
  [![Last updated](https://img.shields.io/github/last-commit/philiprehberger/rb-log-filter)](https://github.com/philiprehberger/rb-log-filter/commits/main)
7
- [![License](https://img.shields.io/github/license/philiprehberger/rb-log-filter)](LICENSE)
8
- [![Bug Reports](https://img.shields.io/github/issues/philiprehberger/rb-log-filter/bug)](https://github.com/philiprehberger/rb-log-filter/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
9
- [![Feature Requests](https://img.shields.io/github/issues/philiprehberger/rb-log-filter/enhancement)](https://github.com/philiprehberger/rb-log-filter/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
10
- [![Sponsor](https://img.shields.io/badge/sponsor-GitHub%20Sponsors-ec6cb9)](https://github.com/sponsors/philiprehberger)
11
6
 
12
7
  Pattern-based log filtering with drop, replace, and preset rules
13
8
 
@@ -170,10 +165,21 @@ bundle exec rubocop
170
165
 
171
166
  ## Support
172
167
 
173
- If you find this package useful, consider giving it a star on GitHub — it helps motivate continued maintenance and development.
168
+ If you find this project useful:
174
169
 
175
- [![LinkedIn](https://img.shields.io/badge/Philip%20Rehberger-LinkedIn-0A66C2?logo=linkedin)](https://www.linkedin.com/in/philiprehberger)
176
- [![More packages](https://img.shields.io/badge/more-open%20source%20packages-blue)](https://philiprehberger.com/open-source-packages)
170
+ ⭐ [Star the repo](https://github.com/philiprehberger/rb-log-filter)
171
+
172
+ 🐛 [Report issues](https://github.com/philiprehberger/rb-log-filter/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
173
+
174
+ 💡 [Suggest features](https://github.com/philiprehberger/rb-log-filter/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
175
+
176
+ ❤️ [Sponsor development](https://github.com/sponsors/philiprehberger)
177
+
178
+ 🌐 [All Open Source Projects](https://philiprehberger.com/open-source-packages)
179
+
180
+ 💻 [GitHub Profile](https://github.com/philiprehberger)
181
+
182
+ 🔗 [LinkedIn Profile](https://www.linkedin.com/in/philiprehberger)
177
183
 
178
184
  ## License
179
185
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module LogFilter
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-log_filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Rehberger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-30 00:00:00.000000000 Z
11
+ date: 2026-03-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Pattern-based log filtering — drop or transform log lines matching rules.
14
14
  Includes preset filters for health checks, static assets, and bot traffic.