Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/dotenv-rails
Browse files Browse the repository at this point in the history
A changelog_uri value was added to the dotenv.gemspec in [PR#506](bkeepers#506). This PR adds it to dotenv-rails.gemspec as well so that the 'Changelog' link will be shown on https://rubygems.org/gems/dotenv-rails
  • Loading branch information
mark-young-atg committed Dec 27, 2024
1 parent 5bbef66 commit 86e19a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotenv-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ Gem::Specification.new "dotenv-rails", Dotenv::VERSION do |gem|
gem.add_dependency "railties", ">= 6.1"

gem.add_development_dependency "spring"

gem.metadata["changelog_uri"] = "https://github.com/bkeepers/dotenv/releases"
end

0 comments on commit 86e19a9

Please sign in to comment.