iki-http 1.0.0
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 +7 -0
- metadata +58 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 299e7bff09aee36d46f395c0bba7558ddb3c654c95d60a5f96af467dc1d9787c
|
|
4
|
+
data.tar.gz: 54ce0f6e044e2bb5920432e9092c686e87fedee2fe550a94f4b692063083e9ce
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: a98e774e4a735a6b335d4cbc20b5b7de129a9c8a88937866b28f380f6a6d48efd16774fcf693be0db08590d5c2324f811ba8704cc99f8dbc84e6299331f8e0f4
|
|
7
|
+
data.tar.gz: bf46a25d917a585765b86128d56ef51613a883b2be5489316a2f8373570722a6f71eb283a06d2f654e1c65d283e88293acc2d52dfa0f8194a10c67905996bb69
|
metadata
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: iki-http
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Daniel Vinciguerra
|
|
8
|
+
bindir: exe
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 2026-02-10 00:00:00.000000000 Z
|
|
11
|
+
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: tty-markdown
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - "~>"
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: '0.7'
|
|
19
|
+
type: :runtime
|
|
20
|
+
prerelease: false
|
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
requirements:
|
|
23
|
+
- - "~>"
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: '0.7'
|
|
26
|
+
description: iki is a simple HTTP client for testing APIs from the command line built
|
|
27
|
+
with Ruby
|
|
28
|
+
email:
|
|
29
|
+
- daniel.vinciguerra@bivee.com.br
|
|
30
|
+
executables: []
|
|
31
|
+
extensions: []
|
|
32
|
+
extra_rdoc_files: []
|
|
33
|
+
files: []
|
|
34
|
+
homepage: https://github.com/dvinciguerra/iki-http
|
|
35
|
+
licenses: []
|
|
36
|
+
metadata:
|
|
37
|
+
homepage_uri: https://github.com/dvinciguerra/iki-http
|
|
38
|
+
source_code_uri: https://github.com/dvinciguerra/iki-http
|
|
39
|
+
changelog_uri: https://github.com/dvinciguerra/iki-http/blob/main/CHANGELOG.md
|
|
40
|
+
rdoc_options: []
|
|
41
|
+
require_paths:
|
|
42
|
+
- lib
|
|
43
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: 3.0.0
|
|
48
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
|
+
requirements:
|
|
50
|
+
- - ">="
|
|
51
|
+
- !ruby/object:Gem::Version
|
|
52
|
+
version: '0'
|
|
53
|
+
requirements: []
|
|
54
|
+
rubygems_version: 3.6.2
|
|
55
|
+
specification_version: 4
|
|
56
|
+
summary: iki is a simple HTTP client for testing APIs from the command line built
|
|
57
|
+
with Ruby
|
|
58
|
+
test_files: []
|