gamespy_query 0.2.0pre15 → 0.2.0pre16

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ module GamespyQuery
6
6
  # If impossible, perhaps should try custom implementation of master query
7
7
 
8
8
  PARAMS = [:hostname, :gamever, :gametype, :gamemode, :numplayers, :maxplayers, :password, :equalModRequired, :mission, :mapname,
9
- :mod, :signatures, :verifysignatures, :gamestate, :dedicated, :platform, :sv_battleye, :language, :difficulty]
9
+ :mod, :signatures, :verifySignatures, :gameState, :dedicated, :platform, :sv_battleye, :language, :difficulty, :reqBuild]
10
10
 
11
11
  RX_ADDR_LINE = /^[\s\t]*([\d\.]+)[\s\t:]*(\d+)[\s\t]*(.*)$/
12
12
 
@@ -45,7 +45,7 @@ module GamespyQuery
45
45
 
46
46
  # Gets list of PARAMS, delimited by {DELIMIT}
47
47
  def get_params
48
- PARAMS.clone.map{|e| "#{DELIMIT}#{e}"}.join("")
48
+ PARAMS.map{|e| "#{DELIMIT}#{e}"}.join("")
49
49
  end
50
50
 
51
51
  # Gets list of server addressses and optionally data
@@ -1,4 +1,4 @@
1
1
  module GamespyQuery
2
2
  # Version of the library
3
- VERSION = "0.2.0pre15"
3
+ VERSION = "0.2.0pre16"
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.0pre15
4
+ version: 0.2.0pre16
5
5
  prerelease: 5
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-06 00:00:00.000000000 Z
12
+ date: 2012-07-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cri