Skip to content

Commit

Permalink
Merge pull request #157 from greysteil/add-source-code-link
Browse files Browse the repository at this point in the history
Add source code link to gemspec

Patch by Grey Baker. Thanks!!!
  • Loading branch information
kou committed Nov 4, 2017
2 parents c2e6c06 + 5fdcc04 commit 0fc1041
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-unit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Gem::Specification.new do |spec|
spec.files += Dir.glob("doc/text/**/*.*")
spec.test_files += Dir.glob("test/**/*")

spec.metadata = {
'source_code_uri' => 'https://github.com/test-unit/test-unit'
}

spec.add_runtime_dependency("power_assert")
spec.add_development_dependency("bundler")
spec.add_development_dependency("rake")
Expand Down

0 comments on commit 0fc1041

Please sign in to comment.