six-launcher 0.1.1 → 0.1.2
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 +1 -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.2"
|
13
13
|
#include Singleton
|
14
14
|
|
15
15
|
BASE_PATH = if ENV['OCRA_EXECUTABLE']
|
@@ -83,7 +83,6 @@ class Setup
|
|
83
83
|
else
|
84
84
|
b
|
85
85
|
end
|
86
|
-
system "#{RUBY} tools/six-downloader.rb tools/six-downloader_updater_web.yml --output \"#{BASE_PATH}\""
|
87
86
|
detached(File.join(RUBY_PATH, 'bin', 'ruby.exe'), cl, BASE_PATH)
|
88
87
|
end
|
89
88
|
|
@@ -91,7 +90,6 @@ class Setup
|
|
91
90
|
rubycheck
|
92
91
|
update_gems
|
93
92
|
puts "Starting Updater..."
|
94
|
-
system "#{RUBY} tools/six-downloader.rb tools/six-downloader.yml --output \"#{BASE_PATH}\""
|
95
93
|
detached(File.join(RUBY_PATH, 'bin', 'ruby.exe'), "-U -rubygems six-updater.rb #{params}", BASE_PATH)
|
96
94
|
end
|
97
95
|
|
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.2
|
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-11-01 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|