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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +14 -8
- data/lib/philiprehberger/log_filter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2ec105d85156aebf2097c6c73be344c4b9247897bb6fb32b9c90e87c4f7ab6e
|
|
4
|
+
data.tar.gz: 6c5bcfde597acdfb0627c8c246ca7cda3319ec7d82c077292db1deed05c6921a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
[](https://github.com/philiprehberger/rb-log-filter/actions/workflows/ci.yml)
|
|
4
4
|
[](https://rubygems.org/gems/philiprehberger-log_filter)
|
|
5
|
-
[](https://github.com/philiprehberger/rb-log-filter/releases)
|
|
6
5
|
[](https://github.com/philiprehberger/rb-log-filter/commits/main)
|
|
7
|
-
[](LICENSE)
|
|
8
|
-
[](https://github.com/philiprehberger/rb-log-filter/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
|
9
|
-
[](https://github.com/philiprehberger/rb-log-filter/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
|
10
|
-
[](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
|
|
168
|
+
If you find this project useful:
|
|
174
169
|
|
|
175
|
-
[
|
|
176
|
-
|
|
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
|
|
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.
|
|
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-
|
|
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.
|