From da5ed5c411305b1e89021c14793bddcd2786be3f Mon Sep 17 00:00:00 2001 From: Jon Pascoe Date: Fri, 10 May 2024 08:29:36 +0100 Subject: [PATCH] Update documentation links in gemspec --- ice_cube.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ice_cube.gemspec b/ice_cube.gemspec index b1924c18..a2016902 100644 --- a/ice_cube.gemspec +++ b/ice_cube.gemspec @@ -8,11 +8,11 @@ Gem::Specification.new do |s| s.description = "ice_cube is a recurring date library for Ruby. It allows for quick, programatic expansion of recurring date rules." s.author = "John Crepezzi" s.email = "john@crepezzi.com" - s.homepage = "https://seejohnrun.github.io/ice_cube/" + s.homepage = "https://ice-cube-ruby.github.io/ice_cube/" s.license = "MIT" - s.metadata["changelog_uri"] = "https://github.com/seejohnrun/ice_cube/blob/master/CHANGELOG.md" - s.metadata["wiki_uri"] = "https://github.com/seejohnrun/ice_cube/wiki" + s.metadata["changelog_uri"] = "https://github.com/ice-cube-ruby/ice_cube/blob/master/CHANGELOG.md" + s.metadata["wiki_uri"] = "https://github.com/ice-cube-ruby/ice_cube/wiki" s.version = IceCube::VERSION s.platform = Gem::Platform::RUBY