pdfify-client 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 +7 -1
- data/lib/pdfify/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: a1350ddaa9875ca2e9d4b10a24e16d76ca8d7977a85a270e009a35577979d21b
|
|
4
|
+
data.tar.gz: '094201f9245a27e202529796886d49e14350a770c537bdf7cb09bdba1e33e08b'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6335fdc2ba8affb5a7e8f6ddfb4f087989f572ec9a6d57f2407e0e76344ddb2e9775372287a626417ce23220fd02f4c34f8ba488db70b23e90e14ed949db5b7
|
|
7
|
+
data.tar.gz: 53e0d24fe92717a3d8cc8b013ef9564714b524c179d9481332a0f87d293c7d21e355632b5633474bf379953ce93cf4a049c9ee28615f437d485218a6f68e9c82
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ 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] - 2026-01-25
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Updated GitHub repository URLs in gemspec metadata
|
|
12
|
+
|
|
8
13
|
## [0.1.0] - 2026-01-25
|
|
9
14
|
|
|
10
15
|
### Added
|
|
@@ -25,4 +30,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
25
30
|
- Custom error classes for better error handling
|
|
26
31
|
- HTTParty-based HTTP client
|
|
27
32
|
|
|
28
|
-
[0.1.
|
|
33
|
+
[0.1.1]: https://github.com/almokhtarbr/pdfify-client/releases/tag/v0.1.1
|
|
34
|
+
[0.1.0]: https://github.com/almokhtarbr/pdfify-client/releases/tag/v0.1.0
|
data/lib/pdfify/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pdfify-client
|
|
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
|
- almokhtar
|
|
@@ -81,13 +81,13 @@ files:
|
|
|
81
81
|
- lib/pdfify/client.rb
|
|
82
82
|
- lib/pdfify/configuration.rb
|
|
83
83
|
- lib/pdfify/version.rb
|
|
84
|
-
homepage: https://github.com/
|
|
84
|
+
homepage: https://github.com/almokhtarbr/pdfify-client
|
|
85
85
|
licenses:
|
|
86
86
|
- MIT
|
|
87
87
|
metadata:
|
|
88
|
-
homepage_uri: https://github.com/
|
|
89
|
-
source_code_uri: https://github.com/
|
|
90
|
-
changelog_uri: https://github.com/
|
|
88
|
+
homepage_uri: https://github.com/almokhtarbr/pdfify-client
|
|
89
|
+
source_code_uri: https://github.com/almokhtarbr/pdfify-client
|
|
90
|
+
changelog_uri: https://github.com/almokhtarbr/pdfify-client/blob/main/CHANGELOG.md
|
|
91
91
|
post_install_message:
|
|
92
92
|
rdoc_options: []
|
|
93
93
|
require_paths:
|