simple_http_service 0.1.3.1 → 0.1.3.2

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: c7c195867abe82120d880532c31e0c518ab87e7001763dc0e1a8fc02d351e7d5
4
- data.tar.gz: 8845e334375eb686e0442868094e943aae801334b630d32917b5f50896ac4aae
3
+ metadata.gz: 5c214f1f938b020e80596d7c6e2eba2828a18f42d5b5b5ad77ffa740aaf52551
4
+ data.tar.gz: ca43b01ce18f3d49ca3f56611c055c301f34d15cd4daa54f74933961a7ffcc0b
5
5
  SHA512:
6
- metadata.gz: 2f7e9b037f653ec0e8b7c59b6ae8eb8117aca42c7efc5ad79d14b9ab76cfcc3608999a3dada298830382e8b25f020110289f05011a6ba77165f56b69d8547df2
7
- data.tar.gz: 12bff865b7f88b961f2ad3fe22f9f40d0a8ea618ca0404943ffd221771f66e8e1791794593256093894a96f8781a0343337a54fec65c818041340e150c9be7ee
6
+ metadata.gz: 4feb2bceb9c102b867aa43056848944b3aed74cf106e31477a1c79de1d7af57789e690509846cfcd877407a2bbac91613c4c3255d16aea76a695b04bc2183c20
7
+ data.tar.gz: 1686c396f063a1acb598ac08326394a1a6e74bebb970f396386786de043b8e9a7bc4668fadd22f3979f637778e3c618b33be0a904fb7419f464a54badfa60255
@@ -1,3 +1,3 @@
1
1
  module SimpleHttpService
2
- VERSION = "0.1.3.1"
2
+ VERSION = "0.1.3.2"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Gokul (gklsan)"]
10
10
  spec.email = ["pgokulmca@gmail.com"]
11
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
- spec.description = 'Welcome to SimpleHttpService gem'
12
+ spec.description = '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.'
13
13
  spec.homepage = "https://github.com/gklsan/simple_http_service"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_http_service
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.1
4
+ version: 0.1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gokul (gklsan)
@@ -66,7 +66,9 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
- description: Welcome to SimpleHttpService gem
69
+ description: SimpleHttpService is a simple Ruby library to make HTTP requests with
70
+ customizable options for headers, timeouts, and retries. It provides a convenient
71
+ way to create and send HTTP requests using a clean and simple interface.
70
72
  email:
71
73
  - pgokulmca@gmail.com
72
74
  executables: []