Skip to content

Commit

Permalink
remove RR mark as it appears to upset rubygems.org
Browse files Browse the repository at this point in the history
  • Loading branch information
roja committed Sep 22, 2012
1 parent fd142f0 commit e99935e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "words"
gem.summary = %Q{A Fast & Easy to use interface to WordNet® with cross ruby distribution compatibility.}
gem.description = %Q{Words, with both pure ruby & tokyo-cabinate backends, implements a fast interface to Wordnet® over the same easy-to-use API. The FFI backend makes use of Tokyo Cabinet and the FFI interface, rufus-tokyo, to provide cross ruby distribution compatability and blistering speed. The pure ruby interface operates on a special ruby optimised index along with the basic dictionary files provided by WordNet®. I have attempted to provide ease of use in the form of a simple yet powerful api and installation is a sintch!}
gem.summary = %Q{A Fast & Easy to use interface to WordNet with cross ruby distribution compatibility.}
gem.description = %Q{Words, with both pure ruby & tokyo-cabinate backends, implements a fast interface to Wordnet over the same easy-to-use API. The FFI backend makes use of Tokyo Cabinet and the FFI interface, rufus-tokyo, to provide cross ruby distribution compatability and blistering speed. The pure ruby interface operates on a special ruby optimised index along with the basic dictionary files provided by WordNet. I have attempted to provide ease of use in the form of a simple yet powerful api and installation is a sintch!}
gem.email = "roja@arbia.co.uk"
gem.homepage = "http://github.com/roja/words"
gem.authors = ["Roja Buck"]
Expand Down

0 comments on commit e99935e

Please sign in to comment.