Skip to content

Commit 5dd17ef

Browse files
committed
Fix links from rubygems page
1 parent 742220c commit 5dd17ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ice_cube.gemspec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ 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 = "http://seejohnrun.github.com/ice_cube/"
11+
s.homepage = "https://seejohnrun.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"
16+
1417
s.version = IceCube::VERSION
1518
s.platform = Gem::Platform::RUBY
1619
s.files = Dir["lib/**/*.rb", "config/**/*.yml"]

0 commit comments

Comments
 (0)