medlink 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/medlink/configuration.rb +1 -1
- data/lib/medlink/version.rb +1 -1
- data/spec/cassettes/emails.yml +2 -2
- data/spec/cassettes/users.yml +2 -2
- 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: 4fad934e548a7a944f0c53e1888e3969230e3e86
|
4
|
+
data.tar.gz: 7ef8c9092c393477997709bd4f6f5cb65b82b3ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c99f442e9e70712e5e17644e06e5890e1069f500d584a588b68827d795b0c539a90bad1b0aaaf2ae921ad61cec25392ffca645d1cbfcb409e6aff86510ce6cf1
|
7
|
+
data.tar.gz: 7c0f97d8a55e7e6b7eea53250f351fbfb8ffb1b97ac8af791b5cb9533dc28cd3bed79aac52d91197b8640adfd3bcdc30db16ef38420d37b96e235a3c952329ba
|
data/lib/medlink/version.rb
CHANGED
data/spec/cassettes/emails.yml
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri:
|
5
|
+
uri: https://medlink.planning-de-garde.fr/api/emails
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"email":{"value":"test@domain.fr","source":"rspec"},"user":{"id":1,"first_name":"Julien","last_name":"Vilbert","profession":{"name":"Interne"}}}'
|
@@ -59,6 +59,6 @@ http_interactions:
|
|
59
59
|
encoding: UTF-8
|
60
60
|
string: '{"id":387,"value":"test@domain.fr","source":"rspec","verified":false,"user":{"id":1,"rpps":null,"first_name":"Julien","last_name":"Vibert","birthdate":"1990-07-16","ecn_year":2015,"ecn_ranking":1,"internat_end_year":2020,"finess_to_match":null,"institution_name":null,"city":{"id":1,"name":"Paris"},"speciality":{"id":1,"name":"Oncologie
|
61
61
|
médicale","duration":5},"profession":{"id":1,"code":"5","name":"Interne"},"institution":null}}'
|
62
|
-
http_version:
|
62
|
+
http_version:
|
63
63
|
recorded_at: Thu, 04 Feb 2016 13:46:25 GMT
|
64
64
|
recorded_with: VCR 3.0.1
|
data/spec/cassettes/users.yml
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: post
|
5
|
-
uri:
|
5
|
+
uri: https://medlink.planning-de-garde.fr/api/users/search
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"first_name":"Julien","last_name":"Vibert"}'
|
@@ -60,6 +60,6 @@ http_interactions:
|
|
60
60
|
string: '[{"id":1,"rpps":null,"first_name":"Julien","last_name":"Vibert","birthdate":"1990-07-16","ecn_year":2015,"ecn_ranking":1,"internat_end_year":2020,"finess_to_match":null,"institution_name":null,"city":{"id":1,"name":"Paris"},"speciality":{"id":1,"name":"Oncologie
|
61
61
|
médicale","duration":5},"profession":{"id":1,"code":"5","name":"Interne"},"institution":null},{"id":261054,"rpps":"810100584142","first_name":"Julien","last_name":"Vibert","birthdate":null,"ecn_year":null,"ecn_ranking":null,"internat_end_year":null,"finess_to_match":null,"institution_name":"","city":null,"speciality":{"id":34,"name":"Spécialiste
|
62
62
|
en Médecine Générale","duration":5},"profession":{"id":2,"code":"10","name":"Médecin"},"institution":null}]'
|
63
|
-
http_version:
|
63
|
+
http_version:
|
64
64
|
recorded_at: Thu, 04 Feb 2016 13:27:14 GMT
|
65
65
|
recorded_with: VCR 3.0.1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: medlink
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Etienne Depaulis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|