summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2013-11-07 22:40:30 -0500
committerAustin Ziegler <austin@zieglers.ca>2014-04-26 16:31:36 -0400
commitc2479b3095a01620843d7986b5ed97903d47bae6 (patch)
tree20f221fc238362e4c3af71e3c72e7cecedae6096 /Rakefile
parent8950f333ee55e26c9f33f9d0012115fd26114a6d (diff)
downloaddiff-lcs-c2479b3095a01620843d7986b5ed97903d47bae6.tar.gz
Final changes for release 1.25.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index f8330bc..5186800 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,6 +22,8 @@ Hoe.spec 'diff-lcs' do
self.readme_file = 'README.rdoc'
self.extra_rdoc_files = FileList["*.rdoc"].to_a
+ %w(MIT Perl\ Artistic\ v2 GNU\ GPL\ v2).each { |l| self.license l }
+
self.extra_dev_deps << ['hoe-bundler', '~> 1.2']
self.extra_dev_deps << ['hoe-doofus', '~> 1.0']
self.extra_dev_deps << ['hoe-gemspec2', '~> 1.1']