six-updater-web 0.18.1 → 0.18.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'rake/testtask'
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = 'six-updater-web'
10
- s.version = '0.18.1'
10
+ s.version = '0.18.2'
11
11
  s.has_rdoc = false
12
12
  #s.extra_rdoc_files = ['README', 'LICENSE']
13
13
  s.summary = 'Your summary here'
@@ -22,7 +22,7 @@ case RUBY_VERSION
22
22
  end
23
23
 
24
24
  module SixUpdaterWeb
25
- VERSION = "0.18.1"
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|
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 18
8
- - 1
9
- version: 0.18.1
8
+ - 2
9
+ version: 0.18.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sickboy