Sha256: 116baea2597cb9a39245606699ab7b54d94d4e16ee0af49e7226f906d2135038
Contents?: true
Size: 533 Bytes
Versions: 7
Compression:
Stored size: 533 Bytes
Contents
# BBK::AMQP AMQP interaction classes for BBK stack. ## Installation Adding to a gem: ```ruby # my-cool-gem.gemspec Gem::Specification.new do |spec| # ... spec.add_dependency "bbk-amqp", "~> 1.0.0" # ... end ``` Or adding to your project: ```ruby # Gemfile gem "bbk-amqp", "~> 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
7 entries across 7 versions & 1 rubygems