https://github.com/rnd-soft/bbk-app
[MIRROR] Classes for building services based on BBK stack
https://github.com/rnd-soft/bbk-app
bbk event gem messaging ruby
Last synced: about 1 month ago
JSON representation
[MIRROR] Classes for building services based on BBK stack
- Host: GitHub
- URL: https://github.com/rnd-soft/bbk-app
- Owner: RND-SOFT
- License: mit
- Created: 2022-01-12T10:33:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T20:03:54.000Z (7 months ago)
- Last Synced: 2025-03-30T15:51:10.798Z (3 months ago)
- Topics: bbk, event, gem, messaging, ruby
- Language: Ruby
- Homepage: https://br.rnds.pro/ruby/bbk/app
- Size: 219 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::App
Classes for building services based on BBK stack.
## Installation
Adding to a gem:
```ruby
# my-cool-gem.gemspecGem::Specification.new do |spec|
# ...
spec.add_dependency "bbk-app", "~> 1.0.0"
# ...
end
```Or adding to your project:
```ruby
# Gemfilegem "bbk-app", "~> 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)