rabid_mq 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ae3a345a3a7fd0adc16841fb4bf53dcbbd9cbee
4
- data.tar.gz: f416465e6f3b1193a63a0a6b978655baacf478e7
3
+ metadata.gz: f6140b1f6160aa0cfc38c0944e3a2a459d7177ca
4
+ data.tar.gz: 6daaf893e686ecd047f48528609fcad970c138c7
5
5
  SHA512:
6
- metadata.gz: 1da5fbcfaff61f111e450b710852438a976bfbe2aceb0aed6f1e9c5ab5a82ce193d49d219d17a71c210ca5b4f45f1b98fe090302da5821e5b58c341c140c3e60
7
- data.tar.gz: 5edf28433b8c31e30f55f78f6ff1d6e69aa9dab79c5adb6a89746cca5921ab5a3bba2fad9801cfc89b55d5ebfa3a95f065410c36be514c01571900a4b4e1ac5a
6
+ metadata.gz: 38ea0276915464c166093702d0c72f42c2afbbcd542b7ce883476708db09f36a4b5c263a55f4ac63c4c55f60b1805163ad26bdaca2c31e58e7d7826e4bd32ca3
7
+ data.tar.gz: c90d7c19b473bc52682ea2fb48af745719a2ab64e0ce2c2034ef0aaf6387016c5f942ed62703e97eba712fe47956b99d5ea7422e6ef137803a903b165b91e44b
@@ -0,0 +1,19 @@
1
+ default: &default
2
+ host: localhost
3
+ port: 5672
4
+ ssl: false
5
+ vhost: "/"
6
+ user: guest
7
+ pass: guest
8
+ heartbeat: server
9
+ frame_max: 131072
10
+ auth_mechanism: PLAIN
11
+
12
+ development:
13
+ <<: *default
14
+
15
+ test:
16
+ <<: *default
17
+
18
+ production:
19
+ <<: *default
@@ -1,3 +1,3 @@
1
1
  module RabidMQ
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyrone Wilson
@@ -99,6 +99,7 @@ files:
99
99
  - Rakefile
100
100
  - bin/console
101
101
  - bin/setup
102
+ - config/rabid_mq.example.yml
102
103
  - lib/rabid_mq.rb
103
104
  - lib/rabid_mq/config.rb
104
105
  - lib/rabid_mq/listener.rb