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 +4 -4
- data/lib/libriciel/version.rb +1 -1
- data/lib/libriciel.rb +2 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '090491a78e25f5d9695df2d2187872b2a1c9af67a03c5bd47cf41ddb5035c0aa'
|
|
4
|
+
data.tar.gz: 7266c6704cc5998f1646c013ee691045980572ca2a8b0a49a93cd39014f1ea3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd97b24bd3ff174f88a035a9376fd27a25b6b490bad919c9c91c4a1e2d781675c46f3d395a856688313bf0c823756a559385600135278edc7faaad022d3c1505
|
|
7
|
+
data.tar.gz: a4bad690d3f1e3e5833d32abcd9245b80aa426ebbfacf6882c2f1055eacc49186d44af76e8658ac3ebade8f182ecd7d97c1f34b7dea4aafd74116a5856dd392d
|
data/lib/libriciel/version.rb
CHANGED
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
|
-
|
|
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
|
-
|
|
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
|
+
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-
|
|
11
|
+
date: 2019-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|