rubype.gemspec in rubype-0.1.0 vs rubype.gemspec in rubype-0.2.0

- old
+ new

@@ -9,10 +9,10 @@ spec.authors = ["gogotanaka"] spec.email = ["mail@tanakakazuki.com"] spec.extensions = ["ext/rubype/extconf.rb"] spec.summary = %q{Ruby with type.} spec.description = %q{Ruby with type.} - spec.homepage = "http://azabuhs.org/" + spec.homepage = "http://gogotanaka.me/" 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)/})