aboutsummaryrefslogtreecommitdiff
path: root/foreman_params_tab.gemspec
blob: e18f7b0f3aa1b0df97e35732cffc6f464aa54e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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