Skip to content

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Apr 5, 2015
1 parent aac4793 commit b85e274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ridgepole.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b85e274

Please sign in to comment.