patient_zero 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/patient_zero/profile.rb +1 -1
- data/lib/patient_zero/version.rb +1 -1
- data/spec/patient_zero/profile_spec.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: 4024def469f47be91a5c4adf49c024e64d39fddb
|
4
|
+
data.tar.gz: 93429e3a2e9fcd04c96093d93044ff8a164178e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fa33fa7b2315c9606817c375236d67d3988ac540b891949c6a2aeb7356d6b08fe084e8a6d1ec9eb3fe8716a12f64bf86a60ef0f194fc83a3aabf87507dcaa0f
|
7
|
+
data.tar.gz: 4c45b2c1b326483bcd72c8c167b1a614c762924ab22ef809aeb49404c012c90c142319a470cb8dc472d2f620571d1ddbe0239bb10de22a2cb79013226493d172
|
data/lib/patient_zero/profile.rb
CHANGED
data/lib/patient_zero/version.rb
CHANGED
@@ -34,7 +34,7 @@ module PatientZero
|
|
34
34
|
end
|
35
35
|
|
36
36
|
describe '.find' do
|
37
|
-
let(:profile_response) { response_with_body
|
37
|
+
let(:profile_response) { response_with_body profile: profile_data }
|
38
38
|
before { allow(Profile.connection).to receive(:get).with("/social/api/v2/monitoring/profiles/#{id}", anything) { profile_response } }
|
39
39
|
|
40
40
|
it 'calls the profiles api endpoint' do
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: patient_zero
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Zaninovich
|
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
version: '0'
|
165
165
|
requirements: []
|
166
166
|
rubyforge_project:
|
167
|
-
rubygems_version: 2.
|
167
|
+
rubygems_version: 2.2.2
|
168
168
|
signing_key:
|
169
169
|
specification_version: 4
|
170
170
|
summary: A gem to use the Viral Heat API
|