Skip to content

Commit

Permalink
New gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
brenes committed Feb 3, 2013
1 parent 8c34ae0 commit e17c3c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.0
0.2.1
8 changes: 6 additions & 2 deletions stopwords-filter.gemspec
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit e17c3c2

Please sign in to comment.