talk 2.3.3 → 2.3.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/maketalk +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7831a8c2a37a8788412cb1825647418c72b79e8a
4
- data.tar.gz: e15f72dff26576202e95d63023ace2ba3fac1179
3
+ metadata.gz: b532daa1713be450af26e856bb9ccc31ecf5bd01
4
+ data.tar.gz: d071848f467fb19673f313c595bfbc14ea65166e
5
5
  SHA512:
6
- metadata.gz: 31d86c50f6ff17527fe8b73fa8f06c23d121611a79c223ba70338638af20f53dae42556284d269323a4d82b90416b75ef41762d556e2c9e26e4d8787d4d45bb2
7
- data.tar.gz: 5770c9f62577fa83db4605f3b8274b08cfb4f0a3763ce29eb32fbf733816273e5461e50653b293d4633b78ae7b32dea40000f04541a8bb4a41215c78ddfb4649
6
+ metadata.gz: ac237fdb2c1f12ccd1692bdc2dee2d807005968f572fbda05056e118e3649957bb36d0275aad4d6a62c5d902155794b9ef9456e1c5c36fde1b8ad7dd0e4277ec
7
+ data.tar.gz: 3c8d916f3a30999e4b986e0520c9c555132a8f2b170ac8cfb2d37b6b81a3d1ca3803d839f405e4a47cd2efde4b1299874e70cbba1f15f9d5eb402395f33f5a9d
data/bin/maketalk CHANGED
@@ -117,7 +117,7 @@ def upgrade_protocols(results)
117
117
  return if results[:method].nil? || results[:method].empty?
118
118
  results[:method].each { |method| methods[method[:name].to_sym] = method }
119
119
  results[:protocol].each do |proto|
120
- proto[:method].map! { |method| methods[method.to_sym] }
120
+ proto[:method].map! { |method| methods[method[:name].to_sym] }
121
121
  end
122
122
  results.delete(:method)
123
123
  end
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Talk
2
- VERSION = "2.3.3"
2
+ VERSION = "2.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: talk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.3
4
+ version: 2.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Acres