small fix

This commit is contained in:
Torsten Ruger 2014-07-29 18:53:08 +03:00
parent 869788536f
commit e341e6e508
1 changed files with 2 additions and 2 deletions

View File

@ -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