1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00
libkernaux/pkgs/ruby
2022-05-28 14:45:47 +03:00
..
bin Common: change shell scripts 2022-02-10 00:59:08 +05:00
ext/default mruby: implement KernAux.snprintf1 (with some bug) 2022-05-28 14:45:47 +03:00
lib Bump version (0.3.0) [1/2] 2022-05-28 13:00:59 +03:00
spec Ruby: fix KernAux.snprintf1 to accept precision 2022-05-27 03:33:22 +03:00
.gitignore Add Ruby native extension "libkernaux" 2022-01-18 18:13:10 +05:00
.rubocop.yml Ruby: add original tests for KernAux.sprintf 2022-01-22 06:13:38 +05: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
kernaux.gemspec Fix package URLs 2022-01-30 07:47:23 +05:00
Rakefile Ruby: ensure 100% doc coverage 2022-01-30 15:40:19 +05:00
README.md Bump version (0.3.0) [1/2] 2022-05-28 13:00:59 +03:00

::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