Project

General

Profile

Download (803 Bytes) Statistics
| Branch: | Tag: | Revision:
require 'date'

require File.expand_path('../lib/foreman_abrt/version', __FILE__)

Gem::Specification.new do |s|
s.name = "foreman_abrt"
s.version = ForemanAbrt::VERSION
s.date = Date.today.to_s
s.authors = ["Martin Milata"]
s.email = ["jfilak@redhat.com", "mmilata@redhat.com"]
s.homepage = "http://github.com/abrt/foreman_abrt"
s.summary = "Display reports from Automatic Bug Reporting Tool"
s.description = "Foreman plugin that allows you to see problem reports "\
"submitted by Automatic Bug Reporting Tool."
s.license = "GPL-3.0"

s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]

s.add_dependency "deface"
#s.add_development_dependency "sqlite3"
end
(7-7/7)