six-updater-web 0.18.1 → 0.18.2
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/Rakefile +1 -1
- data/lib/six-updater-web/config/six-updater-web.rb +2 -2
- metadata +2 -2
data/Rakefile
CHANGED
@@ -22,7 +22,7 @@ case RUBY_VERSION
|
|
22
22
|
end
|
23
23
|
|
24
24
|
module SixUpdaterWeb
|
25
|
-
VERSION = "0.18.
|
25
|
+
VERSION = "0.18.2"
|
26
26
|
COMPONENT = "six-updater-web"
|
27
27
|
|
28
28
|
DEFAULT_IP = "127.0.0.1" unless defined?(DEFAULT_IP)
|
@@ -123,6 +123,7 @@ module SixUpdaterWeb
|
|
123
123
|
puts "Pings and Countries: #{geo.nil?}"
|
124
124
|
puts ""
|
125
125
|
|
126
|
+
ids = []
|
126
127
|
["arma2oapc", "arma2pc"].each do |game|
|
127
128
|
q = Six::Query::GamespyMaster.new(geo, game)
|
128
129
|
h = q.process
|
@@ -133,7 +134,6 @@ module SixUpdaterWeb
|
|
133
134
|
puts "Updating database..."
|
134
135
|
|
135
136
|
i, saved = 0, 0
|
136
|
-
ids = []
|
137
137
|
#hasj = Hash.new
|
138
138
|
timestart = Time.now
|
139
139
|
h.each_pair do |key, e|
|