summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2013-04-20 19:55:39 -0400
committerAustin Ziegler <austin@zieglers.ca>2013-04-20 19:55:39 -0400
commitf3d75164d36c93b0ab78fc79a5a3beb358a0f4be (patch)
tree785e2e254ff7b37f570d5ee84827a6863e960934 /Rakefile
parent12df45ec8edef0727b3cec2ff6f9ba0d6fff305f (diff)
downloaddiff-lcs-f3d75164d36c93b0ab78fc79a5a3beb358a0f4be.tar.gz
Switching to hoe-gemspec2.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 5664f3d..f8330bc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,7 +7,7 @@ require 'hoe'
Hoe.plugin :bundler
Hoe.plugin :doofus
Hoe.plugin :email
-Hoe.plugin :gemspec
+Hoe.plugin :gemspec2
Hoe.plugin :git
Hoe.plugin :rubyforge
Hoe.plugin :travis
@@ -24,7 +24,7 @@ Hoe.spec 'diff-lcs' do
self.extra_dev_deps << ['hoe-bundler', '~> 1.2']
self.extra_dev_deps << ['hoe-doofus', '~> 1.0']
- self.extra_dev_deps << ['hoe-gemspec', '~> 1.0']
+ self.extra_dev_deps << ['hoe-gemspec2', '~> 1.1']
self.extra_dev_deps << ['hoe-git', '~> 1.5']
self.extra_dev_deps << ['hoe-rubygems', '~> 1.0']
self.extra_dev_deps << ['hoe-travis', '~> 1.2']