gamespy_query 0.2.0pre11 → 0.2.0pre12

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.
@@ -79,6 +79,7 @@ module GamespyQuery
79
79
  # @param [String] reply Reply from gamespy
80
80
  # @param [String] geo Geo String
81
81
  def handle_data(reply, geo = nil)
82
+ reply = encode_string(reply) # Hmm
82
83
  reply = reply.gsub("\\\\\\", "") if geo
83
84
  reply.split("\n").select{|line| line =~ RX_ADDR_LINE }
84
85
  end
@@ -1,4 +1,4 @@
1
1
  module GamespyQuery
2
2
  # Version of the library
3
- VERSION = "0.2.0pre11"
3
+ VERSION = "0.2.0pre12"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gamespy_query
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0pre11
4
+ version: 0.2.0pre12
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors: