Skip to content

Commit

Permalink
Regenerated gemspec for version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roja committed Feb 10, 2010
1 parent 2b01a9a commit 654874a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions words.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{words}
s.version = "0.3.1"
s.version = "0.4.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Roja Buck"]
s.date = %q{2010-02-03}
s.date = %q{2010-02-10}
s.default_executable = %q{build_wordnet}
s.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!}
s.email = %q{roja@arbia.co.uk}
Expand All @@ -31,9 +31,10 @@ Gem::Specification.new do |s|
"lib/relation.rb",
"lib/synset.rb",
"lib/wordnet_connection.rb",
"lib/wordnet_connectors/pure_wordnet_connection.rb",
"lib/wordnet_connectors/tokyo_wordnet_connection.rb",
"lib/words.rb",
"test/helper.rb",
"test/test_words.rb",
"spec/words_spec.rb",
"words.gemspec"
]
s.homepage = %q{http://github.com/roja/words}
Expand All @@ -43,8 +44,7 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.5}
s.summary = %q{A Fast & Easy to use interface to WordNet® with cross ruby distribution compatability.}
s.test_files = [
"test/test_words.rb",
"test/helper.rb"
"spec/words_spec.rb"
]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 654874a

Please sign in to comment.