Sha256: 7195e86458dad18fe5b78251317a43f5dcba3f3f901a93df99383ca16947b862
Contents?: true
Size: 356 Bytes
Versions: 7
Compression:
Stored size: 356 Bytes
Contents
source "https://rubygems.org" gemspec KATELLO_GEMFILE=File.expand_path('../test/katello_app/Gemfile', __FILE__) unless File.exist?(KATELLO_GEMFILE) puts <<MESSAGE Foreman source code is not present. To get the latest version, run: rake test:katello_prepare and try again. MESSAGE else self.instance_eval(Bundler.read_file(KATELLO_GEMFILE)) end
Version data entries
7 entries across 7 versions & 1 rubygems