File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55 s . version = Z80 ::VERSION
66 s . authors = 'Manuel Sainz de Baranda y Goñi'
778- s . homepage = 'https://zxe.io/software/Z80'
8+ s . homepage = 'https://zxe.io/software/Z80-Ruby '
99 s . license = '0BSD'
1010 s . summary = "Ruby binding for the Z80 library."
1111 s . description = <<~EOS
@@ -17,9 +17,8 @@ Gem::Specification.new do |s|
1717 s . metadata = {
1818 'bug_tracker_uri' => "https://github.com/redcode/Z80-Ruby/issues" ,
1919 'changelog_uri' => 'https://github.com/redcode/Z80-Ruby/blob/master/CHANGELOG.md' ,
20- 'homepage_uri' => 'https://zxe.io/software/Z80' ,
20+ 'homepage_uri' => 'https://zxe.io/software/Z80-Ruby ' ,
2121 'source_code_uri' => 'https://github.com/redcode/Z80-Ruby' ,
22-
2322 }
2423
2524 s . files = [
@@ -34,7 +33,8 @@ Gem::Specification.new do |s|
3433 'ext/z80/extconf.rb' ,
3534 'ext/z80/z80.c' ,
3635 'lib/z80.rb' ,
37- 'lib/z80/version.rb'
36+ 'lib/z80/version.rb' ,
37+ 'z80.gemspec'
3838 ]
3939
4040 s . extensions = %w( ext/z80/extconf.rb )
You can’t perform that action at this time.
0 commit comments