libkernaux/pkgs/ruby
Alex Kotov 064cfaf16e
Ruby: Add specs for KernAux::File
2022-06-07 22:13:01 +03:00
..
bin Common: change shell scripts 2022-02-10 00:59:08 +05:00
ext/default Ruby: Add package "file" 2022-06-07 21:56:45 +03:00
lib Ruby: Add specs for KernAux::File 2022-06-07 22:13:01 +03:00
spec Ruby: Add specs for KernAux::File 2022-06-07 22:13:01 +03:00
.gitignore Add Ruby native extension "libkernaux" 2022-01-18 18:13:10 +05:00
.rubocop.yml Ruby: move spec files 2022-06-01 03:56:44 +03: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.3.0) [1/2] 2022-05-28 13:00:59 +03:00
Rakefile Ruby: ensure 100% doc coverage 2022-01-30 15:40:19 +05:00
kernaux.gemspec Ruby: add documentation URL 2022-05-31 22:43:40 +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