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 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.15.7'
15
+ s.version = '0.15.8'
16
16
  s.has_rdoc = true
17
17
  s.extra_rdoc_files = ['README', 'LICENSE']
18
18
  s.summary = 'Your summary here'
@@ -45,7 +45,7 @@ end
45
45
  module Six
46
46
  # TODO: Evaluate if this module should be a class instead?
47
47
  module Updater
48
- VERSION = '0.15.6'
48
+ VERSION = '0.15.8'
49
49
  COMPONENT = 'six-updater'
50
50
 
51
51
  # Configuration
@@ -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
- - 7
9
- version: 0.15.7
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-04 00:00:00 +02:00
17
+ date: 2010-04-05 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency