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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/pdfx/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: 62fa1f49bf19740c911bcadbe5b45b78a8731749c67efba4552b2828dacbd4e9
|
|
4
|
+
data.tar.gz: 7efcd3373b58816d4ee11f1278d2911267ae0ff380196861593f7a12262497a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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
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.
|
|
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/
|
|
28
|
+
homepage: https://github.com/solisoft/pdfx-gem
|
|
29
29
|
licenses:
|
|
30
30
|
- MIT
|
|
31
31
|
metadata:
|
|
32
|
-
homepage_uri: https://github.com/solisoft/
|
|
33
|
-
source_code_uri: https://github.com/solisoft/
|
|
34
|
-
changelog_uri: https://github.com/solisoft/
|
|
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:
|