Skip to content

Commit 717cdb7

Browse files
committed
feat: add github repo to gemspec
1 parent 8c5230f commit 717cdb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jsonapi-resources-anchor.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
1010
"changelog_uri" => "https://github.com/mattkhan/jsonapi-resources-anchor/blob/main/CHANGELOG.md",
1111
"documentation_uri" => "https://anchor-gem.vercel.app/docs",
1212
"source_code_uri" => "https://github.com/mattkhan/jsonapi-resources-anchor",
13+
"github_repo" => "ssh://github.com/mattkhan/jsonapi-resources-anchor",
1314
}
1415

1516
s.files = Dir.glob("lib/**/*").reject { |f| File.directory?(f) }

0 commit comments

Comments
 (0)