Sha256: a6e88c8be848d770afcc5b790f3e43fd413d06185dcd7ab4e61754c24f3d8bbd

Contents?: true

Size: 869 Bytes

Versions: 12

Compression:

Stored size: 869 Bytes

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"]
  s.email       = ["lphiri@redhat.com"]
  s.homepage    = "http://www.lphiri.redhat.com"
  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.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.0"
  s.add_dependency "angular-rails-templates", ">=0.0.4"

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
redhat_access-2.0.17 redhat_access.gemspec
redhat_access-2.0.16 redhat_access.gemspec
redhat_access-2.0.15 redhat_access.gemspec
redhat_access-2.0.14 redhat_access.gemspec
redhat_access-2.1.0 redhat_access.gemspec
redhat_access-2.0.13 redhat_access.gemspec
redhat_access-2.0.12 redhat_access.gemspec
redhat_access-2.0.11 redhat_access.gemspec
redhat_access-2.0.10 redhat_access.gemspec
redhat_access-2.0.9 redhat_access.gemspec
redhat_access-2.0.8 redhat_access.gemspec
redhat_access-2.0.7 redhat_access.gemspec