libkernaux/bindings/ruby
Alex Kotov 73faeda2a3
Ruby: fix ntoa exceptions and add tests
2022-06-16 16:56:32 +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 Main: rename package "file" to "io" 2022-06-14 15:03:17 +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 Common: move "pkgs/" to "bindings/" (closes #47) 2022-06-09 04:25:32 +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.3.0'

Or add the following to your *.gemspec:

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