diff --git a/CHANGELOG.md b/CHANGELOG.md index 02129328..7710a7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix for weekly interval results when requesting `occurrences_between` on a narrow range ([#487](https://github.com/seejohnrun/ice_cube/pull/487)) by [@jakebrady5](https://github.com/jakebrady5) - When using a rule with hour_of_day validations, and asking for occurrences on the day that DST skips forward, valid occurrences would be missed. ([#464](https://github.com/seejohnrun/ice_cube/pull/464)) by [@jakebrady5](https://github.com/jakebrady5) - Include `exrules` when exporting a schedule to YAML, JSON or a Hash. ([#519](https://github.com/ice-cube-ruby/ice_cube/pull/519)) by [@pacso](https://github.com/pacso) +- Documentation links updated to point to the new repository location. ([#553](https://github.com/ice-cube-ruby/ice_cube/pull/553)) by [@pacso](https://github.com/pacso) ## [0.16.4] - 2021-10-21 ### Added 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