summaryrefslogtreecommitdiff
path: root/method_source.gemspec
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2017-09-26 13:32:38 +0200
committerGitHub <noreply@github.com>2017-09-26 13:32:38 +0200
commitd1e558d0a0ede98cdd0420b6f3b004a90e4efab5 (patch)
treedbb83cb7a14f4f8850608f654da9088990eef3a5 /method_source.gemspec
parent72919e780c3cd48789aba009fdc11e0e52554ace (diff)
parentc100142be7ae56ceefb294140df2b4640e4387ef (diff)
downloadmethod_source-d1e558d0a0ede98cdd0420b6f3b004a90e4efab5.tar.gz
Merge pull request #46 from petems/patch-1
Add MIT License to Gemfile
Diffstat (limited to 'method_source.gemspec')
-rw-r--r--method_source.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/method_source.gemspec b/method_source.gemspec
index 2b2bc40..3fef64c 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"