simple_http_service 0.1.3.1 → 0.1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/simple_http_service/version.rb +1 -1
- data/simple_http_service.gemspec +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c214f1f938b020e80596d7c6e2eba2828a18f42d5b5b5ad77ffa740aaf52551
|
4
|
+
data.tar.gz: ca43b01ce18f3d49ca3f56611c055c301f34d15cd4daa54f74933961a7ffcc0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4feb2bceb9c102b867aa43056848944b3aed74cf106e31477a1c79de1d7af57789e690509846cfcd877407a2bbac91613c4c3255d16aea76a695b04bc2183c20
|
7
|
+
data.tar.gz: 1686c396f063a1acb598ac08326394a1a6e74bebb970f396386786de043b8e9a7bc4668fadd22f3979f637778e3c618b33be0a904fb7419f464a54badfa60255
|
data/simple_http_service.gemspec
CHANGED
@@ -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 = '
|
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.
|
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:
|
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: []
|