six-updater 0.15.4 → 0.15.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/six/updater.rb +2 -2
- metadata +2 -2
data/Rakefile
CHANGED
data/lib/six/updater.rb
CHANGED
@@ -45,7 +45,7 @@ end
|
|
45
45
|
module Six
|
46
46
|
# TODO: Evaluate if this module should be a class instead?
|
47
47
|
module Updater
|
48
|
-
VERSION = '0.15.
|
48
|
+
VERSION = '0.15.5'
|
49
49
|
COMPONENT = 'six-updater'
|
50
50
|
|
51
51
|
# Configuration
|
@@ -124,7 +124,7 @@ module Six
|
|
124
124
|
|
125
125
|
# Create config hash with default settings
|
126
126
|
@config = Hash.new
|
127
|
-
@config[:app_params] = '-noSplash -noFilePatching'
|
127
|
+
@config[:app_params] = '-noSplash -noFilePatching -showScriptErrors'
|
128
128
|
@config[:app_exe] = 'arma2.exe'
|
129
129
|
@config[:depth] = 1
|
130
130
|
@config[:folders] = []
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: six-updater
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sickboy
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-02-
|
12
|
+
date: 2010-02-23 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|