sgupdater.gemspec in sgupdater-0.1.0 vs sgupdater.gemspec in sgupdater-0.1.1

- old
+ new

@@ -9,10 +9,10 @@ spec.authors = ["ISOBE Kazuhiko"] spec.email = ["muramasa64@gmail.com"] spec.summary = %q{Sgupdater is a tool to update the permissions CIDR of AWS security group.} spec.description = %q{Sgupdater is a tool to update the permissions CIDR of AWS security group.} - spec.homepage = "https://github.com/uramasa64/sgupdater" + spec.homepage = "https://github.com/muramasa64/sgupdater" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }