Skip to content

Commit

Permalink
Regenerated gemspec for version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roja committed Jun 20, 2010
1 parent 1cd94c8 commit 1546b82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions words.gemspec
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Roja Buck"]
s.date = %q{2010-02-15}
s.date = %q{2010-06-20}
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 Down Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{words}
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{A Fast & Easy to use interface to WordNet® with cross ruby distribution compatability.}
s.test_files = [
"spec/words_spec.rb"
Expand Down

0 comments on commit 1546b82

Please sign in to comment.