twingly-amqp 3.2.0 → 3.2.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/README.md +5 -1
- data/lib/twingly/amqp/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6136b61a3e79388ec44fb18c00a84790e6e3e7e8
|
|
4
|
+
data.tar.gz: b502929e7500e8166ce6abb3c57fdefd41d5a9f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b99173aaf652c7a92d5e421da16a4ce0f3800667bedb9f2420f237cbf5adc44c9bbeb3ae94b56289eecb0569ae93eaf91f60deb28c4feb840bcaf1c7cc5f4fe4
|
|
7
|
+
data.tar.gz: 77077154d065800cdb69276dfe2732782ac5d1d33bb01177d421ffa9464f58ae70deb3cf3f88b610965532d3ebfc35bcbfc95a59ed2861a9bf70d334358144e7
|
data/README.md
CHANGED
|
@@ -10,9 +10,13 @@ A gem for subscribing and publishing messages via RabbitMQ.
|
|
|
10
10
|
Add this line to your application's Gemfile:
|
|
11
11
|
|
|
12
12
|
```ruby
|
|
13
|
-
gem "twingly-amqp"
|
|
13
|
+
gem "twingly-amqp"
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
+
Or install it yourself as:
|
|
17
|
+
|
|
18
|
+
$ gem install twingly-amqp
|
|
19
|
+
|
|
16
20
|
## Usage
|
|
17
21
|
|
|
18
22
|
Environment variables:
|
data/lib/twingly/amqp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twingly-amqp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Twingly AB
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '10.0'
|
|
55
|
-
description:
|
|
55
|
+
description: Publish and subscribe to messages via RabbitMQ
|
|
56
56
|
email:
|
|
57
57
|
- support@twingly.com
|
|
58
58
|
executables: []
|
|
@@ -89,5 +89,5 @@ rubyforge_project:
|
|
|
89
89
|
rubygems_version: 2.4.5
|
|
90
90
|
signing_key:
|
|
91
91
|
specification_version: 4
|
|
92
|
-
summary: Ruby library for talking to RabbitMQ
|
|
92
|
+
summary: Ruby library for talking to RabbitMQ
|
|
93
93
|
test_files: []
|