zlight_csv 0.2.0-x86_64-linux → 0.2.3-x86_64-linux

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: 10f44395049178fc02ebe7b3865d5e433acf630d2d2b8888e4cd2158f35bab2d
4
- data.tar.gz: 85e21971fc15f1e33a183bd38345222c3ce85c0898fe986ad725bd7d67de4b26
3
+ metadata.gz: 606b4ea7e6ba33ee5e66a4d8cefddd8ac90ecb0f1830507674562e48ddcff608
4
+ data.tar.gz: fc79a738afca3b2e259eead7370a3325011ba64b9223b9ae4b6a71ed46e8d1ad
5
5
  SHA512:
6
- metadata.gz: 6cf0b8406557de41eb4a9ec7c65dfa9493f22d2d9ce217ebd00dac3cc4edcda0045108b23ceeed3e510187df167789644129cf0f66f49cb11e918e97343ea239
7
- data.tar.gz: 9731a24e552c0e1dbfc8636720170e28b31435cbdf66bcc0dcf8b6a7deadd57ac943bd407e89f19e1117d3bf445c4119d51b86295fd76aa414d5fa1c7247e0da
6
+ metadata.gz: d03bc9714e8e645c295634744a322b9f45d875b35ba2abb1ce6c51f10905aac4f7e39bbf9c620bb300b4c2217a9909669c15bbe3e2c28b6fb1cd3c753982ed29
7
+ data.tar.gz: 236510e5c1d5ef27302662dbf69f90aab2868df900a3f4abf21204b8428d3c30af883015d28dc9c2fe630144dc97855feed0c8aec6f84876ea556a9983eb0bde
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.3
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zlight_csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.3
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Zaidan Chaudhary
@@ -11,10 +11,13 @@ cert_chain: []
11
11
  date: 2026-05-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
- ZLight is a blazing-fast CSV parser that provides a drop-in replacement
15
- for Ruby's standard CSV library. Built with Rust for maximum performance,
16
- it can parse CSV files up to 30x faster than the standard library while
17
- maintaining full compatibility with common CSV.parse options.
14
+ ZLight brings the speed of Rust to Ruby's CSV parsing. Built as a native
15
+ extension, it delivers up to 30x faster performance than Ruby's standard
16
+ CSV library while maintaining full API compatibility. Whether you're parsing
17
+ small configuration files or processing millions of rows, ZLight handles it
18
+ efficiently. The streaming API enables memory-efficient processing of large
19
+ datasets by reading rows one at a time, and lazy enumeration lets you stop
20
+ early without wasting resources on unneeded data.
18
21
  email:
19
22
  - zaidan@arxiron.com
20
23
  executables: []
@@ -31,13 +34,12 @@ files:
31
34
  - lib/zlight_csv/3.2/zlight_csv.so
32
35
  - lib/zlight_csv/3.3/zlight_csv.so
33
36
  - lib/zlight_csv/version.rb
34
- homepage: https://arxiron.com
37
+ homepage: https://rubygems.org/gems/zlight_csv
35
38
  licenses:
36
39
  - MIT
37
40
  metadata:
38
- homepage_uri: https://arxiron.com
39
- source_code_uri: https://arxiron.com
40
- changelog_uri: https://arxiron.com/blob/main/CHANGELOG.md
41
+ homepage_uri: https://rubygems.org/gems/zlight_csv
42
+ documentation_uri: https://zaidanch.github.io/zlight-docs/
41
43
  rubygems_mfa_required: 'true'
42
44
  post_install_message:
43
45
  rdoc_options: []