-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from manorie/development
Move to v1.0.0
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
|