Sha256: 1c04b1af42160a2b9c0bc56c8e5c99646e10a776ddaa6848372517016065efb4

Contents?: true

Size: 615 Bytes

Versions: 18

Compression:

Stored size: 615 Bytes

Contents

require "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.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.2.5"
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
mail-2.1.3 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-2.1.2 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-2.1.1 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-2.1.0 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-2.0.5 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-2.0.3 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-1.6.0 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-1.5.4 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-1.5.3 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-1.5.2 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-1.5.1 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-1.5.0 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-1.4.3 lib/mail/vendor/treetop-1.4.3/treetop.gemspec
mail-1.4.2 lib/vendor/treetop-1.4.3/treetop.gemspec
mail-1.4.1 lib/vendor/treetop-1.4.3/treetop.gemspec
mail-1.4.0 lib/vendor/treetop-1.4.3/treetop.gemspec
mail-1.3.5 lib/vendor/treetop-1.4.3/treetop.gemspec
mail-1.3.4 lib/vendor/treetop-1.4.3/treetop.gemspec