banter 0.4.0 → 0.4.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: f98c954f1577641de0413fcdb61bd4de641159ee
4
- data.tar.gz: cca0062d0018c28a2b6d3f1ff9951735cda37361
3
+ metadata.gz: c2c2033f430505bcb3c7b1fa84a2ec3f7da6a04a
4
+ data.tar.gz: 7feb51b107de61559c90540f4dea73fc104a5fb2
5
5
  SHA512:
6
- metadata.gz: c9df28a97f6ed9ba8764dd77002a5726092c8f60b5a20b3b3c89ed653f45699a4dc2def024b3f5471157dca3f39e65605850c3a73cafebf2db00c93ca675fbaf
7
- data.tar.gz: 4d1abbfb632f94924f6e7cd69353032804cc2a3b2a6f72ee79099f6ce4528106773504b7987dd8bc49b84c57ba0fcae483e2982831321f0f9f9db25295529029
6
+ metadata.gz: d611262dcb9921b58016ed4768547789c05736b5fd559d64b83f9d411c09c2099bf1d5e62b3eb4c6608d1af595ce7d354717c8555b9458c1b28274314664425c
7
+ data.tar.gz: 984f2b86a71ade2646d013d2dce99922c6beaaadd14f4e70eb8804904c7314a2ca753c23c1e23c2406e42a6032c3e465cd176199ee405f76bbb1c0d89b1c4a90
data/README.md CHANGED
@@ -4,6 +4,8 @@ Simple Publishers and subscribers for Ruby using RabbitMQ
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/banter.svg)](http://badge.fury.io/rb/banter)
6
6
 
7
+ Developed & maintained by [The Honest Company](https://www.honest.com). We are always looking for the best talent, find your next opportunity at [Honest Careers](https://www.honest.com/careers)
8
+
7
9
  ## Installation
8
10
 
9
11
  Add this line to your application's Gemfile:
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.email = ["webadmin@honest.com", "tusharranka@gmail.com", "jackson.joel@gmail.com"]
13
13
  spec.description = "Publish & subscribe to messages"
14
14
  spec.summary = "Library for pub-sub (Message Bus)"
15
- spec.homepage = ""
15
+ spec.homepage = "https://github.com/honest/banter"
16
16
  spec.license = "MIT"
17
17
 
18
18
  spec.files = `git ls-files`.split($/)
@@ -32,6 +32,4 @@ Gem::Specification.new do |spec|
32
32
  spec.add_runtime_dependency "json", ">= 1.8"
33
33
  spec.add_runtime_dependency "celluloid", ">= 0.15"
34
34
  spec.add_runtime_dependency "celluloid-io", ">= 0.15"
35
-
36
-
37
35
  end
@@ -1,3 +1,3 @@
1
1
  module Banter
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: banter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Honest Company
@@ -226,7 +226,7 @@ files:
226
226
  - spec/logger_spec.rb
227
227
  - spec/message_spec.rb
228
228
  - spec/spec_helper.rb
229
- homepage: ''
229
+ homepage: https://github.com/honest/banter
230
230
  licenses:
231
231
  - MIT
232
232
  metadata: {}