Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler McMullen committed Apr 17, 2009
1 parent 925359d commit 7ec11e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tyler McMullen"]
s.date = %q{2009-04-16}
s.date = %q{2009-04-17}
s.description = %q{Ruby Trie based on libdatrie.}
s.email = %q{tyler@scribd.com}
s.extensions = ["ext/trie/extconf.rb"]
s.files = ["README.textile", "VERSION.yml", "lib/trie.rb", "spec/trie_spec.rb", "ext/trie", "ext/trie/darray.c", "ext/trie/darray.h", "ext/trie/extconf.rb", "ext/trie/fileutils.c", "ext/trie/fileutils.h", "ext/trie/Makefile", "ext/trie/tail.c", "ext/trie/tail.h", "ext/trie/trie-private.c", "ext/trie/trie-private.h", "ext/trie/trie.c", "ext/trie/trie.h", "ext/trie/triedefs.h"]
s.files = ["README.textile", "VERSION.yml", "lib/trie.rb", "spec/trie_spec.rb", "ext/trie", "ext/trie/darray.c", "ext/trie/darray.h", "ext/trie/darray.o", "ext/trie/extconf.rb", "ext/trie/fileutils.c", "ext/trie/fileutils.h", "ext/trie/fileutils.o", "ext/trie/Makefile", "ext/trie/tail.c", "ext/trie/tail.h", "ext/trie/tail.o", "ext/trie/trie-private.c", "ext/trie/trie-private.h", "ext/trie/trie-private.o", "ext/trie/trie.bundle", "ext/trie/trie.c", "ext/trie/trie.h", "ext/trie/trie.o", "ext/trie/triedefs.h", "ext/trie/typedefs.h"]
s.homepage = %q{http://github.com/tyler/trie}
s.require_paths = ["ext", "lib"]
s.rubygems_version = %q{1.3.1}
Expand Down

0 comments on commit 7ec11e2

Please sign in to comment.