six-updater 0.22.4 → 0.22.5

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 +3 -3
  3. metadata +4 -4
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.22.4'
16
+ s.version = '0.22.5'
17
17
  s.has_rdoc = true
18
18
  s.extra_rdoc_files = ['README', 'LICENSE']
19
19
  s.summary = 'Your summary here'
@@ -36,7 +36,7 @@ end
36
36
  spec3 = Gem::Specification.new do |s|
37
37
  s.platform = "x86-mswin32"
38
38
  s.name = 'six-updater'
39
- s.version = '0.22.4'
39
+ s.version = '0.22.5'
40
40
  s.has_rdoc = true
41
41
  s.extra_rdoc_files = ['README', 'LICENSE']
42
42
  s.summary = 'Your summary here'
@@ -58,7 +58,7 @@ end
58
58
 
59
59
  spec2 = Gem::Specification.new do |s|
60
60
  s.name = 'six-updater'
61
- s.version = '0.22.4'
61
+ s.version = '0.22.5'
62
62
  s.has_rdoc = true
63
63
  s.extra_rdoc_files = ['README', 'LICENSE']
64
64
  s.summary = 'Your summary here'
@@ -39,7 +39,7 @@ end
39
39
  module Six
40
40
  # TODO: Evaluate if this module should be a class instead?
41
41
  module Updater
42
- VERSION = '0.22.4'
42
+ VERSION = '0.22.5'
43
43
  COMPONENT = 'six-updater'
44
44
  LOG_LIMIT = 9999
45
45
 
@@ -512,7 +512,7 @@ module Six
512
512
  begin
513
513
  struct = Process.create(
514
514
  :app_name => File.join(@config[:app_path], @config[:app_exe]),
515
- :command_line => " #{@config[:app_params]} \"-mod=#{@mods}#{cmd}\"",
515
+ :command_line => " #{@config[:app_params]} \"-mod=#{@mods}\"#{cmd}",
516
516
  :creation_flags => Process::DETACHED_PROCESS,
517
517
  :process_inherit => false,
518
518
  :thread_inherit => false,
@@ -526,7 +526,7 @@ module Six
526
526
  end
527
527
  else
528
528
  Dir.chdir(@config[:app_path]) do
529
- system "#{@config[:app_exe]} #{@config[:app_params]} \"-mod=#{@mods}#{cmd}\""
529
+ system "#{@config[:app_exe]} #{@config[:app_params]} \"-mod=#{@mods}\"#{cmd}"
530
530
  end
531
531
  end
532
532
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: six-updater
3
3
  version: !ruby/object:Gem::Version
4
- hash: 79
4
+ hash: 77
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 22
9
- - 4
10
- version: 0.22.4
9
+ - 5
10
+ version: 0.22.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sickboy
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-20 00:00:00 +02:00
18
+ date: 2010-10-22 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency