six-updater 0.15.3 → 0.15.4

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.3'
15
+ s.version = '0.15.4'
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
@@ -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.3'
48
+ VERSION = '0.15.4'
49
49
  COMPONENT = 'six-updater'
50
50
 
51
51
  # Configuration
@@ -371,7 +371,7 @@ module Six
371
371
  FileUtils::mkdir_p uconfig unless File.exists?(uconfig)
372
372
  FileUtils::cp_r(path, uconfigpath)
373
373
  else
374
- cmd = "7z x #{esc(path)} -o #{esc(@config[:app_path])}"
374
+ cmd = "7z x #{esc(path)} -o#{esc(@config[:app_path])} -y"
375
375
  cmd.gsub!("/", "\\")
376
376
  system cmd
377
377
  end
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.3
4
+ version: 0.15.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sickboy