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.
- checksums.yaml +4 -4
- data/lib/osv/version.rb +1 -1
- metadata +15 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e44a6bcd337573fcfd8586b5a6989940a8e0e5497f7376a85177eed59223d62
|
4
|
+
data.tar.gz: a577f31562aa3d5806222f2deb4b86f6594ace07bcb7079d80b812449437abbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 346984e4dfd2a01943f874848920aaa0f63d2e59db72d0307e192e3bc2679a60bba1749020b357021ba4285cccba86480b6a1a13f8d2723803df765009126c10
|
7
|
+
data.tar.gz: 71b5a79edf20b0377748ff78ebc9f6d11b077f7f8cdc70248d917df108e4e57ef9e5e1f611524b533ec300db5009a02fde3631ab6eaa739bf45aa705e131ebde
|
data/lib/osv/version.rb
CHANGED
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.
|
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:
|