From fb90d3cca317752149e546d801daf0bae0b43e22 Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Sat, 22 Jun 2024 11:26:40 -0600 Subject: [PATCH] Update gemspec for release --- todo_marker.gemspec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/todo_marker.gemspec b/todo_marker.gemspec index 8ed75f4..af97499 100644 --- a/todo_marker.gemspec +++ b/todo_marker.gemspec @@ -9,15 +9,16 @@ Gem::Specification.new do |spec| spec.email = ['connor@pixelridgesoftworks.com'] spec.summary = 'Standalone gem for generating TODO.md files' - spec.description = "This standalone gem takes in source code files written in Ruby, and generates a TODO.md file from - them. - mark things to add to the TODO.md with the # !!TODO!! magic comment" + spec.description = 'This standalone gem takes in source code files written in Ruby, and generates a TODO.md file from + them. Mark things to add to the TODO.md with the # !!TODO!! magic comment.' spec.homepage = 'https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Todo_Marker' spec.license = 'GNU V3.0' spec.required_ruby_version = '>= 3.2' spec.metadata['homepage_uri'] = spec.homepage spec.metadata['source_code_uri'] = 'https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Todo_Marker' + spec.metadata['documentation_uri'] = 'https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Todo_Marker/src/branch/main/README.md' + spec.metadata['funding_uri'] = 'https://www.paypal.com/donate/?hosted_button_id=YF5XS7ZXQ6F8A' spec.files = Dir['lib/**/*.rb', 'bin/*'] spec.bindir = 'bin'