six-updater-web 0.24.5 → 0.24.6

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.24.5'
10
+ s.version = '0.24.6'
11
11
  s.has_rdoc = false
12
12
  #s.extra_rdoc_files = ['README', 'LICENSE']
13
13
  s.summary = 'Your summary here'
@@ -12,7 +12,7 @@ class Arma2OaCoAppsetting < Arma2OaAppsetting
12
12
  def modfolders
13
13
  v = Appsetting::REGKEYS["Arma2"]
14
14
  @mpath = begin; Win32::Registry.open(Win32::Registry::HKEY_LOCAL_MACHINE, v[0])[v[1]]; rescue; nil; end
15
- m = !File.directory?(File.join(self.class.default_path, 'addons')) && !@mpath.nil? && @mpath != self.class.default_path ? [@mpath] : []
15
+ m = !File.directory?(File.join(self.real_path, 'addons')) && !@mpath.nil? && @mpath != self.class.default_path ? [@mpath] : []
16
16
  if !m.empty?
17
17
  m = m + self.class::MODS
18
18
  end
@@ -23,7 +23,7 @@ end
23
23
  require 'open3'
24
24
 
25
25
  module SixUpdaterWeb
26
- VERSION = "0.24.5"
26
+ VERSION = "0.24.6"
27
27
  COMPONENT = "six-updater-web"
28
28
 
29
29
  DEFAULT_IP = "127.0.0.1" unless defined?(DEFAULT_IP)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 24
8
- - 5
9
- version: 0.24.5
8
+ - 6
9
+ version: 0.24.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sickboy
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-17 00:00:00 +02:00
17
+ date: 2010-10-19 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency