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 6191b5b commit c2519bdCopy full SHA for c2519bd
acts_as_versionable.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
17
18
spec.metadata["homepage_uri"] = spec.homepage
19
- spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
+ spec.metadata["source_code_uri"] = "https://github.com/StrongMind/acts-as-versionable"
20
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
21
22
# Specify which files should be added to the gem when it is released.
0 commit comments