asciipack.gemspec in asciipack-0.1.0 vs asciipack.gemspec in asciipack-0.1.1

- old
+ new

@@ -8,10 +8,10 @@ spec.version = AsciiPack::VERSION spec.author = "ksss" spec.email = "co000ri@gmail.com" spec.description = %q{AsciiPack is an object serialization inspired by MessagePack.} spec.summary = %q{AsciiPack is an object serialization inspired by MessagePack.} - spec.homepage = "" + spec.homepage = "http://ksss.github.io/AsciiPack" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})