six-launcher 0.1.7 → 0.1.9
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 +1 -1
- data/lib/six/launcher-app.rb +10 -10
- 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.9"
|
|
13
13
|
#include Singleton
|
|
14
14
|
|
|
15
15
|
BASE_PATH = if ENV['OCRA_EXECUTABLE']
|
|
@@ -93,9 +93,9 @@ class Setup
|
|
|
93
93
|
def start_updater_web(cl = nil)
|
|
94
94
|
rubycheck
|
|
95
95
|
update_gems
|
|
96
|
-
puts "Starting
|
|
96
|
+
puts "Starting Web-client..."
|
|
97
97
|
# -U
|
|
98
|
-
b = "-rubygems six-
|
|
98
|
+
b = "-rubygems six-web-client.rb"
|
|
99
99
|
cl = if cl
|
|
100
100
|
"#{b} #{cl}"
|
|
101
101
|
else
|
|
@@ -158,20 +158,20 @@ class Setup
|
|
|
158
158
|
def options
|
|
159
159
|
puts
|
|
160
160
|
puts <<BEGIN
|
|
161
|
-
Launcher
|
|
161
|
+
Launcher v#{VERSION} by Sickboy
|
|
162
162
|
WARNING: If you use Windows Vista/7 with UAC,
|
|
163
163
|
please make sure you run this program 'As Administrator'
|
|
164
|
-
-----
|
|
165
|
-
1 - Start
|
|
164
|
+
----- Basic
|
|
165
|
+
1 - Start web-client
|
|
166
166
|
2 - Start updater
|
|
167
|
-
-----
|
|
167
|
+
----- Shortcuts
|
|
168
168
|
21 - Start updater, --install --startgame
|
|
169
169
|
22 - Start updater, --install --join
|
|
170
170
|
23 - Start updater, --startgame
|
|
171
171
|
24 - Start updater, --join
|
|
172
|
-
-----
|
|
173
|
-
51 - Start
|
|
174
|
-
-----
|
|
172
|
+
----- Special
|
|
173
|
+
51 - Start web-client on public interface
|
|
174
|
+
----- Troubleshooting
|
|
175
175
|
100 - Install/Update Ruby
|
|
176
176
|
101 - Install/Update Ruby Gems
|
|
177
177
|
|
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.9
|
|
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-
|
|
12
|
+
date: 2009-12-09 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|