summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Souter <petems@users.noreply.github.com>2017-07-03 12:28:05 +0100
committerGitHub <noreply@github.com>2017-07-03 12:28:05 +0100
commitc100142be7ae56ceefb294140df2b4640e4387ef (patch)
tree959f2c5b92ce0d242bc036cee66b2b1c5661531d
parent0cc6cc8e15d08880585e8cb0c54e13c3cf937c54 (diff)
downloadmethod_source-c100142be7ae56ceefb294140df2b4640e4387ef.tar.gz
Add MIT License to Gemfile
-rw-r--r--method_source.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/method_source.gemspec b/method_source.gemspec
index d24b3d9..464e9f8 100644
--- a/method_source.gemspec
+++ b/method_source.gemspec
@@ -6,6 +6,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["John Mair (banisterfiend)"]
+ s.licenses = ['MIT']
s.date = "2012-10-17"
s.description = "retrieve the sourcecode for a method"
s.email = "jrmair@gmail.com"