Skip to content

Commit

Permalink
Add gem metadata
Browse files Browse the repository at this point in the history
This should help tools like Depfu to find useful information
  • Loading branch information
tvdeyen committed Mar 15, 2023
1 parent 376bbd6 commit 0136293
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion alchemy-dragonfly-s3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ Gem::Specification.new do |s|
s.version = Alchemy::Dragonfly::S3::VERSION
s.authors = ["Thomas von Deyen"]
s.email = ["[email protected]"]
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/**/*",
Expand Down

0 comments on commit 0136293

Please sign in to comment.