fix tests

This commit is contained in:
Torsten Ruger
2015-05-03 20:26:09 +03:00
parent c73983b224
commit c8d35adef4
5 changed files with 63 additions and 8 deletions

View File

@ -0,0 +1,15 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'salama-object-file'
s.version = '0.1'
s.authors = ['Torsten Ruger']
s.email = 'torsten@villataika.fi'
s.extra_rdoc_files = ['README.md']
s.files = %w(README.md LICENSE.txt Rakefile) + Dir.glob("lib/**/*")
s.homepage = 'https://github.com/salama/salama-object-file'
s.license = 'MIT'
s.require_paths = ['lib']
s.summary = 'Salama object file is the object file format of salama. It is a sort of condensed yaml'
end