pdfx 0.1.0 → 0.1.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: 125dd0c7576da8187166eb9764471eff0eae685a051243b34b81efa38e037ee8
4
- data.tar.gz: 16845fc743aff9ba65790b1017625de2f915ab5a61d557da7d5693935bec5a46
3
+ metadata.gz: 62fa1f49bf19740c911bcadbe5b45b78a8731749c67efba4552b2828dacbd4e9
4
+ data.tar.gz: 7efcd3373b58816d4ee11f1278d2911267ae0ff380196861593f7a12262497a2
5
5
  SHA512:
6
- metadata.gz: 3770b595eb79c8b0ddb64c8aa3457f546c886b5bd6f382aceebb885fa3b9d14148025d859a955dd771ee122d2e9b7be5b319ccf3023a063c25b12be5ffcbe6ac
7
- data.tar.gz: '048946256d8d7cf96c81facc3c15a803df3f6a9bf15e9e17735b72ad2c4eb4d12e71da52514eebbd75d99f154bb6932440eb9609be36d569474fc76a695c358c'
6
+ metadata.gz: b6068ba4c45fbbcd5126339b7cd21dfae0dec2228984512dfbf0bd4eea751cd156cec3db7c539ad1d75d891c5baf333269142bec4f2a4ea362e9b0119d946374
7
+ data.tar.gz: f62549b374c3fe8b11f435e825bb0f929e61b8ea26bb26920fa109841371e35867bade2b96b11627b0d596ff5957bde248ffa3b082869e76332b43889affe73d
data/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.1] - 2025-11-30
9
+
10
+ - Update bad github link
11
+
8
12
  ## [0.1.0] - 2025-11-30
9
13
 
10
14
  ### Added
data/README.md CHANGED
@@ -157,7 +157,7 @@ After checking out the repo, run `bundle install` to install dependencies.
157
157
 
158
158
  ## Contributing
159
159
 
160
- Bug reports and pull requests are welcome on GitHub at https://github.com/solisoft/ruby-pdfx.
160
+ Bug reports and pull requests are welcome on GitHub at https://github.com/solisoft/pdfx-gem.
161
161
 
162
162
  ## License
163
163
 
data/lib/pdfx/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pdfx
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Bonnaure
@@ -25,13 +25,13 @@ files:
25
25
  - lib/pdfx/client.rb
26
26
  - lib/pdfx/errors.rb
27
27
  - lib/pdfx/version.rb
28
- homepage: https://github.com/solisoft/ruby-pdfx
28
+ homepage: https://github.com/solisoft/pdfx-gem
29
29
  licenses:
30
30
  - MIT
31
31
  metadata:
32
- homepage_uri: https://github.com/solisoft/ruby-pdfx
33
- source_code_uri: https://github.com/solisoft/ruby-pdfx
34
- changelog_uri: https://github.com/solisoft/ruby-pdfx/blob/main/CHANGELOG.md
32
+ homepage_uri: https://github.com/solisoft/pdfx-gem
33
+ source_code_uri: https://github.com/solisoft/pdfx-gem
34
+ changelog_uri: https://github.com/solisoft/pdfx-gem/blob/main/CHANGELOG.md
35
35
  post_install_message:
36
36
  rdoc_options: []
37
37
  require_paths: