From d3807d17c7f3f517be9945c54c28e4b729ecb51b Mon Sep 17 00:00:00 2001 From: Rafael Masson Date: Mon, 6 Apr 2020 17:09:59 -0400 Subject: Add changelog to gemspec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For a nice “Changelog” link in the https://rubygems.org/gems/method_source sidebar. --- method_source.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/method_source.gemspec b/method_source.gemspec index 3a5357a..8acb290 100644 --- a/method_source.gemspec +++ b/method_source.gemspec @@ -12,6 +12,7 @@ Gem::Specification.new do |s| s.email = "jrmair@gmail.com".freeze s.files = ["CHANGELOG.md".freeze, ".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.metadata["changelog_uri"] = "https://github.com/banister/method_source/blob/master/CHANGELOG.md".freeze s.licenses = ["MIT".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] -- cgit v1.2.1