parsekit 0.1.1 → 0.1.2
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/CHANGELOG.md +2 -2
- data/README.md +1 -1
- data/ext/parsekit/Cargo.toml +1 -1
- data/lib/parsekit/parsekit.bundle +0 -0
- data/lib/parsekit/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ad6eb42fb7e96fa944f30245b2c7be51bf4ce1a0f7766749309676b225b17df
|
4
|
+
data.tar.gz: deb56ea394ac3fedc840e890e4d27de14585661233f19eeaae06baf7be1b1e90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc88b902dd12008a6936f4d62f5d4651544a3f463b725a15d385b919141e93873bd809436e6b9b008baa7b310d149becb2106a29ca103736f6525e09bef871d6
|
7
|
+
data.tar.gz: 9cbc5464a5cbe06a241d2253cde81da82c7eb75742654b7753c91a922acc87125f81a33c3e77d0d107a1435e8946a860e12388e44fa84dc887d9bb4bf9d2d3a2
|
data/CHANGELOG.md
CHANGED
@@ -49,5 +49,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
49
49
|
- Rust edition 2021
|
50
50
|
- Cross-compilation support for multiple platforms
|
51
51
|
|
52
|
-
[Unreleased]: https://github.com/
|
53
|
-
[0.1.0]: https://github.com/
|
52
|
+
[Unreleased]: https://github.com/scientist-labs/parsekit/compare/v0.1.0...HEAD
|
53
|
+
[0.1.0]: https://github.com/scientist-labs/parsekit/releases/tag/v0.1.0
|
data/README.md
CHANGED
@@ -186,7 +186,7 @@ ParseKit uses a hybrid Ruby/Rust architecture:
|
|
186
186
|
|
187
187
|
## Contributing
|
188
188
|
|
189
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
189
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/scientist-labs/parsekit.
|
190
190
|
|
191
191
|
## License
|
192
192
|
|
data/ext/parsekit/Cargo.toml
CHANGED
@@ -21,7 +21,7 @@ image = "0.25" # Image processing library (match rusty-tesseract's version)
|
|
21
21
|
calamine = "0.30" # Excel parsing
|
22
22
|
docx-rs = "0.4" # Word document parsing
|
23
23
|
quick-xml = "0.38" # XML parsing
|
24
|
-
zip = "
|
24
|
+
zip = "5.0" # ZIP archive handling for PPTX
|
25
25
|
serde_json = "1.0" # JSON parsing
|
26
26
|
regex = "1.10" # Text parsing
|
27
27
|
encoding_rs = "0.8" # Encoding detection
|
Binary file
|
data/lib/parsekit/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: parsekit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Petersen
|
@@ -105,13 +105,13 @@ files:
|
|
105
105
|
- lib/parsekit/parsekit.bundle
|
106
106
|
- lib/parsekit/parser.rb
|
107
107
|
- lib/parsekit/version.rb
|
108
|
-
homepage: https://github.com/
|
108
|
+
homepage: https://github.com/scientist-labs/parsekit
|
109
109
|
licenses:
|
110
110
|
- MIT
|
111
111
|
metadata:
|
112
|
-
homepage_uri: https://github.com/
|
113
|
-
source_code_uri: https://github.com/
|
114
|
-
changelog_uri: https://github.com/
|
112
|
+
homepage_uri: https://github.com/scientist-labs/parsekit
|
113
|
+
source_code_uri: https://github.com/scientist-labs/parsekit
|
114
|
+
changelog_uri: https://github.com/scientist-labs/parsekit/blob/main/CHANGELOG.md
|
115
115
|
post_install_message:
|
116
116
|
rdoc_options: []
|
117
117
|
require_paths:
|