diff --git a/VERSION b/VERSION index bd52db8..0c62199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.0 \ No newline at end of file +0.2.1 diff --git a/stopwords-filter.gemspec b/stopwords-filter.gemspec index 7a81a4d..8fe5dda 100644 --- a/stopwords-filter.gemspec +++ b/stopwords-filter.gemspec @@ -5,18 +5,20 @@ Gem::Specification.new do |s| s.name = %q{stopwords-filter} - s.version = "0.0.0" + s.version = "0.2.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["David J. Brenes"] - s.date = %q{2012-08-12} + s.date = %q{2013-02-03} s.description = %q{Small library that allows you to create a simple stopwords filter or use some based on Snowball stopwords lists} s.email = %q{davidjbrenes@gmail.com} s.extra_rdoc_files = [ + "CHANGELOG", "LICENSE.txt", "README.md" ] s.files = [ + "CHANGELOG", "Gemfile", "Gemfile.lock", "README.md", @@ -25,6 +27,8 @@ Gem::Specification.new do |s| "lib/stopwords/filter.rb", "lib/stopwords/snowball.rb", "lib/stopwords/snowball/filter.rb", + "lib/stopwords/snowball/wordsieve.rb", + "lib/stopwords/snowball/locales/bg.csv", "lib/stopwords/snowball/locales/da.csv", "lib/stopwords/snowball/locales/de.csv", "lib/stopwords/snowball/locales/en.csv",