msgr 0.14.1.1.b124 → 0.14.1.1.b125

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecda8758c7878ecf3d464b1fcd382205499bd10a
4
- data.tar.gz: d9ad4ae2f6c2615aeb58643a6d138a7a5f54658f
3
+ metadata.gz: 2001d4982c46db6d24deff4a4224ea3ab324d356
4
+ data.tar.gz: 897ee73e929eeb57fdc851985d754002e43c9d12
5
5
  SHA512:
6
- metadata.gz: 1b90ebb2242b8168535e73f26605de36549c0191a8c0018167c9944d3da6ff38a503298d956142000822001602369680fbd002d7b9c3471b2ca5d0c22a539814
7
- data.tar.gz: 7703cc56be933682a2986c4a2cbfcee45c77b049eda474fc0e8f9e17994f37e3509e8639bf6bf993b8ecca2837f4d32f8dea88514b8f3d2a2b1dbeb48b3343f7
6
+ metadata.gz: 9c6106196c3f0fbe1bec232bbdaac6f795c104937f4a9582765c19e1b4e56656460da183d0bde6dcdc7726bb1b2e06162b0dbd1f0952698b24d46f759d8712d0
7
+ data.tar.gz: 5b94e72a33b0cfabd76721f09e16524ea8265ee056c53d09632cfcc3887174075138e4256621bac31a442bfa5c0a230a35b4509c88a3212121e190d18603ea7d
data/CHANGELOG.md CHANGED
@@ -2,7 +2,16 @@
2
2
 
3
3
  ## master
4
4
 
5
- * Add new configuration option `:raise_exceptions` that can be used to enable exceptions being raised from consumers. Mostly useful for testing consumers. Defaults to `false`.
5
+ * Add new configuration option `:raise_exceptions` that can be used to enable
6
+ exceptions being raised from consumers. Mostly useful for testing consumers.
7
+ Defaults to `false`.
8
+ * Add option to release bindings before purging
9
+ * Rework TestPool timeout handling to not account processing time
10
+ * Add methods for purging queues
11
+
12
+ ## 0.14.1
13
+
14
+ * Fix loading test pool source file
6
15
 
7
16
  ## 0.14.0
8
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: msgr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.1.1.b124
4
+ version: 0.14.1.1.b125
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Graichen