six-updater 0.15.7 → 0.15.8
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 +1 -1
- data/lib/six/updater.rb +1 -1
- data/lib/six/updater/mod.rb +5 -0
- metadata +3 -3
data/Rakefile
CHANGED
data/lib/six/updater.rb
CHANGED
data/lib/six/updater/mod.rb
CHANGED
|
@@ -196,6 +196,11 @@ module Six
|
|
|
196
196
|
# INSTALL process
|
|
197
197
|
def install
|
|
198
198
|
log.debug "Path: #{@path}"
|
|
199
|
+
if @modconfig[:disabled]
|
|
200
|
+
log.info "Mod is tagged 'disabled' in the configuration file. Skipping..."
|
|
201
|
+
return
|
|
202
|
+
end
|
|
203
|
+
|
|
199
204
|
if @installed
|
|
200
205
|
log.info "Already installed, trying to update..."
|
|
201
206
|
update
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 15
|
|
8
|
-
-
|
|
9
|
-
version: 0.15.
|
|
8
|
+
- 8
|
|
9
|
+
version: 0.15.8
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Sickboy
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-04-
|
|
17
|
+
date: 2010-04-05 00:00:00 +02:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|