From db8d5634c97ec501711e807c9b6a7bff6aa6bc4e Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Tue, 19 Sep 2023 23:58:28 -0600 Subject: [PATCH] Update gemspec and gitignore --- .gitignore | 2 +- actionhash.gemspec | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e8202ed..127d64b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ # rspec failure tracking .rspec_status -actionhash-1.0.0.gem +actionhash-*.gem diff --git a/actionhash.gemspec b/actionhash.gemspec index 51af558..090da1a 100644 --- a/actionhash.gemspec +++ b/actionhash.gemspec @@ -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