diff options
| author | Darryl L. Pierce <dpierce@redhat.com> | 2008-08-13 13:09:27 -0400 |
|---|---|---|
| committer | Darryl L. Pierce <dpierce@redhat.com> | 2008-08-14 08:27:27 -0400 |
| commit | d7d731ffa00bbd50a49750940006ab53f6cad2fa (patch) | |
| tree | 332a1493de538d1b2c6ae902fc8fcfcabc80f547 /contrib/ruby/Rakefile | |
| parent | 5ec6348575e18f942902fc039cca24480d14984b (diff) | |
| download | cobbler-d7d731ffa00bbd50a49750940006ab53f6cad2fa.tar.gz cobbler-d7d731ffa00bbd50a49750940006ab53f6cad2fa.tar.xz cobbler-d7d731ffa00bbd50a49750940006ab53f6cad2fa.zip | |
The auth_token is now cached as Cobbler::Base@@auth_token.
Also fixed up some documentation and how properties are handled that
are either arrays of values or hashes.
Diffstat (limited to 'contrib/ruby/Rakefile')
| -rw-r--r-- | contrib/ruby/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ruby/Rakefile b/contrib/ruby/Rakefile index 1d497245..f4d88fe4 100644 --- a/contrib/ruby/Rakefile +++ b/contrib/ruby/Rakefile @@ -24,7 +24,7 @@ require 'rake/gempackagetask' PKG_NAME='rubygem-cobbler' PKG_VERSION='0.0.1' PKG_FILES=FileList[ - 'Rakefile', 'README', 'COPYING', 'NEWS', + 'Rakefile', 'README', 'ChangeLog', 'COPYING', 'NEWS', 'TODO', 'lib/**/*.rb', 'examples/**/*.rb', 'config/*', |
