Commit c75553a1 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Merge branch 'tc-add-source-code-uri' into 'master'

Add source code URI

See merge request gitlab-org/labkit-ruby!10
parents 33d09521 019279d5
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|

  spec.summary = "Instrumentation for GitLab"
  spec.homepage = "http://about.gitlab.com"
  spec.metadata = { "source_code_uri" => "https://gitlab.com/gitlab-org/labkit-ruby" }
  spec.license = "MIT"

  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|tools)/}) }