diff options
author | John Mair <jrmair@gmail.com> | 2017-09-26 13:32:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-26 13:32:38 +0200 |
commit | d1e558d0a0ede98cdd0420b6f3b004a90e4efab5 (patch) | |
tree | dbb83cb7a14f4f8850608f654da9088990eef3a5 | |
parent | 72919e780c3cd48789aba009fdc11e0e52554ace (diff) | |
parent | c100142be7ae56ceefb294140df2b4640e4387ef (diff) | |
download | method_source-d1e558d0a0ede98cdd0420b6f3b004a90e4efab5.tar.gz |
Merge pull request #46 from petems/patch-1
Add MIT License to Gemfile
-rw-r--r-- | method_source.gemspec | 1 |
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" |