six-updater 0.11.5 → 0.11.6

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.11.5'
15
+ s.version = '0.11.6'
16
16
  s.has_rdoc = true
17
17
  s.extra_rdoc_files = ['README', 'LICENSE']
18
18
  s.summary = 'Your summary here'
@@ -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.11.5'
47
+ VERSION = '0.11.6'
48
48
  COMPONENT = 'six-updater'
49
49
 
50
50
  # Configuration
@@ -254,6 +254,7 @@ module Six
254
254
  else
255
255
  if FileTest.exist?(@path)
256
256
  log.warn "WARNING: Folder already exists but seems incompatible. Not installing."
257
+ log.info "If you want the software to install this mod, please delete the modfolder"
257
258
  else
258
259
  log.info "Installing... This might take a while, please wait."
259
260
  folder = ''
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.11.5
4
+ version: 0.11.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sickboy