Sha256: 83a23d897f1334313fa54a9b4a593448de6e5e1a30681f3af99efeac93468648
Contents?: true
Size: 541 Bytes
Versions: 21
Compression:
Stored size: 541 Bytes
Contents
# BBK::App Classes for building services based on BBK stack. ## Installation Adding to a gem: ```ruby # my-cool-gem.gemspec Gem::Specification.new do |spec| # ... spec.add_dependency "bbk-app", "~> 1.0.0" # ... end ``` Or adding to your project: ```ruby # Gemfile gem "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)
Version data entries
21 entries across 21 versions & 1 rubygems