msgr 0.15.0.1.b140 → 0.15.1
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 +4 -4
- data/CHANGELOG.md +4 -3
- data/lib/msgr/version.rb +2 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9fcaf396870628ee1f75c24391260dcfbf59fae
|
|
4
|
+
data.tar.gz: 401a161e67716834f2133f0413bcbe9116f55074
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e991d9f3e183d6fa882524cb4d52d62c06909068bfd4f18e47f770682b28b34db5078f25a9b038ba82b9c881f9316fc89ca474976dbd5d23b170a04d4f226709
|
|
7
|
+
data.tar.gz: 33ecf55d6a3b9051bc3282030221b8476e12b62742570f407c245830d712075aef2b17c5b19e98373bf469ee92c097e1e2cf8e9eafad24aafef34a5543ea1cc8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.15.1
|
|
4
|
+
|
|
5
|
+
* Fix errors with additional configuration keys for AMQP connection (#13)
|
|
6
|
+
|
|
3
7
|
## 0.15.0
|
|
4
8
|
|
|
5
9
|
* Add new configuration option `:raise_exceptions` that can be used to enable
|
|
@@ -29,9 +33,6 @@
|
|
|
29
33
|
|
|
30
34
|
* Loose dependency on bunny to allow ~> 1.4 for stone-age old RabbitMQ servers.
|
|
31
35
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
36
|
## 0.11.rc3
|
|
36
37
|
|
|
37
38
|
* Define pool_class by string to make it useable with rails
|
data/lib/msgr/version.rb
CHANGED
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.15.
|
|
4
|
+
version: 0.15.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Graichen
|
|
@@ -160,12 +160,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
160
160
|
version: '0'
|
|
161
161
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
162
|
requirements:
|
|
163
|
-
- - "
|
|
163
|
+
- - ">="
|
|
164
164
|
- !ruby/object:Gem::Version
|
|
165
|
-
version:
|
|
165
|
+
version: '0'
|
|
166
166
|
requirements: []
|
|
167
167
|
rubyforge_project:
|
|
168
|
-
rubygems_version: 2.6.
|
|
168
|
+
rubygems_version: 2.6.12
|
|
169
169
|
signing_key:
|
|
170
170
|
specification_version: 4
|
|
171
171
|
summary: 'Msgr: Rails-like Messaging Framework'
|