minato-utils 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f88994984a0fbd362ae44d5f34443bd0a52b4b2589f3ff1b97ecb71862bdc50
4
- data.tar.gz: b643b6318b6e8f65d48ec95392dcacf15acbff7f52703f5e9602c6aa3124106c
3
+ metadata.gz: 6bc10d814c0e9102aad2fc41b3f36ee3bf42e8e62221e855967c1e7839a98e80
4
+ data.tar.gz: 0b1c1fbf289d59ff9db246f838c2ad46c625cd5990429af7e06ce4926aaf4db3
5
5
  SHA512:
6
- metadata.gz: cd59b12ca9e791f757fd087c586986164fab8d89f1e17295c82db38ebc3e72e219e9713d6eb6e2dca3b7cabd7e41dc12713f2942d2441f42f6a33889d981497f
7
- data.tar.gz: bfadf8821af63c1855aa07ceb66fdea891ac543d101e8d4b3ed5a3450d8e2ceef5c15ecc1a502b76e8ef7e2c66cbab0960a00f1b044cccd201faa1fa6ee4a93f
6
+ metadata.gz: 007ea958aecc24ddcf66c158100368763001981a5aa19e529f646e62f020fe17a12778e0587e3422d3690719868d23dca0ba91556ec31965c9b48ab75f9cbcec
7
+ data.tar.gz: 55b48408b7cfa0d53ee20679edc8050f63bcefe13428e092e772b33f100ae890832e07de1dbca7b68761434b75eda50d23eb2a08e2cc145ce46663d32c2746a7
data/README.md CHANGED
@@ -46,16 +46,16 @@ Para usar o cliente você vai precisar iniciar ele com `base_uri` e
46
46
  client = Minato::Utils::Client.new(base_uri: 'http://www.test.com', default_options: headers: { 'Content-type' => 'application/json' })
47
47
  ```
48
48
 
49
- Você pode usar todos os métodos HTTP para fazer requisições.
50
- Além disso, é possível adicionar mais opções ou sobrescrever o padrão usando o
51
- método `params`:
49
+ Você pode usar todos os métodos HTTP para fazer requisições. Além disso, é
50
+ possível adicionar mais opções ou sobrescrever o padrão usando o método
51
+ `params`:
52
52
 
53
53
  ```ruby
54
54
  client.get('/path', headers: { 'X-Session-Token' => '123' })
55
55
  ```
56
56
 
57
- As falhas de solicitação irão gerar uma exceção do tipo `Minato::Utils::<Exception>`.
58
- As possíveis exceções são:
57
+ As falhas de solicitação produzirão uma exceção do tipo
58
+ `Minato::Utils::<Exception>`. As possíveis exceções são:
59
59
 
60
60
  ```ruby
61
61
  Minato::Utils::BadRequest
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Minato
4
4
  module Utils
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minato-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ferreri
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-23 00:00:00.000000000 Z
11
+ date: 2021-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -226,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
226
226
  - !ruby/object:Gem::Version
227
227
  version: '0'
228
228
  requirements: []
229
- rubygems_version: 3.2.32
229
+ rubygems_version: 3.1.6
230
230
  signing_key:
231
231
  specification_version: 4
232
232
  summary: Minato Ruby Utils