six-updater 0.14.10 → 0.14.11
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 +1 -1
- data/lib/six/updater/mod.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
data/lib/six/updater.rb
CHANGED
data/lib/six/updater/mod.rb
CHANGED
@@ -339,7 +339,7 @@ module Six
|
|
339
339
|
f = @modconfig[:folder].clone
|
340
340
|
f.gsub!('@', '')
|
341
341
|
path = File.join(@path, 'userconfig')
|
342
|
-
path = File.join(@path, '
|
342
|
+
path = File.join(@path, 'store', 'userconfig') unless File.exists?(path)
|
343
343
|
if File.exists?(path)
|
344
344
|
uconfig = File.join(@config[:app_path], 'userconfig')
|
345
345
|
uconfigpath = File.join(uconfig, f)
|
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.14.
|
4
|
+
version: 0.14.11
|
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-05 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|