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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35c7ce3be00b697398ed7be3f364c2b9b29002cc763265c9a9b29519dceb2439
4
- data.tar.gz: 0c9636fdf3323e5629da41e62747dbabdf0af369e359bf1096cceed5642ee248
3
+ metadata.gz: c33ef9db6830ddb62e98966d0bf3dd85106833e260303651df297bb3d46b9529
4
+ data.tar.gz: 280fa75bf3d842fc1af11dd95ca49e0526ed22512b5732aed0a7c25d4a57a7d9
5
5
  SHA512:
6
- metadata.gz: a9f33acf6694f950ae5e4dff14a1adc2b40a51b8fe95311598c51fd5cdf2fa762700cbe078fa8589b39f170a1a98136a065b0f9fa94dd92e832a497d1c817249
7
- data.tar.gz: facc2f1555429de4aa5076c570d8547022b791a34e55bd54350225dea73c17f968eae063bc83520f89702c97c8bfec150b1c4175f39322bad1071aa3ed09bfea
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
@@ -1,3 +1,3 @@
1
1
  module UniversalDocumentProcessor
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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/vikas-vpatil/universal_document_processor
170
+ homepage: https://github.com/vpatil160/universal_document_processor
171
171
  licenses:
172
172
  - MIT
173
173
  metadata:
174
- homepage_uri: https://github.com/vikas-vpatil/universal_document_processor
175
- source_code_uri: https://github.com/vikas-vpatil/universal_document_processor
176
- bug_tracker_uri: https://github.com/vikas-vpatil/universal_document_processor/issues
177
- changelog_uri: https://github.com/vikas-vpatil/universal_document_processor/blob/main/CHANGELOG.md
178
- documentation_uri: https://github.com/vikas-vpatil/universal_document_processor/blob/main/README.md
179
- funding_uri: https://github.com/sponsors/vikas-vpatil
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: