1
0
Fork 0
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:
Alex Kotov 2022-01-30 02:13:39 +05:00
parent a558933e3d
commit 61878a2351
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
5 changed files with 8 additions and 6 deletions

View file

@ -3,4 +3,4 @@ kernaux
[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](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.

View file

@ -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

View file

@ -3,4 +3,4 @@ KernAux
[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](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.

View file

@ -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

View file

@ -3,4 +3,4 @@ KernAux
[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](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.