kumogata.gemspec in kumogata-0.5.4 vs kumogata.gemspec in kumogata-0.5.5

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Kumogata::VERSION spec.authors = ['Genki Sugawara'] spec.email = ['sgwr_dts@yahoo.co.jp'] spec.summary = %q{A tool for AWS CloudFormation.} spec.description = %q{A tool for AWS CloudFormation. It can define a template in Ruby DSL.} - spec.homepage = 'https://github.com/winebarrel/kumogata' + spec.homepage = 'http://kumogata.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)/})