Update gemspec and gitignore

This commit is contained in:
VetheonGames 2023-09-19 23:58:28 -06:00
parent 5f590b3f0b
commit db8d5634c9
2 changed files with 1 additions and 5 deletions

2
.gitignore vendored
View File

@ -9,4 +9,4 @@
# rspec failure tracking
.rspec_status
actionhash-1.0.0.gem
actionhash-*.gem

View File

@ -17,9 +17,6 @@ Gem::Specification.new do |spec|
spec.license = 'PixelRidge-BEGPULSE'
spec.required_ruby_version = '>= 3.2.2'
spec.metadata['allowed_push_host'] = 'https://git.pixelridgesoftworks.com/api/packages/PixelRidge-Softworks/rubygems'
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://git.pixelridgesoftworks.com/PixelRidge-Softworks/ActionHash'
@ -32,6 +29,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.funding_uri = 'https://www.paypal.com/donate/?hosted_button_id=YF5XS7ZXQ6F8A'
spec.post_install_message = 'If you find this gem useful, consider supporting its development: https://www.paypal.com/donate/?hosted_button_id=YF5XS7ZXQ6F8A'
end