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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -1
  3. data/lib/pdfify/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 658d0d93dae647bc25b7610eea5314ac06496453fddd0ced2d0e19e5cd497629
4
- data.tar.gz: d5658389ef7da0b6db2a1121b01997bdf8042bfde084639ad98e50bb54a5f286
3
+ metadata.gz: a1350ddaa9875ca2e9d4b10a24e16d76ca8d7977a85a270e009a35577979d21b
4
+ data.tar.gz: '094201f9245a27e202529796886d49e14350a770c537bdf7cb09bdba1e33e08b'
5
5
  SHA512:
6
- metadata.gz: 0f387017b286d41b50a8eeb6ca9c81140d160d46f63199c293547e7a14373f0ccfd73623c73d0a6a6be6d10a3dd222306f9847efed9ca74872c5657c163e3f13
7
- data.tar.gz: 586a730c20cafc9d274a24a7b4dcdba56812ae086aacc480aabf3e93a7b0cc8c80e9472c68581de885d12a1a26a372ab5f4bc2aa4de69d9494291868902b7e4f
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.0]: https://github.com/yourusername/pdfify-ruby/releases/tag/v0.1.0
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
@@ -1,3 +1,3 @@
1
1
  module PDFify
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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/yourusername/pdfify-ruby
84
+ homepage: https://github.com/almokhtarbr/pdfify-client
85
85
  licenses:
86
86
  - MIT
87
87
  metadata:
88
- homepage_uri: https://github.com/yourusername/pdfify-ruby
89
- source_code_uri: https://github.com/yourusername/pdfify-ruby
90
- changelog_uri: https://github.com/yourusername/pdfify-ruby/blob/main/CHANGELOG.md
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: