rabid_mq 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -3
  3. data/lib/rabid_mq/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f29fae6619404a7e32b70f54503daa684cb4a99
4
- data.tar.gz: f899f98e7a15370216b9819969d688840c900f23
3
+ metadata.gz: 62c125f193a1866650874143cf2e93059b86f27f
4
+ data.tar.gz: 5a905fdb0a7b3c1e3e3c09b5b3bfec7042a8e9b6
5
5
  SHA512:
6
- metadata.gz: 95035fde4312aee4356b96e9e002002bc073f6c021a240ddfff03aacae216f59131a995aa4db2edf5d8fd0deac81e9f162b862bfdad1f93e37ee0e8537c80f9f
7
- data.tar.gz: ab9ab838228b06881d7558ae83d6f3a5a9ca3094946ec4e87b7c16d3ca0268d9f2826df9b90faa8b4054f1887abc8dd374d108557a8a223602bb558624a2867a
6
+ metadata.gz: 2dd7891a95d250a68accceb9d5c8b67974c5793934bfe00843ecb32a21f1589c9fd4dcf795b4e63fae199d163de9d97829b4bb1c51713c1fa5e2a1cc54f3e767
7
+ data.tar.gz: 828ab0c5cbdf62eabddde83f808d496dbe98f53f43fd22d527c1c85e5b46aa0009ce8c8554db38d904445c868c1840a1c7d9a5ffb9a072b49fb11b30f642e171
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # RabidMQ
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/rabid_mq`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Create Producers and Consumers for RabbitMQ based system with ease
6
4
 
7
5
  ## Installation
8
6
 
@@ -1,3 +1,3 @@
1
1
  module RabidMQ
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabid_mq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyrone Wilson