universal_document_processor 1.0.0 → 1.0.1
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 +6 -0
- data/lib/universal_document_processor/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c33ef9db6830ddb62e98966d0bf3dd85106833e260303651df297bb3d46b9529
|
4
|
+
data.tar.gz: 280fa75bf3d842fc1af11dd95ca49e0526ed22512b5732aed0a7c25d4a57a7d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01d6c5129dc7ec1a7911a77ba69b8dbafd32bd9397e0374175a4cf09cf24f8c06225a0bc927b1e3bba8250e3d1e93d40bbbc1dbf3aa1a6ff0fbc92cb7f5f24a4
|
7
|
+
data.tar.gz: b445b8d773e2865e6e2c5593c123cc7d0da580d4d16822e4b9e45c851568f077f4c949d921f2f602c4ed3ff941ccf8a1d002eb14401c554b0f8355dc293bff62
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [1.0.1] - 2025-06-23
|
11
|
+
|
12
|
+
### Fixed
|
13
|
+
- Updated GitHub repository URLs in gemspec to correct repository location
|
14
|
+
- Fixed all metadata URLs to point to https://github.com/vpatil160/universal_document_processor
|
15
|
+
|
10
16
|
## [1.0.0] - 2025-06-23
|
11
17
|
|
12
18
|
### Added
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: universal_document_processor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vikas Patil
|
@@ -167,16 +167,16 @@ files:
|
|
167
167
|
- lib/universal_document_processor/utils/file_detector.rb
|
168
168
|
- lib/universal_document_processor/utils/japanese_filename_handler.rb
|
169
169
|
- lib/universal_document_processor/version.rb
|
170
|
-
homepage: https://github.com/
|
170
|
+
homepage: https://github.com/vpatil160/universal_document_processor
|
171
171
|
licenses:
|
172
172
|
- MIT
|
173
173
|
metadata:
|
174
|
-
homepage_uri: https://github.com/
|
175
|
-
source_code_uri: https://github.com/
|
176
|
-
bug_tracker_uri: https://github.com/
|
177
|
-
changelog_uri: https://github.com/
|
178
|
-
documentation_uri: https://github.com/
|
179
|
-
funding_uri: https://github.com/sponsors/
|
174
|
+
homepage_uri: https://github.com/vpatil160/universal_document_processor
|
175
|
+
source_code_uri: https://github.com/vpatil160/universal_document_processor
|
176
|
+
bug_tracker_uri: https://github.com/vpatil160/universal_document_processor/issues
|
177
|
+
changelog_uri: https://github.com/vpatil160/universal_document_processor/blob/main/CHANGELOG.md
|
178
|
+
documentation_uri: https://github.com/vpatil160/universal_document_processor/blob/main/README.md
|
179
|
+
funding_uri: https://github.com/sponsors/vpatil160
|
180
180
|
rubygems_mfa_required: 'true'
|
181
181
|
rdoc_options: []
|
182
182
|
require_paths:
|