gamespy_query 0.2.0pre16 → 0.2.0pre17

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, :reqBuild]
9
+ :mod, :signatures, :verifySignatures, :gameState, :dedicated, :platform, :sv_battleye, :language, :difficulty, :reqBuild, :reqSecureId]
10
10
 
11
11
  RX_ADDR_LINE = /^[\s\t]*([\d\.]+)[\s\t:]*(\d+)[\s\t]*(.*)$/
12
12
 
@@ -1,4 +1,4 @@
1
1
  module GamespyQuery
2
2
  # Version of the library
3
- VERSION = "0.2.0pre16"
3
+ VERSION = "0.2.0pre17"
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.0pre16
4
+ version: 0.2.0pre17
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-07-10 00:00:00.000000000 Z
12
+ date: 2012-07-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cri