rx-file/rx-file.gemspec

16 lines
476 B
Ruby
Raw Permalink Normal View History

2015-05-03 19:26:09 +02:00
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
2017-09-27 14:35:55 +02:00
s.name = 'rx-file'
2015-10-07 14:08:16 +02:00
s.version = '0.3.0'
2015-05-03 19:26:09 +02:00
s.authors = ['Torsten Ruger']
s.email = 'torsten@villataika.fi'
s.extra_rdoc_files = ['README.md']
2015-05-03 21:50:06 +02:00
s.files = %w(README.md LICENSE Rakefile) + Dir.glob("lib/**/*")
2017-09-27 14:35:55 +02:00
s.homepage = 'https://github.com/ruby-x/rx-file'
2015-05-03 19:26:09 +02:00
s.license = 'MIT'
s.require_paths = ['lib']
2017-04-14 13:45:14 +02:00
s.summary = 'Rubyx object file is the object file format of rubyx. It is a sort of condensed yaml'
2015-05-03 19:26:09 +02:00
end