Skip to content

Commit 7701337

Browse files
committed
gemspec
1 parent d47f288 commit 7701337

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

z80.gemspec

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
require_relative 'lib/z80/version'
22

33
Gem::Specification.new do |s|
4-
s.name = 'z80'
5-
s.version = Z80::VERSION
6-
s.authors = 'Manuel Sainz de Baranda y Goñi'
7-
s.email = '[email protected]'
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+
s.email = '[email protected]'
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

Comments
 (0)