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 +4 -4
- data/lib/simple_http_service/version.rb +1 -1
- data/simple_http_service.gemspec +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7c195867abe82120d880532c31e0c518ab87e7001763dc0e1a8fc02d351e7d5
|
4
|
+
data.tar.gz: 8845e334375eb686e0442868094e943aae801334b630d32917b5f50896ac4aae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f7e9b037f653ec0e8b7c59b6ae8eb8117aca42c7efc5ad79d14b9ab76cfcc3608999a3dada298830382e8b25f020110289f05011a6ba77165f56b69d8547df2
|
7
|
+
data.tar.gz: 12bff865b7f88b961f2ad3fe22f9f40d0a8ea618ca0404943ffd221771f66e8e1791794593256093894a96f8781a0343337a54fec65c818041340e150c9be7ee
|
data/simple_http_service.gemspec
CHANGED
@@ -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 = '
|
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-
|
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:
|
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: []
|