watership 0.3.2 → 0.3.3
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 +9 -0
- data/lib/watership/consumer.rb +1 -1
- data/lib/watership/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 504aad6fe9a8435d3a13768c3f7e424fcd9c4dfc
|
|
4
|
+
data.tar.gz: 2bf978476f854e61c0daf9d4139b5a07fa7adf3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4a93c65f723351f5ecc18f4c170ed439cf67c43dc00ee09b9b52a546300ebce1022e50ab12dc312762b4a016e5ebcfefdd363b633bb4d330ba12f5aacf9ce98
|
|
7
|
+
data.tar.gz: 1e23c9e0fbce128f44b50922563f0c75f1701d715b416be6823d06ce67c988947f227a96ab07c5ef62a91ffe9ae44617d5b0d47fc920615fb90e595557483e6c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.3 - 2014-05-23
|
|
4
|
+
* Fix typo
|
|
5
|
+
|
|
6
|
+
## 0.3.2 - 2014-05-22
|
|
7
|
+
* Added optionality to `Watership::Consumer` for greater control over its behavior.
|
|
8
|
+
|
|
9
|
+
## 0.3.1 - 2014-05-15
|
|
10
|
+
* Added `Watership::Consumer` to encapsulate a common pattern.
|
|
11
|
+
|
|
3
12
|
## 0.3.0 - 2014-03-27
|
|
4
13
|
* `Watership.config=` now takes a string representing an AMQP URI, not a path.
|
|
5
14
|
|
data/lib/watership/consumer.rb
CHANGED
data/lib/watership/version.rb
CHANGED