libkernaux/bindings/ruby
Alex Kotov e488eed240
Bump version (0.4.0) [1/2]
2022-06-16 18:44:21 +03:00
..
bin Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +03:00
ext/default Ruby: fix ntoa exceptions and add tests 2022-06-16 16:56:32 +03:00
lib Bump version (0.4.0) [1/2] 2022-06-16 18:44:21 +03:00
spec Ruby: fix ntoa exceptions and add tests 2022-06-16 16:56:32 +03: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.4.0) [1/2] 2022-06-16 18:44:21 +03: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.4.0'

Or add the following to your *.gemspec:

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