using raketasks

This commit is contained in:
Torsten Ruger
2015-05-03 22:58:33 +03:00
parent 42b85dbb4f
commit fd0e57e2de
6 changed files with 10 additions and 102 deletions

View File

@ -2,15 +2,15 @@
Gem::Specification.new do |s|
s.name = 'salama-reader'
s.version = '0.0.2'
s.version = '0.0.3'
s.authors = ['Torsten Ruger']
s.email = 'torsten@villataika.fi'
s.extra_rdoc_files = ['README.md']
s.files = %w(README.md LICENSE) + Dir.glob("lib/**/*")
s.homepage = 'https://github.com/salama/salama-reader'
s.license = 'MIT'
s.license = 'GNU v3'
s.require_paths = ['lib']
s.summary = 'Ruby parser for the salama machine'
s.summary = 'Ruby parser for the salama machine'
end