Skip to content

Commit

Permalink
Merge pull request #4 from manorie/development
Browse files Browse the repository at this point in the history
Move to v1.0.0
  • Loading branch information
Mehmet Cetin committed Oct 3, 2015
2 parents 39a0641 + 18faa90 commit 96a780e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/textoken/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Textoken
VERSION = "0.1.0"
VERSION = "1.0.0"
end
5 changes: 3 additions & 2 deletions textoken.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Gem::Specification.new do |s|
s.email = ["[email protected]"]
s.homepage = "https://github.com/manorie/textoken"
s.summary = "Simple and customizable text tokenization gem."
s.description = "Textoken extracts words from text with many customizations.
It can be used for many purposes, including NLP."
s.description = "Textoken is a Ruby library for text tokenization.
This gem extracts words from text with many customizations.
It can be used in many fields like crawling and Natural Language Processing."
s.license = "MIT"

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
Expand Down

0 comments on commit 96a780e

Please sign in to comment.