gamequery 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/gamequerytool +1 -1
  2. metadata +3 -3
@@ -202,7 +202,7 @@ def get_options
202
202
  error = false
203
203
  ip, port = ARGV.shift.split(":")
204
204
  begin
205
- ip = IP::Address.new(ip)
205
+ ip = IP::Address::IPv4.new(ip)
206
206
  tmp = port.to_i
207
207
  error = true if tmp.to_s != port
208
208
  port = tmp
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: gamequery
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.1
7
- date: 2006-02-28 00:00:00 -08:00
6
+ version: 0.1.2
7
+ date: 2006-05-21 00:00:00 -07:00
8
8
  summary: Ruby class to work with Half-Life and Source Engine "user" queries
9
9
  require_paths:
10
10
  - lib
@@ -50,5 +50,5 @@ dependencies:
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: 0.1.1
53
+ version: 0.2.1
54
54
  version: