get_response_api 0.3.1 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: faa55fdb07608a9138626914d8bd09a6dd502e1a
4
- data.tar.gz: 4654955aef22a0d963a36488422b51a5a2933b32
3
+ metadata.gz: 000a55afbc9157547b17af0fc8bd3ea341a2520e
4
+ data.tar.gz: 7a8430c5002abcdf8507f1ebf2a163a57f6cb596
5
5
  SHA512:
6
- metadata.gz: 7c63b410274b4c2969a9f32d4ea122bf6ae5a24be648c47ab7ed3afc8bc59ab31b2e857cabda9a9248103c16d565644832877a6af01b82f08a97e086e8211ec7
7
- data.tar.gz: 80e389d366af43cefad7dc7d9ab9aee4b0b2dce311fa3e48fefb9580da924573ef26db853e0b07bd572575f3a88bc7c6582c012f729f8f62578bd94d5bd2b3af
6
+ metadata.gz: ddbf7697d6cb7f3ef13d65c4863c790549fb8c55069be1cb33b7a61e7e6ee465d7a5695d23e22af6d2c8bd1659a8d2f6c42836f867ed70a29999e5755380abda
7
+ data.tar.gz: 318a259f293c9c2dc1cb27abf5995b59c56e2a644200ad11da71e1b393768660f4833efe5724702019396d482030ab53a969a4df7d7dffb1b35855f9017ad3ea
@@ -20,12 +20,11 @@ module GetResponseApi
20
20
 
21
21
  private
22
22
 
23
- def http_request(request, path, body: {}, headers: {})
23
+ def http_request(request, path, headers: {})
24
24
  headers.merge!(auth)
25
25
  HTTParty.public_send(
26
26
  request,
27
27
  "#{API_ENDPOINT}#{path}",
28
- body: body.to_json,
29
28
  headers: headers,
30
29
  timeout: TIMEOUT
31
30
  )
@@ -1,3 +1,3 @@
1
1
  module GetResponseApi
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: get_response_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juliane Lima
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-02-27 00:00:00.000000000 Z
12
+ date: 2019-05-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler