11require_relative 'lib/z80/version'
22
33Gem ::Specification . new do |s |
4- s . name = 'z80'
5- s . version = Z80 ::VERSION
6- s . authors = 'Manuel Sainz de Baranda y Goñi'
7- 8- s . homepage = 'https://zxe.io/software/Z80-Ruby'
9- s . license = '0BSD'
10- s . summary = "Ruby binding for the Z80 library."
4+ s . name = 'z80'
5+ s . version = Z80 ::VERSION
6+ s . authors = 'Manuel Sainz de Baranda y Goñi'
7+ 8+ s . homepage = 'https://zxe.io/software/Z80-Ruby'
9+ s . license = '0BSD'
10+ s . summary = "Ruby binding for the Z80 library."
11+
1112 s . description = <<~EOS
1213 Z80-Ruby is a Ruby binding for the Zilog Z80 CPU emulator \
1314 (https://github.com/redcode/Z80). It is ideal for analysis, \
@@ -17,14 +18,17 @@ Gem::Specification.new do |s|
1718 s . metadata = {
1819 'bug_tracker_uri' => "https://github.com/redcode/Z80-Ruby/issues" ,
1920 'changelog_uri' => 'https://github.com/redcode/Z80-Ruby/blob/master/CHANGELOG.md' ,
21+ 'github_repo' => 'ssh://github.com/redcode/Z80-Ruby' ,
2022 'homepage_uri' => 'https://zxe.io/software/Z80-Ruby' ,
21- 'source_code_uri' => 'https://github.com/redcode/Z80-Ruby' ,
23+ 'source_code_uri' => 'https://github.com/redcode/Z80-Ruby'
2224 }
2325
2426 s . files = [
2527 # `git ls-files | sort`.split("\n")
2628 '.editorconfig' ,
2729 '.github/FUNDING.yml' ,
30+ '.github/workflows/build-and-test-extension.yml' ,
31+ '.github/workflows/publish-gem.yml' ,
2832 '.gitignore' ,
2933 'CHANGELOG.md' ,
3034 'LICENSE-0BSD' ,
0 commit comments