summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-07-24 01:51:22 +0200
committerLuke Kanies <luke@madstop.com>2008-08-18 11:53:15 -0500
commit3e482a27191d2f90e2e281ad19f3143034584f0f (patch)
treedb83b38545c2cc82966703a7815e8230118f8ddd /Rakefile
parent2ec4e298c3274abc8eaad4230bca8d39a48d2e35 (diff)
downloadpuppet-3e482a27191d2f90e2e281ad19f3143034584f0f.tar.gz
puppet-3e482a27191d2f90e2e281ad19f3143034584f0f.tar.xz
puppet-3e482a27191d2f90e2e281ad19f3143034584f0f.zip
Updating the authors list for the gem spec
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 31b857654..4775986bb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -60,6 +60,7 @@ if project.has?(:gem)
'--main' << 'README' <<
'--line-numbers'
task.test_file = "test/Rakefile"
+ task.author = "Luke Kanies"
end
end