Final v0.2.2 gemspec update

Adjust description, add changelog uri, and funding uri
This commit is contained in:
VetheonGames 2024-06-22 11:36:51 -06:00
parent 479fb54209
commit b92b06218c

View File

@ -10,14 +10,16 @@ Gem::Specification.new do |spec|
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.homepage = 'https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Todo_Marker'
them. Mark things to add to the TODO.md with the # !!TODO!! magic comment. Ensure to checkout the
documentation to learn styles!'
spec.homepage = 'https://git.pixelridgesoftworks.com/PixelRidge-Softworks'
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['changelog_uri'] = 'https://git.pixelridgesoftworks.com/PixelRidge-Softworks/Todo_Marker/src/branch/main/changelog.md'
spec.metadata['funding_uri'] = 'https://www.paypal.com/donate/?hosted_button_id=YF5XS7ZXQ6F8A'
spec.files = Dir['lib/**/*.rb', 'bin/*']