ruby_rabbitmq_janus 4.0.0.pre.939133437 → 4.0.0.pre.949167646
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -1
- data/lib/rrj/tools/replaces/replace.rb +2 -3
- 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
|
+
[![RSpec](https://github.com/dazzl-tv/ruby-rabbitmq-janus/actions/workflows/rspec.yml/badge.svg)](https://github.com/dazzl-tv/ruby-rabbitmq-janus/actions/workflows/rspec.yml)
|
3
|
+
[![Linter](https://github.com/dazzl-tv/ruby-rabbitmq-janus/actions/workflows/linter.yml/badge.svg)](https://github.com/dazzl-tv/ruby-rabbitmq-janus/actions/workflows/linter.yml)
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/ruby_rabbitmq_janus.svg)](https://badge.fury.io/rb/ruby_rabbitmq_janus)
|
5
|
+
[![Docs](https://inch-ci.org/github/dazzl-tv/ruby-rabbitmq-janus.svg)](https://inch-ci.org/github/dazzl-tv/ruby-rabbitmq-janus)
|
6
|
+
[![Maintainability](https://api.codeclimate.com/v1/badges/44e8680ad5e96d109be2/maintainability)](https://codeclimate.com/github/dazzl-tv/ruby-rabbitmq-janus/maintainability)
|
7
|
+
[![Test Coverage](https://api.codeclimate.com/v1/badges/44e8680ad5e96d109be2/test_coverage)](https://codeclimate.com/github/dazzl-tv/ruby-rabbitmq-janus/test_coverage)
|
8
|
+
[![Known Vulnerabilities](https://snyk.io/test/github/dazzl-tv/ruby-rabbitmq-janus/badge.svg)](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
|
|
@@ -46,8 +46,7 @@ module RubyRabbitmqJanus
|
|
46
46
|
end
|
47
47
|
|
48
48
|
def replace_other
|
49
|
-
|
50
|
-
running_hash(rewrite_key_to_string(values))
|
49
|
+
running_hash(rewrite_key_to_string(@opts['replace'])[0].to_h)
|
51
50
|
end
|
52
51
|
|
53
52
|
def add_other
|
@@ -60,7 +59,7 @@ module RubyRabbitmqJanus
|
|
60
59
|
node.map do |key, value|
|
61
60
|
[key.to_s, value?(value)]
|
62
61
|
end
|
63
|
-
]
|
62
|
+
]
|
64
63
|
end
|
65
64
|
|
66
65
|
def value?(value)
|
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
|