Skip to content

Commit

Permalink
Merge pull request #506 from mark-young-atg/provide_changelog_link_on…
Browse files Browse the repository at this point in the history
…_rubygems

Provide a 'Changelog' link on rubygems.org/gems/dotenv
  • Loading branch information
bkeepers authored Jun 7, 2024
2 parents 0bdca7b + 18f8e48 commit ce9dd1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotenv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ Gem::Specification.new "dotenv", Dotenv::VERSION do |gem|
gem.add_development_dependency "standard"

gem.required_ruby_version = ">= 3.0"

gem.metadata["changelog_uri"] = gem.homepage + "/blob/master/Changelog.md"
end

0 comments on commit ce9dd1c

Please sign in to comment.