Skip to content

Commit

Permalink
Fix doc link in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
evanthegrayt committed May 23, 2021
1 parent 012dc18 commit 130a180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/standup_md/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Version
# Patch version.
#
# @return [Integer]
PATCH = 11
PATCH = 12

##
# Version as +[MAJOR, MINOR, PATCH]+
Expand Down
2 changes: 1 addition & 1 deletion standup_md.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)/})
Expand Down

0 comments on commit 130a180

Please sign in to comment.