Skip to content

Commit 6f0b1fc

Browse files
committed
gemspec
1 parent 335f48d commit 6f0b1fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

z80.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'
77
s.email = '[email protected]'
8-
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)

0 commit comments

Comments
 (0)