https://github.com/rnd-soft/bbk-utils
[MIRROR] Common classes and helpers for BBK library stack.
https://github.com/rnd-soft/bbk-utils
bbk gem ruby ruby-gem
Last synced: about 2 months ago
JSON representation
[MIRROR] Common classes and helpers for BBK library stack.
- Host: GitHub
- URL: https://github.com/rnd-soft/bbk-utils
- Owner: RND-SOFT
- License: mit
- Created: 2021-11-30T16:28:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T16:03:31.000Z (7 months ago)
- Last Synced: 2025-03-26T13:45:23.659Z (3 months ago)
- Topics: bbk, gem, ruby, ruby-gem
- Language: Ruby
- Homepage: https://br.rnds.pro/ruby/bbk/utils
- Size: 108 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# BBK::Utils
[](https://rubygems.org/gems/bbk-utils)
[](https://rubygems.org/gems/bbk-utils/versions)
[](http://www.rubydoc.info/gems/bbk-utils)[](https://lysander.rnds.pro/api/v1/badges/bbkutils_coverage.html)
[](https://lysander.rnds.pro/api/v1/badges/bbkutils_quality.html)
[](https://lysander.rnds.pro/api/v1/badges/bbkutils_outdated.html)
[](https://lysander.rnds.pro/api/v1/badges/bbkutils_vulnerable.html)Common classes and helpers for BBK library stack.
## Installation
Adding to a gem:
```ruby
# my-cool-gem.gemspecGem::Specification.new do |spec|
# ...
spec.add_dependency "bbk-utils", "~> 1.0.0"
# ...
end
```Or adding to your project:
```ruby
# Gemfilegem "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](./CONTRIBUTING.md)
## License
See the file [LICENSE](./LICENSE)