six-updater 0.11.2 → 0.11.3

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
@@ -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.2'
15
+ s.version = '0.11.3'
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.2'
47
+ VERSION = '0.11.3'
48
48
  COMPONENT = 'six-updater'
49
49
 
50
50
  # Configuration
@@ -202,8 +202,8 @@ module Six
202
202
  return
203
203
  end
204
204
 
205
- log.info 'Updating... This might take a while, please wait.'
206
205
  @stat[:previous] = @repository.version
206
+ log.info "Current Version: #{@stat[:previous]}, checking for updates..."
207
207
  done = @repository.update
208
208
  @stat[:current] = @repository.version
209
209
 
@@ -219,6 +219,7 @@ module Six
219
219
  log.info "No updates found"
220
220
  write_version # DO this always incase previous version.txt failed for whatever reason!
221
221
  else
222
+ log.info "Applied version: #{@stat[:current]}"
222
223
  @changed = true
223
224
  if write_version
224
225
  #write_changelog
@@ -252,7 +253,7 @@ module Six
252
253
  update
253
254
  else
254
255
  if FileTest.exist?(@path)
255
- log.info "WARNING: Folder already exists but does not seem to be a repository. Not installing"
256
+ log.warn "WARNING: Folder already exists but seems incompatible. Not installing."
256
257
  else
257
258
  log.info "Installing (depth: #{@modconfig[:depth]})... This might take a while, please wait."
258
259
  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.2
4
+ version: 0.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sickboy
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-09 00:00:00 +01:00
12
+ date: 2009-12-10 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency