diff --git a/ostruct.gemspec b/ostruct.gemspec index 3ffa9c4..28b5f1f 100644 --- a/ostruct.gemspec +++ b/ostruct.gemspec @@ -21,4 +21,6 @@ Gem::Specification.new do |spec| spec.files = [".gitignore", "Gemfile", "COPYING", "BSDL", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "ostruct.gemspec"] spec.require_paths = ["lib"] + + spec.metadata["changelog_uri"] = spec.homepage + "/releases" end