Sha256: 23adc1af964c14f38052f23c1bab3e483bc9ca14ae59ad2bc0522470cfc0cca9

Contents?: true

Size: 1.09 KB

Versions: 13

Compression:

Stored size: 1.09 KB

Contents

$:.push File.expand_path("../lib", __FILE__)

# Maintain your gem's version:
require "redhat_access/version"

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = "redhat_access"
  s.version     = RedhatAccess::VERSION
  s.authors     = ["Lindani Phiri", "Rex White"]
  s.email       = ["lphiri@redhat.com"]
  s.homepage    = "https://github.com/redhataccess/foreman-plugin"
  s.license     = 'GPLv3'
  s.summary     = "Plugin to add Redhat Access to Foreman"
  s.description = "This plugin adds Red Hat Access knowledge base search, case management and diagnostics to Foreman"
  s.metadata    = {"changelog_uri" => "https://github.com/redhataccess/foreman-plugin/blob/master/redhat-access/releases.md"}

  s.files = Dir["{app,config,db,lib,vendor,public,script,ca,locale}/**/*"] + ["LICENSE.txt", "Rakefile", "README.rdoc", "redhat_access.gemspec", "Gemfile"]
  s.test_files = Dir["test/**/*"]
  s.add_dependency "redhat_access_lib" , ">=1.1.5"
  s.add_dependency "angular-rails-templates", ">=0.0.4"
  s.add_dependency "foreman-tasks"
  s.add_dependency "katello"

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
redhat_access-2.9.1 redhat_access.gemspec
redhat_access-2.8.1 redhat_access.gemspec
redhat_access-2.2.20 redhat_access.gemspec
redhat_access-2.2.19 redhat_access.gemspec
redhat_access-2.2.18 redhat_access.gemspec
redhat_access-2.2.17 redhat_access.gemspec
redhat_access-2.2.16 redhat_access.gemspec
redhat_access-2.2.15 redhat_access.gemspec
redhat_access-2.2.14 redhat_access.gemspec
redhat_access-2.2.13 redhat_access.gemspec
redhat_access-2.2.12 redhat_access.gemspec
redhat_access-2.2.11 redhat_access.gemspec
redhat_access-2.2.10 redhat_access.gemspec