From 5ff0545300c0c85768fb8907c19f302375b55073 Mon Sep 17 00:00:00 2001 From: Pat Allan Date: Fri, 8 Mar 2024 20:49:15 +1100 Subject: [PATCH] Add this repository as URLs to the gemspec So it's easy to find the repo from rubygems.org --- fat_zebra.gemspec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fat_zebra.gemspec b/fat_zebra.gemspec index 651aef4..bfc80e3 100644 --- a/fat_zebra.gemspec +++ b/fat_zebra.gemspec @@ -10,10 +10,13 @@ Gem::Specification.new do |s| s.version = FatZebra::VERSION s.authors = ['Fat Zebra'] s.email = ['support@fatzebra.com'] - s.homepage = '' + s.homepage = 'https://github.com/fatzebra/Ruby-Library' s.summary = 'Fat Zebra payments gem - integrate your ruby app with Fat Zebra' s.description = 'Provides integration with the Fat Zebra internet payment gateway (www.fatzebra.com), including purchase, refund, auth, capture and recurring billing functionality.' + s.metadata['homepage_uri'] = spec.homepage + s.metadata['source_code_uri'] = spec.homepage + s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec}/*`.split("\n") s.require_paths = %w[lib]