six-launcher 0.1.9 → 0.2.1
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 +2 -2
- metadata +1 -1
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.2.1"
|
13
13
|
#include Singleton
|
14
14
|
|
15
15
|
BASE_PATH = if ENV['OCRA_EXECUTABLE']
|
@@ -95,7 +95,7 @@ class Setup
|
|
95
95
|
update_gems
|
96
96
|
puts "Starting Web-client..."
|
97
97
|
# -U
|
98
|
-
b = "-rubygems six-web
|
98
|
+
b = "-rubygems six-updater-web.rb"
|
99
99
|
cl = if cl
|
100
100
|
"#{b} #{cl}"
|
101
101
|
else
|