six-updater 0.14.11 → 0.14.12

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
@@ -12,7 +12,7 @@ require 'rake/testtask'
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = 'six-updater'
15
- s.version = '0.14.11'
15
+ s.version = '0.14.12'
16
16
  s.has_rdoc = true
17
17
  s.extra_rdoc_files = ['README', 'LICENSE']
18
18
  s.summary = 'Your summary here'
data/lib/six/updater.rb CHANGED
@@ -44,7 +44,7 @@ end
44
44
  module Six
45
45
  # TODO: Evaluate if this module should be a class instead?
46
46
  module Updater
47
- VERSION = '0.14.11'
47
+ VERSION = '0.14.12'
48
48
  COMPONENT = 'six-updater'
49
49
 
50
50
  # Configuration
@@ -338,8 +338,8 @@ module Six
338
338
  time = Time.now.to_i
339
339
  f = @modconfig[:folder].clone
340
340
  f.gsub!('@', '')
341
- path = File.join(@path, 'userconfig')
342
- path = File.join(@path, 'store', 'userconfig') unless File.exists?(path)
341
+ path = File.join(@path, 'store', 'userconfig')
342
+ path = File.join(@path, '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.11
4
+ version: 0.14.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sickboy