six-updater 0.19.5-x86-mingw32 → 0.19.6-x86-mingw32

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 CHANGED
@@ -13,7 +13,7 @@ require 'rake/testtask'
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.platform = "x86-mingw32"
15
15
  s.name = 'six-updater'
16
- s.version = '0.19.5'
16
+ s.version = '0.19.6'
17
17
  s.has_rdoc = true
18
18
  s.extra_rdoc_files = ['README', 'LICENSE']
19
19
  s.summary = 'Your summary here'
@@ -35,7 +35,7 @@ end
35
35
  spec3 = Gem::Specification.new do |s|
36
36
  s.platform = "x86-mswin32"
37
37
  s.name = 'six-updater'
38
- s.version = '0.19.5'
38
+ s.version = '0.19.6'
39
39
  s.has_rdoc = true
40
40
  s.extra_rdoc_files = ['README', 'LICENSE']
41
41
  s.summary = 'Your summary here'
@@ -56,7 +56,7 @@ end
56
56
 
57
57
  spec2 = Gem::Specification.new do |s|
58
58
  s.name = 'six-updater'
59
- s.version = '0.19.5'
59
+ s.version = '0.19.6'
60
60
  s.has_rdoc = true
61
61
  s.extra_rdoc_files = ['README', 'LICENSE']
62
62
  s.summary = 'Your summary here'
@@ -13,5 +13,6 @@ rescue => e
13
13
  rescue => e
14
14
  puts "ERROR: #{e.class} #{e.message} #{e.backtrace.join("\n")}"
15
15
  end
16
- sleep 10
16
+ sleep 5
17
+ Process.exit(1) # Return error-1
17
18
  end
@@ -39,7 +39,7 @@ end
39
39
  module Six
40
40
  # TODO: Evaluate if this module should be a class instead?
41
41
  module Updater
42
- VERSION = '0.19.5'
42
+ VERSION = '0.19.6'
43
43
  COMPONENT = 'six-updater'
44
44
  LOG_LIMIT = 9999
45
45
 
@@ -281,6 +281,7 @@ module Six
281
281
  wait if @config[:wait]
282
282
  exit
283
283
  end
284
+ log.info "ArmA exe: #{@config[:app_exe]}"
284
285
 
285
286
  if @config[:app_modpath]
286
287
  log.info "Installation Path: #{@config[:app_modpath]}"
@@ -305,7 +306,7 @@ module Six
305
306
 
306
307
  procs = find_process(process_name)
307
308
  unless procs.empty?
308
- log.warn "WARNING: Found open arma processes! #{procs}, you might want to abort and close them!"
309
+ log.warn "WARNING: Found open arma processes! #{@config[:app_exe]}, PIDs: #{procs}, you might want to abort and close them!"
309
310
  end
310
311
 
311
312
  # PreProcess the config data
@@ -180,7 +180,7 @@ module Six
180
180
  end
181
181
  if File.exists?(@path)
182
182
  log.warn "WARNING: Folder already exists but seems incompatible. Not installing."
183
- log.info "If you want the software to install this mod, please delete the modfolder"
183
+ log.info "If you want the software to install this mod, please remove the modfolder or convert it"
184
184
  return
185
185
  end
186
186
  log.info "Installing... This might take a while, please wait."
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 19
8
- - 5
9
- version: 0.19.5
8
+ - 6
9
+ version: 0.19.6
10
10
  platform: x86-mingw32
11
11
  authors:
12
12
  - Sickboy
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-08 00:00:00 +02:00
17
+ date: 2010-05-10 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency