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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e77e605d938d5b0b89c7814d1360f4c505415c54efbf8ffe9f2f7d4c564d917e
4
- data.tar.gz: 6b86f57b2dce1231cae704b4d35c7562807ab77b001860b6fa5bbcdc9844781f
3
+ metadata.gz: 6ad6eb42fb7e96fa944f30245b2c7be51bf4ce1a0f7766749309676b225b17df
4
+ data.tar.gz: deb56ea394ac3fedc840e890e4d27de14585661233f19eeaae06baf7be1b1e90
5
5
  SHA512:
6
- metadata.gz: a3f7089e8bd3e84cb2e14614cb78c3b3132d4d93a3c95d5cdcfa6c63723fe2dfce3a01bf0ee27255be7ff036bd0e438492434ded72853772e57b65faf7bded9b
7
- data.tar.gz: c84b03d65471f50d6ec72eaa21269b5fc1c5e40e0cefa923cc71d50b802734d64c8296e5e5e6a76ca2f5d388a568119ed09474ae622534aaef03e0a96109dee3
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/cpetersen/parsekit/compare/v0.1.0...HEAD
53
- [0.1.0]: https://github.com/cpetersen/parsekit/releases/tag/v0.1.0
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/cpetersen/parsekit.
189
+ Bug reports and pull requests are welcome on GitHub at https://github.com/scientist-labs/parsekit.
190
190
 
191
191
  ## License
192
192
 
@@ -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 = "2.1" # ZIP archive handling for PPTX
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ParseKit
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
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.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/cpetersen/parsekit
108
+ homepage: https://github.com/scientist-labs/parsekit
109
109
  licenses:
110
110
  - MIT
111
111
  metadata:
112
- homepage_uri: https://github.com/cpetersen/parsekit
113
- source_code_uri: https://github.com/cpetersen/parsekit
114
- changelog_uri: https://github.com/cpetersen/parsekit/blob/main/CHANGELOG.md
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: