chatpdf 1.0.2 → 1.0.3

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: a9f77afb8bc17062d85067b29250dcaf18decae05196c735ad819f9b8d0f648b
4
- data.tar.gz: 295cdc19cb5441a99698f2615126fa8632f1c682c0eb1c94ed2803e83cd5d213
3
+ metadata.gz: 6ad26d10c64d768f198a3591155f1913bc212b281425ad890a18bb3a31a040d5
4
+ data.tar.gz: ae310766314c09d0aa5ce5f983afdec8feb5a02b78e61f011ee6e973e33f2894
5
5
  SHA512:
6
- metadata.gz: adfae23585d4ae17366a96475991596e2dba7a927782d1abbad9f3e9d29d9f7224c19d64a794804e1835c11c416d45bba2183e5c7116687de3ef8d1a52185051
7
- data.tar.gz: 0dc0e041018f12a25b5cfad942f525edfd57d7645bc59c35477d73ea4cdb2a552c1016df0672db44f1e25475bd58a99784defec46ba1f2704ff146d54a691ff8
6
+ metadata.gz: 9cff76ccd0c1b1ea021cff3dea3680f2423d504f3545653a24673a55bf24d3f5a5197782b3b9086f314f42cfb6b95488a045934307112a8e7bee34781d47308d
7
+ data.tar.gz: 6c3a1e04be6f1f743f699f8ce53b981502ab9c5cbf6731d5e73d5c812667140c054fdbca4cf080e0e842b97091d401aba0fa8d0ddecd56513aed19afdaf98207
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  ## [Unreleased]
2
2
  - None
3
3
 
4
+ ## [1.0.3] - 2025-06-03
5
+ - Update Gem details
6
+
4
7
  ## [1.0.2] - 2025-06-03
5
8
  - Allow working without Rails.
6
9
  - Raise error if api key is not configured.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- chatpdf (1.0.2)
4
+ chatpdf (1.0.3)
5
5
  httparty (~> 0.23.1)
6
6
 
7
7
  GEM
data/chatpdf.gemspec CHANGED
@@ -9,7 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.summary = "ChatPDF ruby gem around the ChatPDF API"
10
10
  s.description = "Chatpdf is a ruby gem around the ChatPDF API"
11
11
  s.authors = ["Abhishek Kanojia"]
12
- s.email = "abhishek.kanojia3193@gmail.com"
12
+ s.email = "abhishekka3193@gmail.com"
13
+ s.homepage = "https://github.com/abhishekkanojia/chatpdf"
13
14
  s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
14
15
  s.bindir = "exe"
15
16
  s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Chatpdf
4
- VERSION = "1.0.2"
4
+ VERSION = "1.0.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chatpdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abhishek Kanojia
@@ -39,7 +39,7 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.23.1
41
41
  description: Chatpdf is a ruby gem around the ChatPDF API
42
- email: abhishek.kanojia3193@gmail.com
42
+ email: abhishekka3193@gmail.com
43
43
  executables: []
44
44
  extensions: []
45
45
  extra_rdoc_files: []