We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 742220c + 5dd17ef commit fe567c8Copy full SHA for fe567c8
ice_cube.gemspec
@@ -8,9 +8,12 @@ Gem::Specification.new do |s|
8
s.description = "ice_cube is a recurring date library for Ruby. It allows for quick, programatic expansion of recurring date rules."
9
s.author = "John Crepezzi"
10
s.email = "[email protected]"
11
- s.homepage = "http://seejohnrun.github.com/ice_cube/"
+ s.homepage = "https://seejohnrun.github.io/ice_cube/"
12
s.license = "MIT"
13
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
+
17
s.version = IceCube::VERSION
18
s.platform = Gem::Platform::RUBY
19
s.files = Dir["lib/**/*.rb", "config/**/*.yml"]
0 commit comments