ruby_rabbitmq_janus 2.5.0 → 2.5.1.pre.215

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: 393964d9eb7141c3711247f659d1e8fdd1fa99b62c13ebccc921889340233142
4
- data.tar.gz: caf56091b2ce2636081127bfd21cbbf60637bc61a40764f58ba4d4ad1a2ee778
3
+ metadata.gz: 0407f953a5bf28324d56f8890fd6a45ec8b93c37e1f558c6f6f93a83c349a82a
4
+ data.tar.gz: 928350270c650bf4c259855240f2b966962afad37eea0c743ecaf11481ed011c
5
5
  SHA512:
6
- metadata.gz: 5e2bfe7bf86c14eacedeecee9acd5405ec159a790031f11b64e176a69d467c1126a1ff40e66bf3dc9d4ad6cb5aa1460e00543a92c6c394460774556940e72d2a
7
- data.tar.gz: 93847fb8d24f4eaba107435adad5d9c4430bf940860bc0638461b1643d78962558b84caf307e282eee211992247f0b9ae3bfb55a58165bd10f4c959f8033475d
6
+ metadata.gz: 901147466171d88b3ffab5ca9f11f4ffab2378fbde2bfe0b1628f771049e61231423b50702dbbbcca3a1fec798cfe3f489dbd58959708a8049dfed098792e2b5
7
+ data.tar.gz: 4c98afa8f4b1cd954bc01d42f3110cdd7ffcc137bb67420669bea2eb3e4f39997cab50a512b6a94623d7b64199874abab4f46fea32104318b47b4a112d50e27d
@@ -2,6 +2,6 @@
2
2
  "janus": "set_log_level",
3
3
  "transaction": "<transaction>",
4
4
  "admin_secret": "<string>",
5
- "session_timeout": "<integer>",
5
+ "timeout": "<integer>",
6
6
  "level": "<integer>"
7
7
  }
data/lib/rrj/info.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  # Define constant to gem.
7
7
  module RubyRabbitmqJanus
8
8
  # Define version to gem
9
- VERSION = '2.5.0'
9
+ VERSION = '2.5.1'
10
10
 
11
11
  # Name to gem
12
12
  GEM_NAME = 'ruby_rabbitmq_janus'
@@ -20,7 +20,7 @@ module RubyRabbitmqJanus
20
20
  timestamps
21
21
  token
22
22
  truncate
23
- session_timeout].freeze
23
+ timeout].freeze
24
24
 
25
25
  def replace_element_classic
26
26
  super
@@ -39,12 +39,12 @@ module RubyRabbitmqJanus
39
39
 
40
40
  def convert_data
41
41
  case search_key
42
- when '<string>' then convert_to_type_string
43
- when '<number>', '<integer>' then convert_to_type_number
44
- when '<boolean>' then convert_to_type_boolean
45
- when '<array>' then convert_to_type_array
46
- when '<transaction>' then convert_to_type_transaction
47
- when /<plugin\[[0-9]\]>/ then convert_to_type_plugin
42
+ when '<string>' then convert_to_type_string
43
+ when '<number>', '<integer>' then convert_to_type_number
44
+ when '<boolean>' then convert_to_type_boolean
45
+ when '<array>' then convert_to_type_array
46
+ when '<transaction>' then convert_to_type_transaction
47
+ when /<plugin\[[0-9]\]>/ then convert_to_type_plugin
48
48
  end
49
49
  end
50
50
 
@@ -15,7 +15,7 @@ describe 'RubyRabbitmqJanus::RRJAdmin -- set_session_timeout', type: :request,
15
15
  let(:parameters) do
16
16
  {
17
17
  'level' => level,
18
- 'session_timeout' => timeout
18
+ 'timeout' => timeout
19
19
  }
20
20
  end
21
21
 
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: 2.5.0
4
+ version: 2.5.1.pre.215
5
5
  platform: ruby
6
6
  authors:
7
7
  - VAILLANT Jeremy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-13 00:00:00.000000000 Z
11
+ date: 2019-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -656,9 +656,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
656
656
  version: '0'
657
657
  required_rubygems_version: !ruby/object:Gem::Requirement
658
658
  requirements:
659
- - - ">="
659
+ - - ">"
660
660
  - !ruby/object:Gem::Version
661
- version: '0'
661
+ version: 1.3.1
662
662
  requirements: []
663
663
  rubygems_version: 3.0.3
664
664
  signing_key: