Skip to content

Commit c2519bd

Browse files
committed
add source code uri
1 parent 6191b5b commit c2519bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acts_as_versionable.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
1717

1818
spec.metadata["homepage_uri"] = spec.homepage
19-
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
19+
spec.metadata["source_code_uri"] = "https://github.com/StrongMind/acts-as-versionable"
2020
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
2121

2222
# Specify which files should be added to the gem when it is released.

0 commit comments

Comments
 (0)