six-updater-web 0.17.1 → 0.17.2

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 CHANGED
@@ -7,7 +7,7 @@ require 'rake/testtask'
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = 'six-updater-web'
10
- s.version = '0.17.1'
10
+ s.version = '0.17.2'
11
11
  s.has_rdoc = false
12
12
  #s.extra_rdoc_files = ['README', 'LICENSE']
13
13
  s.summary = 'Your summary here'
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/ruby
2
2
  # encoding: utf-8
3
- begin; require 'faster_require'; rescue LoadError; end if RUBY_PLATFORM =~ /cygwin|mingw|win32/
3
+ #begin; require 'faster_require'; rescue LoadError; end if RUBY_PLATFORM =~ /cygwin|mingw|win32/
4
4
  require 'rake'
5
5
 
6
6
  begin
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/ruby
2
2
  # encoding: utf-8
3
- begin; require 'faster_require'; rescue LoadError; end if RUBY_PLATFORM =~ /cygwin|mingw|win32/
3
+ #begin; require 'faster_require'; rescue LoadError; end if RUBY_PLATFORM =~ /cygwin|mingw|win32/
4
4
 
5
5
  begin
6
6
  load 'six-updater-web/init.rb'
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/ruby
2
2
  # encoding: utf-8
3
- begin; require 'faster_require'; rescue LoadError; end if RUBY_PLATFORM =~ /cygwin|mingw|win32/
3
+ #begin; require 'faster_require'; rescue LoadError; end if RUBY_PLATFORM =~ /cygwin|mingw|win32/
4
4
  require 'rake'
5
5
 
6
6
  begin
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- begin; require 'faster_require'; rescue; end if RUBY_PLATFORM =~ /cygwin|mingw|win32/
2
+ #begin; require 'faster_require'; rescue; end if RUBY_PLATFORM =~ /cygwin|mingw|win32/
3
3
  require 'fileutils'
4
4
 
5
5
  module SixUpdaterWeb
@@ -1,7 +1,7 @@
1
1
  # Don't change this file!
2
2
  # Configure your app in config/environment.rb and config/environments/*.rb
3
3
 
4
- begin; require 'faster_require'; rescue LoadError; end if RUBY_PLATFORM =~ /cygwin|mingw|win32/
4
+ #begin; require 'faster_require'; rescue LoadError; end if RUBY_PLATFORM =~ /cygwin|mingw|win32/
5
5
 
6
6
  RAILS_ROOT = "#{File.dirname(__FILE__)}/.." unless defined?(RAILS_ROOT)
7
7
 
@@ -22,7 +22,7 @@ case RUBY_VERSION
22
22
  end
23
23
 
24
24
  module SixUpdaterWeb
25
- VERSION = "0.17.1"
25
+ VERSION = "0.17.2"
26
26
  COMPONENT = "six-updater-web"
27
27
 
28
28
  DEFAULT_IP = "127.0.0.1" unless defined?(DEFAULT_IP)
@@ -217,7 +217,7 @@ module SixUpdaterWeb
217
217
  return unless defined?(OPEN_BROWSER)
218
218
  Thread.new() do
219
219
  file_to_use = "#{LOCAL_URL}/main"
220
- sleep 4
220
+ sleep 3
221
221
  system "start #{file_to_use}"
222
222
  end
223
223
  =begin
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 17
8
- - 1
9
- version: 0.17.1
8
+ - 2
9
+ version: 0.17.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sickboy