gamespy_query 0.2.0pre15 → 0.2.0pre16
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.
- data/lib/gamespy_query/master.rb +2 -2
- data/lib/gamespy_query/version.rb +1 -1
- metadata +2 -2
data/lib/gamespy_query/master.rb
CHANGED
@@ -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, :
|
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.
|
48
|
+
PARAMS.map{|e| "#{DELIMIT}#{e}"}.join("")
|
49
49
|
end
|
50
50
|
|
51
51
|
# Gets list of server addressses and optionally data
|
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.
|
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-
|
12
|
+
date: 2012-07-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cri
|