yobi-http 0.12.1 → 0.12.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yobi/version.rb +1 -1
  3. metadata +10 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb20dc471298499f2ba3baa43cd51e83039cf67935544fe1f0299de33e709b4c
4
- data.tar.gz: 9df3715695a95f5c23b506f1568b4bc42d3ecbe1e031bc6aab6e20d69b482a5d
3
+ metadata.gz: 2f6c3d121288f8be81462aaddc7e38a9fb26845fd4751d839458979e3d935e4d
4
+ data.tar.gz: 8302b717557971b6c1cf321ce1564ee2d466b3ae539615476563397f4564c92f
5
5
  SHA512:
6
- metadata.gz: b7761b5b83c95b4f8dafcadb20e9c7ab7463fc93f2c4d9334e2de37516ac5990ba5915deffc1dbce0a12f7ceb390d4a4b62b796590b3c966975dbe382ccefb8c
7
- data.tar.gz: 342112ecb2fe37dbe4ce278353850207db149eef0cf1bfd088f4d1d646a563771756b481b3eaa76d83a081d3f2e9bea0ebb0457654d95543a2c9c9f0ac024c35
6
+ metadata.gz: bbfd154631d0368c482945ff2a72519a02612c18757a65c24a0ca72881ba4e05d7b8737971af0efc3199eda367fa033b5d0839330e8876d109b65fab43c2059c
7
+ data.tar.gz: 06cc2d5e0cecf1a536975a9edbd6ab3f1c014dd9741df6f9420418ae9832ad41be55f802c87a37088ce05d4210232a9791950e257ac349460c9e346cce21faa1
data/lib/yobi/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Yobi
4
4
  # Yobi gem version
5
- VERSION = "0.12.1"
5
+ VERSION = "0.12.3"
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yobi-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Vinciguerra
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-02-24 00:00:00.000000000 Z
10
+ date: 2026-02-25 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: base64
@@ -38,17 +38,18 @@ dependencies:
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0.7'
40
40
  description: |
41
- Yobi is a terminal tool to make HTTP requests and display responses in a friendly way inspired by HTTPie.
41
+ +Yobi+ is a terminal tool to make +HTTP+ requests and display responses in a friendly way inspired by HTTPie.
42
42
 
43
43
  It allows you to easily send HTTP requests and view the responses in a human-readable format, making it easier
44
44
  to debug and test APIs from the command line.
45
45
 
46
- The main features of Yobi include:
47
- * Support for various HTTP methods (GET, POST, PUT, DELETE, etc.)
48
- * Customizable request headers and body
49
- * Pretty-printed responses with syntax highlighting
50
- * Download response content to a file
51
- * Low dependency and easy installation
46
+ === The main features of Yobi include:
47
+
48
+ * Support for various HTTP methods <i>(GET, POST, PUT, DELETE, etc.)</i>
49
+ * Customizable request +headers+ and +body+
50
+ * Pretty-printed responses with <i>syntax highlighting</i>
51
+ * <i>Download mode</i> saves response content to a file
52
+ * <i>Low dependency</i> and <i>easy installation</i> via RubyGems
52
53
  email:
53
54
  - daniel.vinciguerra@bivee.com.br
54
55
  executables: