0
0
Fork 0

Add gemspec

This commit is contained in:
Stormwind 2015-05-05 22:40:48 +02:00
parent b70a9eaade
commit 0a43aaa23a
1 changed files with 16 additions and 0 deletions

16
rubella.gemspec Normal file
View File

@ -0,0 +1,16 @@
Gem::Specification.new do |s|
s.name = 'rubella'
s.version = '0.1.0'
s.date = '2015-05-05'
s.summary = "Library to generate heatmaps"
s.description = "Rubella is a library to generate heatmaps to monitor visualize measured values
easier. Like the load of multiple CPU cores over time."
s.authors = ["Stormwind"]
s.email = 'rebecca@quantenteilchen.de'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = %w(lib)
s.homepage = 'https://github.com/Stormwind/rubella'
s.license = '3-clause BSD'
s.extra_rdoc_files = %w(README.md)
end