From bafdd4ffe67ea4713a62144d590874c5d1443e44 Mon Sep 17 00:00:00 2001 From: K Roys <146859548+KRoysEzCater@users.noreply.github.com> Date: Fri, 4 Apr 2025 20:25:55 -0600 Subject: [PATCH] Update dead homepage link to be active github repo --- invoiced.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invoiced.gemspec b/invoiced.gemspec index 0a947de..bb8995d 100644 --- a/invoiced.gemspec +++ b/invoiced.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.authors = ["Jared King"] s.email = 'support@invoiced.com' s.files = ["lib/invoiced.rb"] - s.homepage = 'https://invoiced.com/docs/dev' + s.homepage = 'https://github.com/Invoiced/invoiced-ruby' s.required_ruby_version = '>= 2.3.0' s.add_dependency('rest-client', '~> 2.1.0')