six-updater 0.17.1-x86-mswin32 → 0.17.2-x86-mswin32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +3 -3
  2. data/lib/six/updater.rb +2 -2
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ require 'rake/testtask'
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.platform = "x86-mingw32"
15
15
  s.name = 'six-updater'
16
- s.version = '0.17.1'
16
+ s.version = '0.17.2'
17
17
  s.has_rdoc = true
18
18
  s.extra_rdoc_files = ['README', 'LICENSE']
19
19
  s.summary = 'Your summary here'
@@ -35,7 +35,7 @@ end
35
35
  spec3 = Gem::Specification.new do |s|
36
36
  s.platform = "x86-mswin32"
37
37
  s.name = 'six-updater'
38
- s.version = '0.17.1'
38
+ s.version = '0.17.2'
39
39
  s.has_rdoc = true
40
40
  s.extra_rdoc_files = ['README', 'LICENSE']
41
41
  s.summary = 'Your summary here'
@@ -56,7 +56,7 @@ end
56
56
 
57
57
  spec2 = Gem::Specification.new do |s|
58
58
  s.name = 'six-updater'
59
- s.version = '0.17.1'
59
+ s.version = '0.17.2'
60
60
  s.has_rdoc = true
61
61
  s.extra_rdoc_files = ['README', 'LICENSE']
62
62
  s.summary = 'Your summary here'
@@ -38,7 +38,7 @@ end
38
38
  module Six
39
39
  # TODO: Evaluate if this module should be a class instead?
40
40
  module Updater
41
- VERSION = '0.17.1'
41
+ VERSION = '0.17.2'
42
42
  COMPONENT = 'six-updater'
43
43
  LOG_LIMIT = 9999
44
44
 
@@ -83,7 +83,7 @@ module Six
83
83
  tpath.gsub!('/', '\\')
84
84
  ENV['PATH'] = "#{bpath};#{tpath};#{ENV['PATH']}"
85
85
  else
86
- HOME_PATH = '~/'
86
+ HOME_PATH = ENV['HOME']
87
87
  TEMP_PATH = '/tmp'
88
88
  end
89
89
  DATA_PATH = File.join(HOME_PATH, COMPONENT)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 17
8
- - 1
9
- version: 0.17.1
8
+ - 2
9
+ version: 0.17.2
10
10
  platform: x86-mswin32
11
11
  authors:
12
12
  - Sickboy