Sha256: 4fc5ff0dc6894be6955d2ff15554653db47b8a8d639cc91ef480e1df96e04e74
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
# # cobbler.rb - Cobbler module declaration. # # 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/>. require 'active_support/inflector' require 'cobbler/base' require 'cobbler/distro' require 'cobbler/image' require 'cobbler/profile' require 'cobbler/repo' require 'cobbler/system' module Cobbler VERSION = '2.0.3' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cobbler-2.0.3 | lib/cobbler.rb |