From 130a180e797df16ef338ddfb0393fdcd331321c9 Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Sat, 22 May 2021 23:22:49 -0500 Subject: [PATCH] Fix doc link in gemspec --- lib/standup_md/version.rb | 2 +- standup_md.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/standup_md/version.rb b/lib/standup_md/version.rb index a6d62e4..df79bd9 100644 --- a/lib/standup_md/version.rb +++ b/lib/standup_md/version.rb @@ -21,7 +21,7 @@ module Version # Patch version. # # @return [Integer] - PATCH = 11 + PATCH = 12 ## # Version as +[MAJOR, MINOR, PATCH]+ diff --git a/standup_md.gemspec b/standup_md.gemspec index de00509..dff18f2 100644 --- a/standup_md.gemspec +++ b/standup_md.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.metadata['source_code_uri'] = 'https://github.com/evanthegrayt/standup_md' spec.metadata['documentation_uri'] = - 'https://evanthegrayt.github.io/standup_md/doc/index.html' + 'https://evanthegrayt.github.io/standup_md/' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})