libkernaux/bindings/ruby
Alex Kotov dfaf233b1a
Bump version (0.6.1) [1/2]
2022-12-05 17:46:41 +04:00
..
bin Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
ext/default Change printf format API (#122) 2022-11-29 21:06:01 +04:00
lib Bump version (0.6.1) [1/2] 2022-12-05 17:46:41 +04:00
spec Remove generic file API (#110) 2022-11-26 23:22:22 +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.6.1) [1/2] 2022-12-05 17:46:41 +04:00
Rakefile Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03: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.6.1'

Or add the following to your *.gemspec:

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