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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/six/launcher-app.rb +2 -2
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ require 'rake/testtask'
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = 'six-launcher'
15
- s.version = '0.1.9'
15
+ s.version = '0.2.1'
16
16
  s.has_rdoc = true
17
17
  s.extra_rdoc_files = ['README', 'LICENSE']
18
18
  s.summary = 'Your summary here'
@@ -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.9"
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-client.rb"
98
+ b = "-rubygems six-updater-web.rb"
99
99
  cl = if cl
100
100
  "#{b} #{cl}"
101
101
  else
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.9
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ""