We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5230f commit 717cdb7Copy full SHA for 717cdb7
jsonapi-resources-anchor.gemspec
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
"changelog_uri" => "https://github.com/mattkhan/jsonapi-resources-anchor/blob/main/CHANGELOG.md",
11
"documentation_uri" => "https://anchor-gem.vercel.app/docs",
12
"source_code_uri" => "https://github.com/mattkhan/jsonapi-resources-anchor",
13
+ "github_repo" => "ssh://github.com/mattkhan/jsonapi-resources-anchor",
14
}
15
16
s.files = Dir.glob("lib/**/*").reject { |f| File.directory?(f) }
0 commit comments