freeswitch-esl 0.2.0 → 0.2.1
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/freeswitch/esl/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 544ee32390c285ff1c6f1f1baa0d9ba7485b59725c6ce19b45dfd27bd96d3c7f
|
|
4
|
+
data.tar.gz: 120aaa84785e0f830943db345e370596f09f4f87cf07349d474e1a2b1e4c67bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2efb56ba53df80defef5566cd141a374544cd4bae9f0fec3208cd54006a3d9657f08306bfc410e01072e28e5817e152a89d134bdc96af9262bd19dcb48b9f838
|
|
7
|
+
data.tar.gz: f7a6e1142fa7a06082b73d508a840aeec92522a158d06811fad0c63375ba59b95b47eb1af66292720eb1c20144eed22daae20f10e35f10150cd9c0484d380836
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: freeswitch-esl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Demetra Opinioni.net Srl
|
|
@@ -151,9 +151,9 @@ dependencies:
|
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '0.22'
|
|
153
153
|
description: |
|
|
154
|
-
A thread-safe Ruby client for
|
|
155
|
-
|
|
156
|
-
|
|
154
|
+
A thread-safe Ruby client for FreeSWITCH Event Socket Library connections.
|
|
155
|
+
Focused on inbound mod_event_socket integration with command execution,
|
|
156
|
+
bgapi jobs, JSON event handling, and reconnect support.
|
|
157
157
|
email:
|
|
158
158
|
- developers@opinioni.net
|
|
159
159
|
executables: []
|
|
@@ -175,7 +175,7 @@ files:
|
|
|
175
175
|
- lib/freeswitch/esl/protocol/event.rb
|
|
176
176
|
- lib/freeswitch/esl/protocol/message.rb
|
|
177
177
|
- lib/freeswitch/esl/version.rb
|
|
178
|
-
homepage: https://gitlab.opinioni.net/demetra-
|
|
178
|
+
homepage: https://gitlab.opinioni.net/demetra-developers/rubygems/freeswitch-esl
|
|
179
179
|
licenses:
|
|
180
180
|
- MIT
|
|
181
181
|
metadata:
|
|
@@ -198,5 +198,5 @@ requirements: []
|
|
|
198
198
|
rubygems_version: 3.5.16
|
|
199
199
|
signing_key:
|
|
200
200
|
specification_version: 4
|
|
201
|
-
summary: Ruby client for FreeSWITCH
|
|
201
|
+
summary: Inbound Ruby client for FreeSWITCH ESL
|
|
202
202
|
test_files: []
|