dansguardian 0.4.0 → 0.4.1

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/Changelog CHANGED
@@ -1,3 +1,7 @@
1
+ 0.4.1 (2011-02-20)
2
+
3
+ * filtergroup: default value for :weightedphrasemode
4
+
1
5
  0.4.0 (2011-02-20)
2
6
 
3
7
  * filtergroup: :weightedphrasemode (may override the main config)
@@ -5,7 +5,7 @@ autoload :Set, 'set'
5
5
  require 'configfiles'
6
6
 
7
7
  module DansGuardian
8
- VERSION = '0.4.0'
8
+ VERSION = '0.4.1'
9
9
 
10
10
  autoload :Config, 'dansguardian/config'
11
11
  autoload :Parser, 'dansguardian/parser'
@@ -63,6 +63,7 @@ module DansGuardian
63
63
  '0' => false,
64
64
  '1' => :normal,
65
65
  '2' => :singular
66
+ default :weightedphrasemode, :inherit
66
67
 
67
68
  parameter :naughtynesslimit, :to_i
68
69
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 0
9
- version: 0.4.0
8
+ - 1
9
+ version: 0.4.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Guido De Rosa