summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-08-17 11:54:07 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-08-17 11:54:07 -0700
commit95fc90723bb041134c8fe3be8714e8599664ce8b (patch)
treeb4aa5370693ae8c689a38f1ea6700a17a3c555c5 /Rakefile
parentb4c0f7f54d9652e73e77a8703da5d031f70041ea (diff)
downloadpsych-95fc90723bb041134c8fe3be8714e8599664ce8b.tar.gz
syncing with ruby trunk
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 457327d..87cf8d6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,10 +11,10 @@ end
gem 'rake-compiler', '>= 0.4.1'
require "rake/extensiontask"
-Hoe.plugin :debugging, :doofus, :git
+Hoe.plugin :debugging, :doofus, :git, :gemspec
Hoe.spec 'psych' do
- developer 'Aaron Patterson', 'aaronp@rubyforge.org'
+ developer 'Aaron Patterson', 'aaron@tenderlovemaking.com'
self.extra_rdoc_files = Dir['*.rdoc']
self.history_file = 'CHANGELOG.rdoc'