athena_health 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/athena_health/connection.rb +1 -1
- data/lib/athena_health/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a36875b263e3bbdcc65426d76596edbc50aad73
|
4
|
+
data.tar.gz: 8cf7080271f235b56a629f27f86b312a88f25016
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1637242281996ff403293b7c3a051112fe829bd1f0910f9a2da3dcb0fdd1e52743c1589c0516c4e1d3c4b2f2bbbb9849bb51b4323327d7ce11830a2d0a331421
|
7
|
+
data.tar.gz: 7334fe32b3866b8c7b647cf23c29b7416530482d2ad0300577e68885ad678c4068ba431101a875547a24677b17706336343be92c0172a91d410c6b873200e068
|
@@ -34,7 +34,7 @@ module AthenaHealth
|
|
34
34
|
|
35
35
|
if response.response_code == 401 && !second_call
|
36
36
|
authenticate
|
37
|
-
return call(endpoint: endpoint, method: method, second_call: true)
|
37
|
+
return call(endpoint: endpoint, method: method, second_call: true, body: body, params: params)
|
38
38
|
end
|
39
39
|
|
40
40
|
body = response.response_body
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: athena_health
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mateusz Urbański
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|