mirror of
https://github.com/tailix/libkernaux.git
synced 2026-07-11 04:06:18 -04:00
Fix package descriptions
This commit is contained in:
parent
a558933e3d
commit
61878a2351
5 changed files with 8 additions and 6 deletions
|
|
@ -3,4 +3,4 @@ kernaux
|
|||
|
||||
[](https://github.com/tailix/libkernaux/actions/workflows/test.yml)
|
||||
|
||||
Bindings to **libkernaux** - auxiliary library for kernel development.
|
||||
Binding to **libkernaux** - auxiliary library for kernel development.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name = kernaux
|
|||
version = 0.0.0
|
||||
author = Alex Kotov
|
||||
author_email = kotovalexarian@gmail.com
|
||||
description = Bindings to libkernaux - auxiliary library for kernel development
|
||||
description = Binding to libkernaux - auxiliary library for kernel development
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://github.com/tailix/libkernaux
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ KernAux
|
|||
|
||||
[](https://github.com/tailix/libkernaux/actions/workflows/test.yml)
|
||||
|
||||
Bindings to **libkernaux** - auxiliary library for kernel development.
|
||||
Binding to **libkernaux** - auxiliary library for kernel development.
|
||||
|
|
|
|||
|
|
@ -10,15 +10,17 @@ Gem::Specification.new do |spec|
|
|||
spec.license = 'MIT'
|
||||
spec.homepage = "#{repo}/tree/master/pkgs/ruby"
|
||||
spec.platform = Gem::Platform::RUBY
|
||||
spec.summary = 'Auxiliary library for kernel development'
|
||||
|
||||
spec.required_ruby_version = '~> 3.0'
|
||||
|
||||
spec.authors = ['Alex Kotov']
|
||||
spec.email = %w[kotovalexarian@gmail.com]
|
||||
|
||||
spec.summary =
|
||||
'Binding to libkernaux - auxiliary library for kernel development'
|
||||
|
||||
spec.description = <<~DESCRIPTION.split("\n").map(&:strip).join ' '
|
||||
Auxiliary library for kernel development.
|
||||
Binding to libkernaux - auxiliary library for kernel development.
|
||||
DESCRIPTION
|
||||
|
||||
spec.metadata['homepage_uri'] = spec.homepage
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ KernAux
|
|||
|
||||
[](https://github.com/tailix/libkernaux/actions/workflows/test.yml)
|
||||
|
||||
Bindings to **libkernaux** - auxiliary library for kernel development.
|
||||
Binding to **libkernaux** - auxiliary library for kernel development.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue