dxruby_rp5.gemspec in dxruby_rp5-0.0.1 vs dxruby_rp5.gemspec in dxruby_rp5-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = DXRubyRP5::VERSION spec.authors = ["Yuki Morohoshi"] spec.email = ["hoshi.sanou@gmail.com"] spec.description = %q{`dxruby-rp5` is a ruby library for 2D graphics and game. `dxruby-rp5` uses `ruby-processing` and has API same as DXRuby.} spec.summary = %q{2D graphics and game library} - spec.homepage = "" + spec.homepage = "https://github.com/hoshi-sano/dxruby_rp5" 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)/})