rbtagger 0.4.1 → 0.4.2

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.
@@ -2,7 +2,7 @@ module RbTagger #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 4
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbtagger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Todd A. Fisher
@@ -27,6 +27,9 @@ files:
27
27
  - LICENSE
28
28
  - README
29
29
  - Rakefile
30
+ - lib/brill/brown/LEXICON
31
+ - lib/brill/brown/LEXICALRULEFILE
32
+ - lib/brill/brown/CONTEXTUALRULEFILE
30
33
  - lib/brill/brown/Lexicon.rb
31
34
  - lib/brill/tagger.rb
32
35
  - lib/rbtagger/version.rb