Sha256: e7a10dde504b24d324c28a5d2ee33e2a61b1b97ca80c01437bd739c04bbd93b3
Contents?: true
Size: 563 Bytes
Versions: 1
Compression:
Stored size: 563 Bytes
Contents
$:.unshift File.join(File.dirname(__FILE__), 'lib') require 'trie-file/version' Gem::Specification.new do |s| s.name = "trie-file" s.version = ::TrieFile::VERSION s.authors = ["Cameron Dutro"] s.email = ["camertron@gmail.com"] s.homepage = "http://github.com/camertron" s.description = s.summary = "Memory-efficient cached trie and trie storage." s.platform = Gem::Platform::RUBY s.has_rdoc = true s.require_path = 'lib' s.files = Dir["{lib,spec}/**/*", "Gemfile", "History.txt", "README.md", "Rakefile", "trie-file.gemspec"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trie-file-1.0.0 | trie-file.gemspec |