Skip to content

Commit

Permalink
Updated gem spec for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterc committed Aug 23, 2008
1 parent b97113e commit 5a59e5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -7,7 +7,7 @@ whatlanguage


Text language detection. Quick, fast, memory efficient, and all in pure Ruby. Uses Bloom filters for aforementioned speed and memory benefits. Text language detection. Quick, fast, memory efficient, and all in pure Ruby. Uses Bloom filters for aforementioned speed and memory benefits.


Works with Dutch, English, Farsi, French, German, Pinyin, Portuguese, Russian and Spanish out of the box. Works with Dutch, English, Farsi, French, German, Swedish, Portuguese, Russian and Spanish out of the box.


== FEATURES/PROBLEMS: == FEATURES/PROBLEMS:


Expand Down
5 changes: 3 additions & 2 deletions whatlanguage.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "whatlanguage" s.name = "whatlanguage"
s.version = "1.0.1" s.version = "1.0.2"
s.date = "2008-08-22" s.date = "2008-08-23"
s.summary = "Natural language detection for text samples" s.summary = "Natural language detection for text samples"
s.email = "whatlanguage@peterc.org" s.email = "whatlanguage@peterc.org"
s.homepage = "http://github.com/peterc/whatlanguage" s.homepage = "http://github.com/peterc/whatlanguage"
Expand All @@ -22,6 +22,7 @@ Gem::Specification.new do |s|
"lang/portuguese.lang", "lang/portuguese.lang",
"lang/russian.lang", "lang/russian.lang",
"lang/spanish.lang", "lang/spanish.lang",
"lang/swedish.lang",
"lib/bitfield.rb", "lib/bitfield.rb",
"lib/bloominsimple.rb", "lib/bloominsimple.rb",
"lib/whatlanguage.rb", "lib/whatlanguage.rb",
Expand Down

0 comments on commit 5a59e5b

Please sign in to comment.