diff --git a/rspec-trunk-flaky-tests/rspec_trunk_flaky_tests.gemspec b/rspec-trunk-flaky-tests/rspec_trunk_flaky_tests.gemspec index 23759a9c..7a7cce90 100644 --- a/rspec-trunk-flaky-tests/rspec_trunk_flaky_tests.gemspec +++ b/rspec-trunk-flaky-tests/rspec_trunk_flaky_tests.gemspec @@ -15,7 +15,8 @@ Gem::Specification.new do |s| s.add_runtime_dependency('rspec-core', '>3.3') s.add_dependency('rb_sys', '=0.9.124') s.add_development_dependency('rspec') - s.homepage = 'https://docs.trunk.io/flaky-tests/get-started/frameworks/rspec' + s.homepage = 'https://docs.trunk.io/flaky-tests/get-started/frameworks/rspec' + s.metadata['source_code_uri'] = 'https://github.com/trunk-io/analytics-cli/tree/main/rspec-trunk-flaky-tests' s.license = 'MIT' s.executables = [] s.require_paths = ['lib']