Skip to content

Commit

Permalink
Update documentation links in gemspec (#553)
Browse files Browse the repository at this point in the history
* Update documentation links in gemspec

* Update changelog
  • Loading branch information
pacso authored May 10, 2024
1 parent 02ce88e commit 621cef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:/seejohnrun/ice_cube/pull/487)) by [@jakebrady5](https:/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:/seejohnrun/ice_cube/pull/464)) by [@jakebrady5](https:/jakebrady5)
- Include `exrules` when exporting a schedule to YAML, JSON or a Hash. ([#519](https:/ice-cube-ruby/ice_cube/pull/519)) by [@pacso](https:/pacso)
- Documentation links updated to point to the new repository location. ([#553](https:/ice-cube-ruby/ice_cube/pull/553)) by [@pacso](https:/pacso)

## [0.16.4] - 2021-10-21
### Added
Expand Down
6 changes: 3 additions & 3 deletions ice_cube.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
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:/seejohnrun/ice_cube/blob/master/CHANGELOG.md"
s.metadata["wiki_uri"] = "https:/seejohnrun/ice_cube/wiki"
s.metadata["changelog_uri"] = "https:/ice-cube-ruby/ice_cube/blob/master/CHANGELOG.md"
s.metadata["wiki_uri"] = "https:/ice-cube-ruby/ice_cube/wiki"

s.version = IceCube::VERSION
s.platform = Gem::Platform::RUBY
Expand Down

0 comments on commit 621cef4

Please sign in to comment.