philiprehberger-toml_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: 74417b867e192747c92bc5db6a147f1d52333718a6461f3dce72ee5e15ca5b45
4
- data.tar.gz: 2f26751f1f266724a4493ceb5ec76bfde3e3832b05e7b804b0db8c452b2da93e
3
+ metadata.gz: d2f89cf922471a9e2c70133ac896b317aa2f627b220324cd9b64b445049b374f
4
+ data.tar.gz: 50f05dfc9b0aaa4e69fc15a1f3e3d7543c0a0071f81c4bb4f1291ecdcaacf606
5
5
  SHA512:
6
- metadata.gz: 197a2730afb7c93d928ced99cb39d3d328970a611738051dfb23289ad426fbdd87e2d967cf55c5a65d0cd2f4d1e9abd44b00dbc56e3d5683c0a6abb126d56705
7
- data.tar.gz: 7460f7dcb52085a7f29150239d27bb03a657e62c90d433a3de6c421dc0e97b9890188aa9840f126a36b2c08e08fcace823fcc976e88369b3eff98458b8b9632d
6
+ metadata.gz: f0e25fa65fc9b83facbb8367ae5c8018300cbfd4de66512d94dd8f716279e119cdf16986c160dc47f11128b1ec9b0ba5a69df0e58f689f08eda6a62119604d7e
7
+ data.tar.gz: e68b68e762bf3e997f88e85251583ccafbc046a9b3efbd1288204f705e3dcc4e47c2924bea102476a8b497156d306b598554e6b4095aa2b61599a3e2531b4416
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
@@ -1,6 +1,8 @@
1
1
  # philiprehberger-toml_kit
2
2
 
3
- [![Tests](https://github.com/philiprehberger/rb-toml-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-toml-kit/actions/workflows/ci.yml) [![Gem Version](https://img.shields.io/gem/v/philiprehberger-toml_kit)](https://rubygems.org/gems/philiprehberger-toml_kit) [![GitHub release](https://img.shields.io/github/v/release/philiprehberger/rb-toml-kit)](https://github.com/philiprehberger/rb-toml-kit/releases) [![GitHub last commit](https://img.shields.io/github/last-commit/philiprehberger/rb-toml-kit)](https://github.com/philiprehberger/rb-toml-kit/commits/main) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Bug Reports](https://img.shields.io/badge/bug-reports-red.svg)](https://github.com/philiprehberger/rb-toml-kit/issues) [![Feature Requests](https://img.shields.io/badge/feature-requests-blue.svg)](https://github.com/philiprehberger/rb-toml-kit/issues) [![GitHub Sponsors](https://img.shields.io/badge/sponsor-philiprehberger-ea4aaa.svg?logo=github)](https://github.com/sponsors/philiprehberger)
3
+ [![Tests](https://github.com/philiprehberger/rb-toml-kit/actions/workflows/ci.yml/badge.svg)](https://github.com/philiprehberger/rb-toml-kit/actions/workflows/ci.yml)
4
+ [![Gem Version](https://badge.fury.io/rb/philiprehberger-toml_kit.svg)](https://rubygems.org/gems/philiprehberger-toml_kit)
5
+ [![Last updated](https://img.shields.io/github/last-commit/philiprehberger/rb-toml-kit)](https://github.com/philiprehberger/rb-toml-kit/commits/main)
4
6
 
5
7
  TOML v1.0 parser and serializer for Ruby with comment preservation, schema validation, merging, querying, type coercion, and diffing.
6
8
 
@@ -285,7 +287,21 @@ bundle exec rubocop
285
287
 
286
288
  ## Support
287
289
 
288
- [![LinkedIn](https://img.shields.io/badge/LinkedIn-Philip%20Rehberger-blue?logo=linkedin)](https://linkedin.com/in/philiprehberger) [![More Packages](https://img.shields.io/badge/more-packages-blue.svg)](https://github.com/philiprehberger?tab=repositories)
290
+ If you find this project useful:
291
+
292
+ ⭐ [Star the repo](https://github.com/philiprehberger/rb-toml-kit)
293
+
294
+ 🐛 [Report issues](https://github.com/philiprehberger/rb-toml-kit/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
295
+
296
+ 💡 [Suggest features](https://github.com/philiprehberger/rb-toml-kit/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
297
+
298
+ ❤️ [Sponsor development](https://github.com/sponsors/philiprehberger)
299
+
300
+ 🌐 [All Open Source Projects](https://philiprehberger.com/open-source-packages)
301
+
302
+ 💻 [GitHub Profile](https://github.com/philiprehberger)
303
+
304
+ 🔗 [LinkedIn Profile](https://www.linkedin.com/in/philiprehberger)
289
305
 
290
306
  ## License
291
307
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module TomlKit
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-toml_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-28 00:00:00.000000000 Z
11
+ date: 2026-03-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Parse and generate TOML v1.0 documents with full type support including
14
14
  datetimes, inline tables, and array of tables. Zero dependencies.