diff options
author | Maciej Mensfeld <maciej@mensfeld.pl> | 2017-11-21 18:43:57 +0100 |
---|---|---|
committer | Maciej Mensfeld <maciej@mensfeld.pl> | 2017-11-21 18:43:57 +0100 |
commit | 71c04053970e5803e5cb8161e13a7b3fc3414d11 (patch) | |
tree | 478296276cedf185112e0174e2d4a26ad3dbd808 /method_source.gemspec | |
parent | b14edf9aa5ef8145c183550f183970df8f25bf20 (diff) | |
download | method_source-71c04053970e5803e5cb8161e13a7b3fc3414d11.tar.gz |
license for the gemspec
Diffstat (limited to 'method_source.gemspec')
-rw-r--r-- | method_source.gemspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/method_source.gemspec b/method_source.gemspec index 5e91d73..a9ddbc4 100644 --- a/method_source.gemspec +++ b/method_source.gemspec @@ -8,11 +8,12 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Mair (banisterfiend)".freeze] - s.date = "2017-10-22" + s.date = "2017-11-21" s.description = "retrieve the sourcecode for a method".freeze s.email = "jrmair@gmail.com".freeze s.files = [".gemtest".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "lib/method_source.rb".freeze, "lib/method_source/code_helpers.rb".freeze, "lib/method_source/source_location.rb".freeze, "lib/method_source/version.rb".freeze, "method_source.gemspec".freeze, "spec/method_source/code_helpers_spec.rb".freeze, "spec/method_source_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://banisterfiend.wordpress.com".freeze + s.licenses = ["MIT".freeze] s.rubygems_version = "2.6.13".freeze s.summary = "retrieve the sourcecode for a method".freeze s.test_files = ["spec/method_source/code_helpers_spec.rb".freeze, "spec/method_source_spec.rb".freeze, "spec/spec_helper.rb".freeze] |