simple_http_service 0.1.3 → 0.1.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfcba7034450ba90242f97e6ab4feb699023261ed51e13faf91d63e666d7eb28
4
- data.tar.gz: 6711378a9469e4445aa34973f6ff837732380ac0b1a952fd52974ed3e54783af
3
+ metadata.gz: 5c214f1f938b020e80596d7c6e2eba2828a18f42d5b5b5ad77ffa740aaf52551
4
+ data.tar.gz: ca43b01ce18f3d49ca3f56611c055c301f34d15cd4daa54f74933961a7ffcc0b
5
5
  SHA512:
6
- metadata.gz: 98a916ddc808ff5b7601a153c7037d2c67578b4e1e78bc3be81c8ae97b027fdebf82a375420eb74dad473b8fe0a68cbb9fb811e13936aa4b588ea46030377f7f
7
- data.tar.gz: 8e208212d8166c177a3e66ac421723895067a8f7de5ba97360fc163aaf01598fc40d2e43b23ab7b2eee88c5820bef0ad3de5040e893b9c1afc47c814e842421f
6
+ metadata.gz: 4feb2bceb9c102b867aa43056848944b3aed74cf106e31477a1c79de1d7af57789e690509846cfcd877407a2bbac91613c4c3255d16aea76a695b04bc2183c20
7
+ data.tar.gz: 1686c396f063a1acb598ac08326394a1a6e74bebb970f396386786de043b8e9a7bc4668fadd22f3979f637778e3c618b33be0a904fb7419f464a54badfa60255
@@ -1,3 +1,3 @@
1
1
  module SimpleHttpService
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.3.2"
3
3
  end
@@ -8,8 +8,8 @@ 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'
12
- spec.description = '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
+ 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,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.2
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
@@ -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: []
@@ -113,5 +115,7 @@ requirements: []
113
115
  rubygems_version: 3.3.26
114
116
  signing_key:
115
117
  specification_version: 4
116
- summary: Welcome to SimpleHttpService gem
118
+ summary: SimpleHttpService is a simple Ruby library to make HTTP requests with customizable
119
+ options for headers, timeouts, and retries. It provides a convenient way to create
120
+ and send HTTP requests using a clean and simple interface.
117
121
  test_files: []