Sha256: 43870e408e440af1e06ccff203bbcda626bf32fd60d613f6bd6e3843dfe7d573

Contents?: true

Size: 595 Bytes

Versions: 1

Compression:

Stored size: 595 Bytes

Contents

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

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

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = "bastion_katello"
  s.version     = BastionKatello::VERSION
  s.authors     = [""]
  s.email       = [""]
  s.homepage    = "http://www.katello.org"
  s.summary     = "UI components for Katello."
  s.description = "UI components for Katello."

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

  s.add_dependency "bastion", "< 1.0.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katello-2.2.2 engines/bastion_katello/bastion_katello.gemspec