Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
Modified changelog, version and gemspec for new gem version
  • Loading branch information
brenes committed Jan 17, 2014
1 parent 5483975 commit b70ef0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
0.3.0:
* Added custom words list to snowball filter [@sbeckeriv]
* Fixed problem about initialization: https://github.com/brenes/stopwords-filter/issues/3 [@zackxu1]
0.2.0: 0.2.0:
* Added stopword? method [@s2gatev] * Added stopword? method [@s2gatev]
* Added Sieve class [@s2gatev] * Added Sieve class [@s2gatev]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.1 0.3.0
2 changes: 1 addition & 1 deletion stopwords-filter.gemspec
Expand Up @@ -5,7 +5,7 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{stopwords-filter} s.name = %q{stopwords-filter}
s.version = "0.2.1" s.version = "0.3.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["David J. Brenes"] s.authors = ["David J. Brenes"]
Expand Down

0 comments on commit b70ef0a

Please sign in to comment.