Skip to content

Commit 621cef4

Browse files
authored
Update documentation links in gemspec (#553)
* Update documentation links in gemspec * Update changelog
1 parent 02ce88e commit 621cef4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- 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)
1717
- 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)
1818
- 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)
19+
- 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)
1920

2021
## [0.16.4] - 2021-10-21
2122
### Added

ice_cube.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Gem::Specification.new do |s|
88
s.description = "ice_cube is a recurring date library for Ruby. It allows for quick, programatic expansion of recurring date rules."
99
s.author = "John Crepezzi"
1010
s.email = "[email protected]"
11-
s.homepage = "https://seejohnrun.github.io/ice_cube/"
11+
s.homepage = "https://ice-cube-ruby.github.io/ice_cube/"
1212
s.license = "MIT"
1313

14-
s.metadata["changelog_uri"] = "https://github.com/seejohnrun/ice_cube/blob/master/CHANGELOG.md"
15-
s.metadata["wiki_uri"] = "https://github.com/seejohnrun/ice_cube/wiki"
14+
s.metadata["changelog_uri"] = "https://github.com/ice-cube-ruby/ice_cube/blob/master/CHANGELOG.md"
15+
s.metadata["wiki_uri"] = "https://github.com/ice-cube-ruby/ice_cube/wiki"
1616

1717
s.version = IceCube::VERSION
1818
s.platform = Gem::Platform::RUBY

0 commit comments

Comments
 (0)