@@ -3,7 +3,7 @@ require_relative 'lib/z80/version'
33Gem ::Specification . new do |s |
44 s . name = 'z80'
55 s . version = Z80 ::VERSION
6- s . authors = 'Manuel Sainz de Baranda y Goñi'
6+ s . author = 'Manuel Sainz de Baranda y Goñi'
7788 s . homepage = 'https://zxe.io/software/Z80-Ruby'
99 s . license = '0BSD'
@@ -16,11 +16,12 @@ Gem::Specification.new do |s|
1616 EOS
1717
1818 s . metadata = {
19- 'bug_tracker_uri' => "https://github.com/redcode/Z80-Ruby/issues" ,
20- 'changelog_uri' => 'https://github.com/redcode/Z80-Ruby/blob/master/CHANGELOG.md' ,
21- 'github_repo' => 'ssh://github.com/redcode/Z80-Ruby' ,
22- 'homepage_uri' => 'https://zxe.io/software/Z80-Ruby' ,
23- 'source_code_uri' => 'https://github.com/redcode/Z80-Ruby'
19+ 'bug_tracker_uri' => "https://github.com/redcode/Z80-Ruby/issues" ,
20+ 'changelog_uri' => 'https://github.com/redcode/Z80-Ruby/blob/master/CHANGELOG.md' ,
21+ 'documentation_uri' => 'https://zxe.io/software/Z80/documentation/latest' ,
22+ 'github_repo' => 'ssh://github.com/redcode/Z80-Ruby' ,
23+ 'homepage_uri' => 'https://zxe.io/software/Z80-Ruby' ,
24+ 'source_code_uri' => 'https://github.com/redcode/Z80-Ruby'
2425 }
2526
2627 s . files = [
@@ -31,6 +32,8 @@ Gem::Specification.new do |s|
3132 '.github/workflows/publish-gem.yml' ,
3233 '.gitignore' ,
3334 'CHANGELOG.md' ,
35+ 'CITATION.cff' ,
36+ 'Gemfile' ,
3437 'LICENSE-0BSD' ,
3538 'README.md' ,
3639 'Rakefile' ,
@@ -42,4 +45,5 @@ Gem::Specification.new do |s|
4245 ]
4346
4447 s . extensions = %w( ext/z80/extconf.rb )
48+ s . add_development_dependency 'rake-compiler' , '~> 1.2' , '>= 1.2.0'
4549end
0 commit comments