diff --git a/ridgepole.gemspec b/ridgepole.gemspec index e562522d..276f7ee1 100644 --- a/ridgepole.gemspec +++ b/ridgepole.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ['sugawara@cookpad.com'] spec.summary = %q{Ridgepole is a tool to manage DB schema.} spec.description = %q{Ridgepole is a tool to manage DB schema. It defines DB schema using Rails DSL, and updates DB schema according to DSL.} - spec.homepage = 'http://ridgepole.codenize.tools/' + spec.homepage = 'https://github.com/winebarrel/ridgepole/tree/v0.6.0' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0")