gratan.gemspec in gratan-0.2.7 vs gratan.gemspec in gratan-0.2.8.beta

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Gratan::VERSION spec.authors = ['Genki Sugawara'] spec.email = ['sgwr_dts@yahoo.co.jp'] 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.homepage = 'http://gratan.codenize.tools/' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})