Project

bbk-utils

0.0
The project is in a healthy, maintained state
Support classes for BBK stack
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
 Dependencies
 Project Readme

BBK::Utils

Gem Version Gem YARD

Coverage Quality Outdated Vulnerabilities

Common classes and helpers for BBK library stack.

Installation

Adding to a gem:

# my-cool-gem.gemspec

Gem::Specification.new do |spec|
  # ...
  spec.add_dependency "bbk-utils", "~> 1.0.0"
  # ...
end

Or adding to your project:

# Gemfile

gem "bbk-utils", "~> 1.0.0"

Supported Ruby versions

  • Ruby (MRI) >= 2.5.0

Tested Ruby versions

  • Ruby (MRI) 2.5.x
  • Ruby (MRI) 3.0.x

Contributing

See the file CONTRIBUTING.md

License

See the file LICENSE