Sha256: 300d47e7790f8d4a60bd3c8a54740cc7c0f44747237d695e8fa09b304715a599

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

#
# example_distros.rb
#
# Copyright (C) 2008,2009 Red Hat, Inc.
# Written by Darryl L. Pierce <dpierce@redhat.com>
# Extended 2012 by duritong <peter.meier@immerda.ch>
#
# This file is part of rubygem-cobbler.
#
# rubygem-cobbler is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 2.1 of the License, or
# (at your option) any later version.
#
# rubygem-cobbler is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with rubygem-cobbler.  If not, see <http://www.gnu.org/licenses/>.
#

base = File.expand_path(File.join(File.dirname(__FILE__), ".."))
$LOAD_PATH << File.join(base, "lib")
$LOAD_PATH << File.join(base, "examples")

require 'utils'
Cobbler::Examples::Utils.enhance

puts "Cobbler version: #{Cobbler::Base.remote_version}"

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
cobbler-2.0.3 examples/example_version.rb
cobbler-2.0.2 examples/example_version.rb
cobbler-2.0.1 examples/example_version.rb
gapinc-cobbler-2.0.0 examples/example_version.rb
cobbler-2.0.0 examples/example_version.rb