Sha256: f962a9d76d110009349d390d77b54841b38a54b2c499ccd9f56ee07a7d8f763e
Contents?: true
Size: 669 Bytes
Versions: 63
Compression:
Stored size: 669 Bytes
Contents
require File.expand_path("../lib/treetop/version", __FILE__) $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.md", "Rakefile", "treetop.gemspec", "{spec,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 s.add_dependency "polyglot", ">= 0.3.1" end
Version data entries
63 entries across 33 versions & 2 rubygems