libriciel 0.1.4 → 0.1.5

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
  SHA256:
3
- metadata.gz: 9d8579e1407573197fe75fbbbf76b522752e2fc0cca1614c62225b8fed00ffeb
4
- data.tar.gz: 2bdfd897113a6028a07cab9881ab9ba79e770b2d3c8e5c6e6ab54fdfc62e34f2
3
+ metadata.gz: '090491a78e25f5d9695df2d2187872b2a1c9af67a03c5bd47cf41ddb5035c0aa'
4
+ data.tar.gz: 7266c6704cc5998f1646c013ee691045980572ca2a8b0a49a93cd39014f1ea3c
5
5
  SHA512:
6
- metadata.gz: 887ba857081a67fdb3d9dd3d5e6bf9d9703f0951ec34029af5a36f31ae9f7c3b5c4e6cbe466095984320a13333296de9105ef8d70bc85e716f2f32557355a5ee
7
- data.tar.gz: 414fbfaf22f2e41b30d502a8e4d70b8a2d6df503387ae432a2a2a4d3917d1a4d81b8b796397afac0442d019fa2be232e5cb453ff0c71e97650ce69f8400511b4
6
+ metadata.gz: fd97b24bd3ff174f88a035a9376fd27a25b6b490bad919c9c91c4a1e2d781675c46f3d395a856688313bf0c823756a559385600135278edc7faaad022d3c1505
7
+ data.tar.gz: a4bad690d3f1e3e5833d32abcd9245b80aa426ebbfacf6882c2f1055eacc49186d44af76e8658ac3ebade8f182ecd7d97c1f34b7dea4aafd74116a5856dd392d
@@ -1,3 +1,3 @@
1
1
  module Libriciel
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
data/lib/libriciel.rb CHANGED
@@ -252,9 +252,7 @@ module Libriciel
252
252
  end
253
253
  sip_id_from_line = Libriciel::ApiXivo.get_sip_id_from_line(line_id, token)
254
254
 
255
- options = Libriciel::ApiXivo.get_sip_options(sip_id_from_line, token)
256
-
257
- sip_add_options = Libriciel::ApiXivo.add_webrtc_of_sip(sip_id_from_line, token, options)
255
+ sip_add_options = Libriciel::ApiXivo.add_webrtc_of_sip(sip_id_from_line, token)
258
256
 
259
257
  end
260
258
 
@@ -279,9 +277,7 @@ module Libriciel
279
277
  end
280
278
  sip_id_from_line = Libriciel::ApiXivo.get_sip_id_from_line(line_id, token)
281
279
 
282
- options = Libriciel::ApiXivo.get_sip_options(sip_id_from_line, token)
283
-
284
- sip_del_options = Libriciel::ApiXivo.dell_webrtc_of_sip(sip_id_from_line, token, options)
280
+ sip_del_options = Libriciel::ApiXivo.dell_webrtc_of_sip(sip_id_from_line, token)
285
281
 
286
282
  end
287
283
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libriciel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Axel CHEVRIER
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-30 00:00:00.000000000 Z
11
+ date: 2019-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler