From 013629364aaf6431d5e4a86de75b81e7d2aad34f Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Wed, 15 Mar 2023 10:24:21 +0100 Subject: [PATCH] Add gem metadata This should help tools like Depfu to find useful information --- alchemy-dragonfly-s3.gemspec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/alchemy-dragonfly-s3.gemspec b/alchemy-dragonfly-s3.gemspec index 4e3c75b..eb1ea88 100644 --- a/alchemy-dragonfly-s3.gemspec +++ b/alchemy-dragonfly-s3.gemspec @@ -10,11 +10,18 @@ Gem::Specification.new do |s| s.version = Alchemy::Dragonfly::S3::VERSION s.authors = ["Thomas von Deyen"] s.email = ["thomas@vondeyen.com"] - s.homepage = "https://alchemy-cms.com" + s.homepage = "https://github.com/AlchemyCMS/alchemy-dragonfly-s3" s.summary = "AlchemyCMS Dragonfly S3." s.description = "AlchemyCMS Integration for the Dragonfly S3 datastore." s.license = "MIT" + s.metadata = { + "source_code_uri" => "https://github.com/AlchemyCMS/alchemy-dragonfly-s3", + "changelog_uri" => "https://github.com/AlchemyCMS/alchemy-dragonfly-s3/blob/main/CHANGELOG.md", + "bug_tracker_uri" => "https://github.com/AlchemyCMS/alchemy-dragonfly-s3/issues", + "github_repo" => "https://github.com/AlchemyCMS/alchemy-dragonfly-s3", + } + s.files = Dir[ "app/**/*", "lib/**/*",