aboutsummaryrefslogtreecommitdiff
path: root/foreman_params_tab.gemspec
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-08-10 20:30:42 +0200
committerGuido Günther <agx@sigxcpu.org>2016-08-10 20:41:05 +0200
commit74e39b8ffaeea5ff360e7290a0a90e4e967e46fc (patch)
tree572168a3e007bb95731689d0fbaa709d368b101f /foreman_params_tab.gemspec
Initial commitHEADmaster
Diffstat (limited to 'foreman_params_tab.gemspec')
-rw-r--r--foreman_params_tab.gemspec21
1 files changed, 21 insertions, 0 deletions
diff --git a/foreman_params_tab.gemspec b/foreman_params_tab.gemspec
new file mode 100644
index 0000000..e18f7b0
--- /dev/null
+++ b/foreman_params_tab.gemspec
@@ -0,0 +1,21 @@
+# coding: utf-8
+require File.expand_path('../lib/foreman_params_tab/version', __FILE__)
+require 'date'
+
+Gem::Specification.new do |s|
+ s.name = 'foreman_params_tab'
+ s.version = ForemanParamsTab::VERSION
+ #s.date = Time.zone.today
+ s.authors = ['Guido Günther']
+ s.email = ['agx@sigxcpu.org']
+ s.homepage = 'https://github.com/agx/foreman_params_tab'
+ s.summary = 'Display params in host overview.'
+ s.description = 'Display a list of params in the hosts overview.'
+
+ s.files = Dir['{app,config,db,lib,locale}/**/*'] + ['LICENSE', 'Rakefile', 'README.md']
+ s.test_files = Dir['test/**/*']
+
+ s.add_dependency 'deface'
+ s.add_development_dependency 'rubocop'
+ s.add_development_dependency 'rdoc'
+end