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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9fa7fea2188c1f01d9707114404ff18fb6ac3ec
4
- data.tar.gz: a63a38b0be52d72241b69788fdeef5c489d5fd34
3
+ metadata.gz: 6136b61a3e79388ec44fb18c00a84790e6e3e7e8
4
+ data.tar.gz: b502929e7500e8166ce6abb3c57fdefd41d5a9f9
5
5
  SHA512:
6
- metadata.gz: dab3d09f43682c6c3b580ad754113b58d5d582551a997931665988cd4abe5879257202f1f2d33d5a3fc0441d71d825b000c69fa3259428ff52d147e7d59dae87
7
- data.tar.gz: 2e48a940d9361acc7e76e099a040d4956a679bd30b12312da4e7afff5497441c03a793935ceec7a09b290e6babf12096b696b1523221360545c281ccaaef4326
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", :git => "git@github.com:twingly/twingly-amqp.git"
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:
@@ -1,5 +1,5 @@
1
1
  module Twingly
2
2
  module Amqp
3
- VERSION = "3.2.0"
3
+ VERSION = "3.2.1"
4
4
  end
5
5
  end
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.0
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: Pings urls via RabbitMQ.
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: []