osv 0.3.11 → 0.3.13

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/osv/version.rb +1 -1
  3. metadata +15 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 593a3c94b6ec0366399485444f4d5d6c45b04393cad30686e04b43f289b93d88
4
- data.tar.gz: 9ae3ce1ff2655d65c726680a412336e853f3fa0328756b5dea69186b2c82654b
3
+ metadata.gz: 3e44a6bcd337573fcfd8586b5a6989940a8e0e5497f7376a85177eed59223d62
4
+ data.tar.gz: a577f31562aa3d5806222f2deb4b86f6594ace07bcb7079d80b812449437abbe
5
5
  SHA512:
6
- metadata.gz: a24c9b58b291d934ae6526e88baddebd768ad4ad431bfab8353b84d4e9f284e954aa2dd80b11138c041613702d56927f3fc4819b9fdcda2a22b5a590ba5459fa
7
- data.tar.gz: 0a85ef04fc18b4ef680d669c4fb06310b0cd3a0eb2c6c3c5a0a9161bc5af8b8851bf7ca3c1cb08f3fc6fa2d96449e112b86d0bc47871cbd10cae5ebd332edfb4
6
+ metadata.gz: 346984e4dfd2a01943f874848920aaa0f63d2e59db72d0307e192e3bc2679a60bba1749020b357021ba4285cccba86480b6a1a13f8d2723803df765009126c10
7
+ data.tar.gz: 71b5a79edf20b0377748ff78ebc9f6d11b077f7f8cdc70248d917df108e4e57ef9e5e1f611524b533ec300db5009a02fde3631ab6eaa739bf45aa705e131ebde
data/lib/osv/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module OSV
2
- VERSION = "0.3.11"
2
+ VERSION = "0.3.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.11
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Jaremko
@@ -38,7 +38,16 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 1.2.0
41
- description:
41
+ description: |
42
+ OSV is a high-performance CSV parser for Ruby, implemented in Rust. It wraps BurntSushi's csv-rs crate to provide fast CSV parsing with support for both hash-based and array-based row formats.
43
+
44
+ Features include:
45
+ - Flexible input sources (file paths, gzipped files, IO objects, strings)
46
+ - Configurable parsing options (headers, separators, quote chars)
47
+ - Support for both hash and array output formats
48
+ - Whitespace trimming options
49
+ - Strict or flexible parsing modes
50
+ - Significantly faster than Ruby's standard CSV library
42
51
  email:
43
52
  - nathan@jaremko.ca
44
53
  executables: []
@@ -73,6 +82,10 @@ licenses:
73
82
  metadata:
74
83
  homepage_uri: https://github.com/njaremko/osv
75
84
  source_code_uri: https://github.com/njaremko/osv
85
+ readme_uri: https://github.com/njaremko/osv/blob/main/README.md
86
+ changelog_uri: https://github.com/njaremko/osv/blob/main/CHANGELOG.md
87
+ rubygems_mfa_required: 'true'
88
+ documentation_uri: https://www.rubydoc.info/gems/osv
76
89
  post_install_message:
77
90
  rdoc_options: []
78
91
  require_paths: