yobi-http 0.12.1 → 0.12.2

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 +9 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb20dc471298499f2ba3baa43cd51e83039cf67935544fe1f0299de33e709b4c
4
- data.tar.gz: 9df3715695a95f5c23b506f1568b4bc42d3ecbe1e031bc6aab6e20d69b482a5d
3
+ metadata.gz: 7efd95af878b93f23bcd1cf7818ba462149167ef20a3fdba36329bd3244ddd09
4
+ data.tar.gz: 4a7e891936fbeb1aaf858d3becfb28c17a0816e16a0202619ed38ab8e2fbf655
5
5
  SHA512:
6
- metadata.gz: b7761b5b83c95b4f8dafcadb20e9c7ab7463fc93f2c4d9334e2de37516ac5990ba5915deffc1dbce0a12f7ceb390d4a4b62b796590b3c966975dbe382ccefb8c
7
- data.tar.gz: 342112ecb2fe37dbe4ce278353850207db149eef0cf1bfd088f4d1d646a563771756b481b3eaa76d83a081d3f2e9bea0ebb0457654d95543a2c9c9f0ac024c35
6
+ metadata.gz: e6d6df9a77745606a84a9105764634eaae1f45fd1b30737853431c128eb2d03595f61c3f2f002f71cd8218c653e93110f60bdf03969653e12a3d5f936faae6a8
7
+ data.tar.gz: af7229d3a2792de4ab88291375af5b1b71fb9be4a25cbe42c0390366397b394ee08dbbfa0043c8ac7a1c775e03657361c34a8ce261911917ae524777644f9327
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.2"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Vinciguerra
@@ -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 _(GET, POST, PUT, DELETE, etc.)_
49
+ * Customizable request +headers+ and +body+
50
+ * Pretty-printed responses with _syntax highlighting_
51
+ * _Download mode_ saves response content to a file
52
+ * _Low dependency_ and _easy installation_
52
53
  email:
53
54
  - daniel.vinciguerra@bivee.com.br
54
55
  executables: