philiprehberger-encoding_kit 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: f28c4abaf812bdda01287ea83ef2c48cdef622a082db01adb3f81899ae715809
4
- data.tar.gz: 113cd2df4e35e9f49955209662d37aa091bb749fb819d7e1597d7c50c11cdb14
3
+ metadata.gz: 13e2132a0833297e1443ae3c9fc280b2c75ca43c9092e2b6d4d1431981ab90af
4
+ data.tar.gz: 86091aa48e10920818add35a6e9c147095495096f284d8e00a93d6a3f0ab0596
5
5
  SHA512:
6
- metadata.gz: c9b0b01dbeb5e0362854c5a66b36e86a7d18c3b05949f70f5496cbe9c5ca784305dc61b9cd330b2f4e7549b0430381ab55ab2c387c24c28b64f9232a843f0c06
7
- data.tar.gz: 1754851e434597696433549da529b471e2307da5c6282433c1b8fe5bf624cba3d3210c5e51d6d4f0656b561c5dea27336c9ce8ac8f09c9e53ac56165a848f536
6
+ metadata.gz: 55423bdb247b979775199f4ff83043c5bfebff3963ae8f5c0256ca86482e2fd6ded64fe54aded1f06864c387e5a852129baa5a7e8ffb35f47e0dd756e5750b96
7
+ data.tar.gz: eb8ca82fa4fae2670b5381dca826e95bc7dd281811c97d9488080d2a7666771cc927f16ee8715a05a07418d1b0f4da6096e47f3dcb09bb419e9816c8e284a807
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-28
11
16
 
12
17
  ### Added
data/README.md CHANGED
@@ -2,12 +2,7 @@
2
2
 
3
3
  [![Tests](https://github.com/philiprehberger/rb-encoding-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-encoding-kit/actions/workflows/ci.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-encoding_kit.svg)](https://rubygems.org/gems/philiprehberger-encoding_kit)
5
- [![GitHub release](https://img.shields.io/github/v/release/philiprehberger/rb-encoding-kit)](https://github.com/philiprehberger/rb-encoding-kit/releases)
6
5
  [![Last updated](https://img.shields.io/github/last-commit/philiprehberger/rb-encoding-kit)](https://github.com/philiprehberger/rb-encoding-kit/commits/main)
7
- [![License](https://img.shields.io/github/license/philiprehberger/rb-encoding-kit)](LICENSE)
8
- [![Bug Reports](https://img.shields.io/github/issues/philiprehberger/rb-encoding-kit/bug)](https://github.com/philiprehberger/rb-encoding-kit/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
9
- [![Feature Requests](https://img.shields.io/github/issues/philiprehberger/rb-encoding-kit/enhancement)](https://github.com/philiprehberger/rb-encoding-kit/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
  Character encoding detection, conversion, and normalization
13
8
 
@@ -171,10 +166,21 @@ bundle exec rubocop
171
166
 
172
167
  ## Support
173
168
 
174
- If you find this package useful, consider giving it a star on GitHub — it helps motivate continued maintenance and development.
169
+ If you find this project useful:
175
170
 
176
- [![LinkedIn](https://img.shields.io/badge/Philip%20Rehberger-LinkedIn-0A66C2?logo=linkedin)](https://www.linkedin.com/in/philiprehberger)
177
- [![More packages](https://img.shields.io/badge/more-open%20source%20packages-blue)](https://philiprehberger.com/open-source-packages)
171
+ [Star the repo](https://github.com/philiprehberger/rb-encoding-kit)
172
+
173
+ 🐛 [Report issues](https://github.com/philiprehberger/rb-encoding-kit/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
174
+
175
+ 💡 [Suggest features](https://github.com/philiprehberger/rb-encoding-kit/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
176
+
177
+ ❤️ [Sponsor development](https://github.com/sponsors/philiprehberger)
178
+
179
+ 🌐 [All Open Source Projects](https://philiprehberger.com/open-source-packages)
180
+
181
+ 💻 [GitHub Profile](https://github.com/philiprehberger)
182
+
183
+ 🔗 [LinkedIn Profile](https://www.linkedin.com/in/philiprehberger)
178
184
 
179
185
  ## License
180
186
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module EncodingKit
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-encoding_kit
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-29 00:00:00.000000000 Z
11
+ date: 2026-03-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Detect encoding from BOM and heuristics with confidence scores, convert
14
14
  between encodings, normalize to UTF-8, analyze byte distributions, and handle Windows