minato-utils 0.1.2 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 959e77004e8dcf1b83136526b298e078ad52ce0556822dd5b8c5ac89b8387b88
4
- data.tar.gz: 0c4c96c0da914527cf0d1944d74b49d462350263014b5c50bd53366eb0587a8e
3
+ metadata.gz: 84bb117dbbbcf6bf31612daa756ad13e61600c08e38ec54c04b4263b976834f8
4
+ data.tar.gz: 3078459fe9e9407f308badf327a14b06d35c6af299c4adfaf9e676dc29c5e118
5
5
  SHA512:
6
- metadata.gz: d9a4a715c8769add21b8bd40b897514bd42bcc3a70b9536d75badcca366502ef66cf8d202cb4baf00aff1a9e937dd5b024a512e5fa162cfcc94e98d74f417b7c
7
- data.tar.gz: c832425e2775bd5c80e687a1f3b7cdc70ef45d28c7e65cb42a5e02a6399c6c58572858895ea651bad15ecc08dbe0a5826a912d57bf57ab3838fa3857446052ab
6
+ metadata.gz: c6ea6f8b2b115c23144522e16b46e59232d24cefa26798fcc15035fb48acb9deef1dce3dfdd6060af1b74850540e126354e9293504f4c7bb6b4c7340a1ba3900
7
+ data.tar.gz: c7d92e4d79230065b4f8fffc67a40cfd6d7dc7149fa4b7cec01fa67236911ead7c38fb769d3a552ef77fce900377a011e678eb9bf595cedfffafbdb5e35d3a25
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- minato-utils (0.1.2)
4
+ minato-utils (0.1.3)
5
5
  activesupport (~> 6.0)
6
6
  httparty (~> 0.18)
7
7
 
@@ -11,7 +11,7 @@ module Minato
11
11
  raise_exception(response) if response_error?(response)
12
12
 
13
13
  if(return_header)
14
- { body: Common::Utils.parse_json(response.body), header: response.header }
14
+ { body: Minato::Utils::Helpers.parse_json(response.body), header: response.header }
15
15
  else
16
16
  Minato::Utils::Helpers.parse_json(response.body)
17
17
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Minato
4
4
  module Utils
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
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.1.2
4
+ version: 0.1.3
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-06 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport