libkernaux/pkgs/ruby
Alex Kotov bab58f40b5
Bump version (0.3.0) [1/2]
2022-05-28 13:00:59 +03:00
..
bin Common: change shell scripts 2022-02-10 00:59:08 +05:00
ext/default Main: include/kernaux/printf_fmt.h: Add function to parse everything at once 2022-05-28 12:16:38 +03:00
lib Bump version (0.3.0) [1/2] 2022-05-28 13:00:59 +03:00
spec Ruby: fix KernAux.snprintf1 to accept precision 2022-05-27 03:33:22 +03:00
.gitignore Add Ruby native extension "libkernaux" 2022-01-18 18:13:10 +05:00
.rubocop.yml Ruby: add original tests for KernAux.sprintf 2022-01-22 06:13:38 +05:00
.simplecov Initialize Ruby gem 2022-01-18 16:33:18 +05:00
.yardopts Initialize Ruby gem 2022-01-18 16:33:18 +05:00
Gemfile Initialize Ruby gem 2022-01-18 16:33:18 +05:00
README.md Bump version (0.3.0) [1/2] 2022-05-28 13:00:59 +03:00
Rakefile Ruby: ensure 100% doc coverage 2022-01-30 15:40:19 +05:00
kernaux.gemspec Fix package URLs 2022-01-30 07:47:23 +05:00

README.md

::KernAux

Build status Build status (FreeBSD)

Binding to libkernaux - auxiliary library for kernel development.

Install

Add the following to your Gemfile:

gem 'kernaux', '~> 0.3.0'

Or add the following to your *.gemspec:

Gem::Specification.new do |spec|
  # ...
  spec.add_runtime_dependency 'kernaux', '~> 0.3.0'
  # ...
end