summaryrefslogtreecommitdiffstats
path: root/contrib/ruby/Rakefile
diff options
context:
space:
mode:
authorDarryl L. Pierce <dpierce@redhat.com>2008-08-13 13:09:27 -0400
committerDarryl L. Pierce <dpierce@redhat.com>2008-08-14 08:27:27 -0400
commitd7d731ffa00bbd50a49750940006ab53f6cad2fa (patch)
tree332a1493de538d1b2c6ae902fc8fcfcabc80f547 /contrib/ruby/Rakefile
parent5ec6348575e18f942902fc039cca24480d14984b (diff)
downloadcobbler-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/Rakefile2
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/*',