libkernaux/bindings/ruby
Alex Kotov 1cfff3fca3
Bump version (0.7.0) [1/2]
2022-12-23 12:53:20 +04:00
..
bin Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
ext/default Fix printf hack in the bindings (#152) 2022-12-18 09:18:55 +04:00
lib Bump version (0.7.0) [1/2] 2022-12-23 12:53:20 +04:00
spec Add fixtures (#150) 2022-12-17 16:26:20 +04:00
.gitignore Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
.rubocop.yml Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
.simplecov Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
.yardopts Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
Gemfile Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
README.md Bump version (0.7.0) [1/2] 2022-12-23 12:53:20 +04:00
Rakefile Fix printf hack in the bindings (#152) 2022-12-18 09:18:55 +04:00
kernaux.gemspec Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03: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.7.0'

Or add the following to your *.gemspec:

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