summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorBenjamin Fleischer <github@benjaminfleischer.com>2013-10-08 22:00:31 -0500
committerBenjamin Fleischer <github@benjaminfleischer.com>2013-10-09 23:40:18 +0300
commit9486a2f467a09099350497ab3a95b4390181c822 (patch)
treed179da046caec680ac14ce5f1db980e0610a3b32 /Rakefile
parentaaa92999d3476e72ce8c780b82d74214ae317a94 (diff)
downloadpsych-9486a2f467a09099350497ab3a95b4390181c822.tar.gz
[#163] Add license to gemspec, is MIT
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 00f040a..fd20115 100644
--- a/Rakefile
+++ b/Rakefile
@@ -14,6 +14,7 @@ require "rake/extensiontask"
Hoe.plugin :doofus, :git, :gemspec, :isolate
$hoe = Hoe.spec 'psych' do
+ license 'MIT'
developer 'Aaron Patterson', 'aaron@tenderlovemaking.com'
self.extra_rdoc_files = Dir['*.rdoc']