philiprehberger-csv_kit 0.2.3 → 0.2.4

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: 4c35825a1d3ef7d421c3f81a39764ec731b1fdee58cb36233f8814d6bf64204a
4
- data.tar.gz: 9ef07017bee59e872f3553ab00c2477f4e48b98f7667f1a90fa63280cf9454ed
3
+ metadata.gz: 8b052136027daf3931ab4db1e45a4ae6004f9098dfb4f0882a1b3f2f2ecf9f25
4
+ data.tar.gz: 8abcdc5696eb0a767ed5bb6ed5d94b37c734edc34761e13941fc51bb3e5a7c2c
5
5
  SHA512:
6
- metadata.gz: 63090fc561da814943591e38cb070ffacce6ea9a85104fbfd6a64850834f8ec0047ed3a6b5d9525aa2d1eb930d1883c07376a89f9e2add7859a362abafb8a407
7
- data.tar.gz: 82a690e38566ecec250d8bc74bdbd02581c46dbdf34749cfc017c5dc174321c98bc8634b4e98b5abd0285e447efcf359fb543f1a8da2ee25200145c17c471804
6
+ metadata.gz: 42dd8938bb439449ed0c9eedd7f3e1fe9796ad9113eb16a95d06a7380aa9a2481254436cab75c7e6f7b55c5807ac9790c12e87e7dcded34994bcbc764de48a18
7
+ data.tar.gz: b545efc1632d0ec171b9869dedafc1d2f1935c175a056baabfb4398582f9408a25afdc3d9293ceaef3471d4c636bbaeab9cad848228946046bb791e3c5b2d1f3
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.4] - 2026-03-24
11
+
12
+ ### Fixed
13
+ - Align README one-liner with gemspec summary
14
+
10
15
  ## [0.2.3] - 2026-03-24
11
16
 
12
17
  ### Fixed
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Gem Version](https://badge.fury.io/rb/philiprehberger-csv_kit.svg)](https://rubygems.org/gems/philiprehberger-csv_kit)
5
5
  [![License](https://img.shields.io/github/license/philiprehberger/rb-csv-kit)](LICENSE)
6
6
 
7
- Streaming CSV processor with type coercion, validation, writing, and error recovery
7
+ Streaming CSV processor with type coercion and validation
8
8
 
9
9
  ## Requirements
10
10
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Philiprehberger
4
4
  module CsvKit
5
- VERSION = '0.2.3'
5
+ VERSION = '0.2.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: philiprehberger-csv_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip Rehberger