six-updater 0.10.6 → 0.10.7

Sign up to get free protection for your applications and to get access to all the features.
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-updater'
15
- s.version = '0.10.6'
15
+ s.version = '0.10.7'
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 @@ module Six
9
9
  if File.exist?(PID_FILE)
10
10
  log.error "The program seems to be already running. Please wait/close the other application first."
11
11
  log.info "If you believe this is in error, please delete #{PID_FILE}"
12
- sleep 5
12
+ sleep 15
13
13
  Process.exit
14
14
  end
15
15
  File.open(PID_FILE, 'w') {|f| f.puts Process.pid}
data/lib/six/updater.rb CHANGED
@@ -44,7 +44,7 @@ end
44
44
  module Six
45
45
  # TODO: Evaluate if this module should be a class instead?
46
46
  module Updater
47
- VERSION = '0.10.6'
47
+ VERSION = '0.10.7'
48
48
  COMPONENT = 'six-updater'
49
49
 
50
50
  # Configuration
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: six-updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.6
4
+ version: 0.10.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sickboy