1 Gem::Specification.new do |s|
4 s.author = "Poet (Tim Sally)"
5 s.email = "poet@stack.io"
6 s.homepage = "http://www.atomicpeace.com"
7 s.description = "Grammars matching the Tor Spec."
8 s.add_dependency('treetop', '>= 1.4.8')
9 s.files = %w(README.txt LICENSE.txt Rakefile) + Dir.glob("lib/**/*")