Sha256: a65085d102284e15f03b36e7fa4368b6cf5133f41836536e6c403d379e809aaf
Contents?: true
Size: 607 Bytes
Versions: 9
Compression:
Stored size: 607 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", ">= 2.0.0", "< 3.0.0" end
Version data entries
9 entries across 9 versions & 1 rubygems