ruby_rabbitmq_janus 4.0.0.pre.946892338 → 4.0.0.pre.949167646
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/README.md +8 -1
- 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: '098099c6cac2131542add45f11a94ac0f3b40cdf9cbcd74ecd1128e110229df2'
|
4
|
+
data.tar.gz: cbcb3d6e886adf01a204c7dd1df4bf9cea16296569a8085068ae995e523eb380
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6555c95fd15cffcd09f0e4ea63c2173786566d85194d576c32986f2258b6788f6157541523e640d63939246efa7f4b898c0d1636b151b7c2a07e5efa6ead641
|
7
|
+
data.tar.gz: f45c6ab17d9e4138bcf55dcebe7f235639d2b607ffb70d5b404ce768d23492ef7b2699101a0f228d685730db3c65f7b1bd4bf7e72ae947a2851f12b389f7fcd7
|
data/README.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1
|
-
# Ruby RabbitMQ Janus
|
1
|
+
# Ruby RabbitMQ Janus
|
2
|
+
[](https://github.com/dazzl-tv/ruby-rabbitmq-janus/actions/workflows/rspec.yml)
|
3
|
+
[](https://github.com/dazzl-tv/ruby-rabbitmq-janus/actions/workflows/linter.yml)
|
4
|
+
[](https://badge.fury.io/rb/ruby_rabbitmq_janus)
|
5
|
+
[](https://inch-ci.org/github/dazzl-tv/ruby-rabbitmq-janus)
|
6
|
+
[](https://codeclimate.com/github/dazzl-tv/ruby-rabbitmq-janus/maintainability)
|
7
|
+
[](https://codeclimate.com/github/dazzl-tv/ruby-rabbitmq-janus/test_coverage)
|
8
|
+
[](https://snyk.io/test/github/dazzl-tv/ruby-rabbitmq-janus)
|
2
9
|
|
3
10
|
Ruby Gem for Janus WebRTC Gateway integration using RabbitMQ message queue
|
4
11
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_rabbitmq_janus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0.pre.
|
4
|
+
version: 4.0.0.pre.949167646
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- VAILLANT Jeremy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-06-
|
11
|
+
date: 2021-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|