Sha256: 33a8fada959f7e5896d848c26fe9351369397839cca3019a01999ef5a01ea61f

Contents?: true

Size: 650 Bytes

Versions: 3

Compression:

Stored size: 650 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", "{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
  s.add_dependency "polyglot", ">= 0.3.0"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mail-2.1.5.2 lib/mail/vendor/treetop-1.4.4/treetop.gemspec
mail-2.1.5.1 lib/mail/vendor/treetop-1.4.4/treetop.gemspec
mail-2.1.5 lib/mail/vendor/treetop-1.4.3/treetop.gemspec