six-launcher 0.1.3 → 0.1.4
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 +4 -1
- 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.4"
|
13
13
|
#include Singleton
|
14
14
|
|
15
15
|
BASE_PATH = if ENV['OCRA_EXECUTABLE']
|
@@ -51,15 +51,18 @@ class Setup
|
|
51
51
|
end
|
52
52
|
|
53
53
|
def verify_admin
|
54
|
+
=begin
|
54
55
|
begin
|
55
56
|
out = %x[whoami /groups]
|
56
57
|
unless out[/High Mandatory Level/]
|
57
58
|
puts "You are not running this application \"as Administrator\", exitting..."
|
59
|
+
puts "You must right click this application and choose \"Run as Administrator\""
|
58
60
|
sleep 10
|
59
61
|
Process.exit
|
60
62
|
end
|
61
63
|
rescue
|
62
64
|
end
|
65
|
+
=end
|
63
66
|
end
|
64
67
|
|
65
68
|
def rubycheck
|
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.4
|
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-11-
|
12
|
+
date: 2009-11-06 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|