# -*- encoding: utf-8 -*- # stub: tyler-trie 0.3.4 ruby extlib # stub: ext/trie/extconf.rb Gem::Specification.new do |s| s.name = "tyler-trie".freeze s.version = "0.3.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["ext".freeze, "lib".freeze] s.authors = ["Tyler McMullen".freeze] s.date = "2009-05-12" s.description = "Ruby Trie based on libdatrie.".freeze s.email = "tyler@scribd.com".freeze s.extensions = ["ext/trie/extconf.rb".freeze] s.files = ["README.textile".freeze, "VERSION.yml".freeze, "ext/trie".freeze, "ext/trie/Makefile".freeze, "ext/trie/darray.c".freeze, "ext/trie/darray.h".freeze, "ext/trie/extconf.rb".freeze, "ext/trie/fileutils.c".freeze, "ext/trie/fileutils.h".freeze, "ext/trie/tail.c".freeze, "ext/trie/tail.h".freeze, "ext/trie/trie-private.c".freeze, "ext/trie/trie-private.h".freeze, "ext/trie/trie.c".freeze, "ext/trie/trie.h".freeze, "ext/trie/triedefs.h".freeze, "ext/trie/typedefs.h".freeze, "lib/trie.rb".freeze, "spec/trie_spec.rb".freeze] s.homepage = "http://github.com/tyler/trie".freeze s.rdoc_options = ["--title".freeze, "Trie".freeze, "--line-numbers".freeze, "--op".freeze, "rdoc".freeze, "--main".freeze, "ext/trie/trie.c".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "TODO".freeze end