libkernaux/pkgs/ruby
Alex Kotov 65065a9f4a
Ruby: add TODO
2022-05-23 22:22:05 +03:00
..
bin Common: change shell scripts 2022-02-10 00:59:08 +05:00
ext/default Ruby: move dynamic argument handling to separate module 2022-05-23 20:40:36 +03:00
lib Common: add links 2022-02-03 21:32:38 +05:00
spec Ruby: add TODO 2022-05-23 22:22:05 +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.2.0) [fix] 2022-02-10 03:55:49 +05: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.2.0'

Or add the following to your *.gemspec:

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