Sha256: cf79e47a72c35e4f3ce9e7b1b24d34ba5522706fe56a115622cf587d41798f5e
Contents?: true
Size: 574 Bytes
Versions: 32
Compression:
Stored size: 574 Bytes
Contents
require "lib/treetop/version" $gemspec = Gem::Specification.new do |s| s.name = "treetop" s.version = Treetop::VERSION::STRING s.author = "Nathan Sobo" s.email = "nathansobo@gmail.com" s.homepage = "http://functionalform.blogspot.com" s.platform = Gem::Platform::RUBY s.summary = "A Ruby-based text parsing and interpretation DSL" s.files = ["LICENSE", "README", "Rakefile", "{test,lib,bin,doc,examples}/**/*"].map{|p| Dir[p]}.flatten s.bindir = "bin" s.executables = ["tt"] s.require_path = "lib" s.autorequire = "treetop" s.has_rdoc = false end
Version data entries
32 entries across 32 versions & 3 rubygems