Skip to content

Commit

Permalink
chore: Add Gem metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Sep 19, 2024
1 parent 851b2a8 commit 3a146ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/|bun\.lockdb|package\.json|^\.}) }
gem.require_paths = ["lib"]

gem.metadata["homepage_uri"] = gem.homepage
gem.metadata["source_code_uri"] = "https://github.com/AlchemyCMS/alchemy_cms"
gem.metadata["changelog_uri"] = "https://github.com/AlchemyCMS/alchemy_cms/blob/main/CHANGELOG.md"

%w[
actionmailer
actionpack
Expand Down

0 comments on commit 3a146ed

Please sign in to comment.