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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62307199d4dc325e1eb1e0fa8939125e82ed01df
4
- data.tar.gz: 867b0774f65a1f3e078026d57faa57dea9f28bb1
3
+ metadata.gz: 4fad934e548a7a944f0c53e1888e3969230e3e86
4
+ data.tar.gz: 7ef8c9092c393477997709bd4f6f5cb65b82b3ff
5
5
  SHA512:
6
- metadata.gz: 98b10b3160fc2faad612a5d284768361489ca06c1b60656ec9ee13c1458cf9f750cb7e961b8156fad77e921e48e4d4748e4b49fe90464c666352f90ba57a6f07
7
- data.tar.gz: 0c4866574bcf83d5cb82658dc6d5e089f38e55ae799200a631038d869362a6d9e6a39e72b732573889e3a06091f17d9a9d57f46c489dfff64813d8a62d226310
6
+ metadata.gz: c99f442e9e70712e5e17644e06e5890e1069f500d584a588b68827d795b0c539a90bad1b0aaaf2ae921ad61cec25392ffca645d1cbfcb409e6aff86510ce6cf1
7
+ data.tar.gz: 7c0f97d8a55e7e6b7eea53250f351fbfb8ffb1b97ac8af791b5cb9533dc28cd3bed79aac52d91197b8640adfd3bcdc30db16ef38420d37b96e235a3c952329ba
@@ -3,7 +3,7 @@ module Medlink
3
3
  attr_accessor :site, :token
4
4
 
5
5
  def initialize
6
- @site = "http://medlink.planning-de-garde.fr/"
6
+ @site = "https://medlink.planning-de-garde.fr/"
7
7
  end
8
8
  end
9
9
 
@@ -1,3 +1,3 @@
1
1
  module Medlink
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: post
5
- uri: http://medlink.planning-de-garde.fr/api/emails
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
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: post
5
- uri: http://medlink.planning-de-garde.fr/api/users/search
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.1
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-07-12 00:00:00.000000000 Z
11
+ date: 2016-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler