six-updater 0.11.2 → 0.11.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/six/updater.rb +1 -1
- data/lib/six/updater/mod.rb +3 -2
- metadata +2 -2
data/Rakefile
CHANGED
data/lib/six/updater.rb
CHANGED
data/lib/six/updater/mod.rb
CHANGED
@@ -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.
|
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.
|
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-
|
12
|
+
date: 2009-12-10 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|