Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Oct 5, 2014
1 parent 1fa2296 commit ebc2a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gratan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
spec.version = Gratan::VERSION
spec.authors = ['Genki Sugawara']
spec.email = ['sgwr_dts@yahoo.co.jp']
spec.summary = %q{TODO: Write a short summary. Required.}
spec.description = %q{TODO: Write a longer description. Optional.}
spec.homepage = ''
spec.summary = %q{Gratan is a tool to manage MySQL permissions using Ruby DSL.}
spec.description = %q{Gratan is a tool to manage MySQL permissions using Ruby DSL.}
spec.homepage = 'https://github.com/winebarrel/gratan'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit ebc2a74

Please sign in to comment.