rubyx/salama.gemspec

18 lines
547 B
Ruby
Raw Normal View History

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
2014-07-29 17:33:11 +02:00
s.name = 'salama'
s.version = '0.0.1'
s.authors = ['Torsten Ruger']
s.email = 'torsten@villataika.fi'
s.extra_rdoc_files = ['README.markdown']
s.files = %w(README.markdown LICENSE.txt Rakefile) + Dir.glob("lib/**/*")
2014-07-29 17:33:11 +02:00
s.homepage = 'https://github.com/salama-vm/salama'
s.license = 'MIT'
s.require_paths = ['lib']
2014-07-29 17:33:11 +02:00
s.summary = 'Hey salama, what do you want to be when you grow up: I like pink and red, i wanna be a ruby'
s.add_dependency 'parslet', '~> 1.6.1'
end