ts3query 0.4 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/ts3query/ts3_connection.rb +1 -1
  2. metadata +1 -1
@@ -31,7 +31,7 @@ class TS3Connection
31
31
  "Match" => /error id=0 msg=ok\n/) { |data|
32
32
  data.split("|").each do |current|
33
33
  current_data = {}
34
- data.split(" ").each do |entity|
34
+ current.split(" ").each do |entity|
35
35
  current_data[entity.split("=")[0]] = entity.split("=")[1]
36
36
  end
37
37
  current_data.delete("error")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ts3query
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: