small fix
This commit is contained in:
parent
869788536f
commit
e341e6e508
@ -7,11 +7,11 @@ Gem::Specification.new do |s|
|
||||
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/**/*")
|
||||
s.files = %w(README.md LICENSE.txt Rakefile) + Dir.glob("lib/**/*")
|
||||
s.homepage = 'https://github.com/salama-vm/salama'
|
||||
s.license = 'MIT'
|
||||
s.require_paths = ['lib']
|
||||
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.summary = 'Salama (lightning) is a native oo vm without any c'
|
||||
|
||||
s.add_dependency 'parslet', '~> 1.6.1'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user