six-updater 0.15.2 → 0.15.3

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.15.2'
15
+ s.version = '0.15.3'
16
16
  s.has_rdoc = true
17
17
  s.extra_rdoc_files = ['README', 'LICENSE']
18
18
  s.summary = 'Your summary here'
@@ -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.2'
48
+ VERSION = '0.15.3'
49
49
  COMPONENT = 'six-updater'
50
50
 
51
51
  # Configuration
@@ -357,7 +357,7 @@ module Six
357
357
  f.gsub!('@', '')
358
358
  path = File.join(@path, 'store', 'userconfig.tar')
359
359
  path = File.join(@path, 'store', 'userconfig') unless File.exists?(path)
360
- path = File.join(@path, 'userconfig') unless File.directory?(path)
360
+ path = File.join(@path, 'userconfig') unless File.exists?(path)
361
361
  if File.exists?(path)
362
362
  uconfig = File.join(@config[:app_path], 'userconfig')
363
363
  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.15.2
4
+ version: 0.15.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sickboy