simple_http_service 0.1.3 → 0.1.3.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: cfcba7034450ba90242f97e6ab4feb699023261ed51e13faf91d63e666d7eb28
4
- data.tar.gz: 6711378a9469e4445aa34973f6ff837732380ac0b1a952fd52974ed3e54783af
3
+ metadata.gz: c7c195867abe82120d880532c31e0c518ab87e7001763dc0e1a8fc02d351e7d5
4
+ data.tar.gz: 8845e334375eb686e0442868094e943aae801334b630d32917b5f50896ac4aae
5
5
  SHA512:
6
- metadata.gz: 98a916ddc808ff5b7601a153c7037d2c67578b4e1e78bc3be81c8ae97b027fdebf82a375420eb74dad473b8fe0a68cbb9fb811e13936aa4b588ea46030377f7f
7
- data.tar.gz: 8e208212d8166c177a3e66ac421723895067a8f7de5ba97360fc163aaf01598fc40d2e43b23ab7b2eee88c5820bef0ad3de5040e893b9c1afc47c814e842421f
6
+ metadata.gz: 2f7e9b037f653ec0e8b7c59b6ae8eb8117aca42c7efc5ad79d14b9ab76cfcc3608999a3dada298830382e8b25f020110289f05011a6ba77165f56b69d8547df2
7
+ data.tar.gz: 12bff865b7f88b961f2ad3fe22f9f40d0a8ea618ca0404943ffd221771f66e8e1791794593256093894a96f8781a0343337a54fec65c818041340e150c9be7ee
@@ -1,3 +1,3 @@
1
1
  module SimpleHttpService
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.3.1"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = SimpleHttpService::VERSION
9
9
  spec.authors = ["Gokul (gklsan)"]
10
10
  spec.email = ["pgokulmca@gmail.com"]
11
- spec.summary = 'Welcome to SimpleHttpService gem'
11
+ spec.summary = 'SimpleHttpService is a simple Ruby library to make HTTP requests with customizable options for headers, timeouts, and retries. It provides a convenient way to create and send HTTP requests using a clean and simple interface.'
12
12
  spec.description = 'Welcome to SimpleHttpService gem'
13
13
  spec.homepage = "https://github.com/gklsan/simple_http_service"
14
14
  spec.license = "MIT"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_http_service
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gokul (gklsan)
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-12 00:00:00.000000000 Z
11
+ date: 2024-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -113,5 +113,7 @@ requirements: []
113
113
  rubygems_version: 3.3.26
114
114
  signing_key:
115
115
  specification_version: 4
116
- summary: Welcome to SimpleHttpService gem
116
+ summary: SimpleHttpService is a simple Ruby library to make HTTP requests with customizable
117
+ options for headers, timeouts, and retries. It provides a convenient way to create
118
+ and send HTTP requests using a clean and simple interface.
117
119
  test_files: []