mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
project: create the Gemspec file
This commit is contained in:
parent
f915cdd55b
commit
5cd801dca2
16
asciidoctor-custom-extensions.gemspec
Normal file
16
asciidoctor-custom-extensions.gemspec
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Gem::Specification.new do |s|
|
||||||
|
s.name = 'asciidoctor-custom-extensions'
|
||||||
|
s.version = '1.0.0'
|
||||||
|
s.licenses = ['MIT']
|
||||||
|
s.summary = 'My custom Asciidoctor extensions'
|
||||||
|
s.authors = ['Yor Neighme']
|
||||||
|
s.email = 'yor.neighme@example.com'
|
||||||
|
s.metadata = {
|
||||||
|
'bug_tracker_uri' => 'https://example.com/yoruserneighme/website/issues',
|
||||||
|
'source_code_uri' => 'https://example.com/yoruserneighme/website.git'
|
||||||
|
}
|
||||||
|
|
||||||
|
s.files = Dir['*.gemspec', 'lib/**/*']
|
||||||
|
s.required_ruby_version = '>= 2.6'
|
||||||
|
s.add_runtime_dependency 'asciidoctor', '~> 2.0'
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user