six-launcher 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/six/launcher-app.rb +5 -3
- metadata +2 -2
data/Rakefile
CHANGED
data/lib/six/launcher-app.rb
CHANGED
@@ -9,7 +9,7 @@ require 'win32/process'
|
|
9
9
|
class Setup
|
10
10
|
RUBY = "tools/ruby/bin/ruby.exe"
|
11
11
|
GEM = "tools/ruby/bin/gem"
|
12
|
-
VERSION = "0.1.
|
12
|
+
VERSION = "0.1.7"
|
13
13
|
#include Singleton
|
14
14
|
|
15
15
|
BASE_PATH = if ENV['OCRA_EXECUTABLE']
|
@@ -94,7 +94,8 @@ class Setup
|
|
94
94
|
rubycheck
|
95
95
|
update_gems
|
96
96
|
puts "Starting Updater-web..."
|
97
|
-
|
97
|
+
# -U
|
98
|
+
b = "-rubygems six-updater-web.rb"
|
98
99
|
cl = if cl
|
99
100
|
"#{b} #{cl}"
|
100
101
|
else
|
@@ -107,7 +108,8 @@ class Setup
|
|
107
108
|
rubycheck
|
108
109
|
update_gems
|
109
110
|
puts "Starting Updater..."
|
110
|
-
|
111
|
+
# -U
|
112
|
+
detached(RUBY_BIN, "-rubygems six-updater.rb #{params}", BASE_PATH)
|
111
113
|
end
|
112
114
|
|
113
115
|
def detached(app, cl, path)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: six-launcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ""
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-12-07 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|