ruby_rabbitmq_janus 4.0.0.pre.939133437 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: faf0fd82aa0e3c09875b2472666dc61f1b56bde4515f148a85ed7ced1dcd15d5
4
- data.tar.gz: 49e8636da3b7175a5380b73223113e0698127de148dd70cad5f6de0a411a22da
3
+ metadata.gz: '098099c6cac2131542add45f11a94ac0f3b40cdf9cbcd74ecd1128e110229df2'
4
+ data.tar.gz: cbcb3d6e886adf01a204c7dd1df4bf9cea16296569a8085068ae995e523eb380
5
5
  SHA512:
6
- metadata.gz: 9162e72682d870e5b15191e75810aae56a85a128958a351ec24d5e1dae83fa4048767d0a13c806ec5431a83320c5d5a8a8c12a3913a921df8ce860ed59f5620e
7
- data.tar.gz: 2a863c4011873936635e1ec158677cc07e324610b19db9d36033f643b1078f84c0e6ea00cc06456533e8952f03880fa1bca0dc1808443cb7a91d4dc3b510cd1d
6
+ metadata.gz: c6555c95fd15cffcd09f0e4ea63c2173786566d85194d576c32986f2258b6788f6157541523e640d63939246efa7f4b898c0d1636b151b7c2a07e5efa6ead641
7
+ data.tar.gz: f45c6ab17d9e4138bcf55dcebe7f235639d2b607ffb70d5b404ce768d23492ef7b2699101a0f228d685730db3c65f7b1bd4bf7e72ae947a2851f12b389f7fcd7
data/README.md CHANGED
@@ -1,4 +1,11 @@
1
- # Ruby RabbitMQ Janus | [![Build Status](https://travis-ci.org/dazzl-tv/ruby-rabbitmq-janus.svg?branch=master)](https://travis-ci.org/dazzl-tv/ruby-rabbitmq-janus) [![Gem Version](https://badge.fury.io/rb/ruby_rabbitmq_janus.svg)](https://badge.fury.io/rb/ruby_rabbitmq_janus) [![inline docs](http://inch-ci.org/github/dazzl-tv/ruby-rabbitmq-janus.svg)](http://inch-ci.org/github/dazzl-tv/ruby-rabbitmq-janus) [![Known Vulnerabilities](https://snyk.io/test/github/dazzl-tv/ruby-rabbitmq-janus/badge.svg)](https://snyk.io/test/github/dazzl-tv/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
- values = @opts['replace']
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
- ].to_h
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.939133437
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-15 00:00:00.000000000 Z
11
+ date: 2021-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord