alephant-broker 3.5.3 → 3.5.4
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/alephant-broker.gemspec +2 -2
- data/lib/alephant/broker/version.rb +1 -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: 50561e06a4d8eb481476abef767fc2f911aa0c6c
|
|
4
|
+
data.tar.gz: 28bf088f6451659af364197641ec9690fd8b3e99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fda6c955738592a0e5d4c6ed7f20022b619dc01d2fffd7e69cd9cca68e195d04530b96409455b80a88ba19ac51e039503b7c0276f161b51920a77ab219179916
|
|
7
|
+
data.tar.gz: 22ec87eec245caeaf38f1d0e5d6863836f67af5c821bbd49f3b3cea06c70cc4aabbca71899ea3e56210c644b34cead039c16216640af2c9dcb8deb1ab170f4c0
|
data/alephant-broker.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ require 'alephant/broker/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "alephant-broker"
|
|
8
8
|
spec.version = Alephant::Broker::VERSION
|
|
9
|
-
spec.authors = ["
|
|
10
|
-
spec.email = ["
|
|
9
|
+
spec.authors = ["BBC News"]
|
|
10
|
+
spec.email = ["FutureMediaNewsRubyGems@bbc.co.uk"]
|
|
11
11
|
spec.summary = "Brokers requests for alephant components"
|
|
12
12
|
spec.description = "Brokers requests for alephant components"
|
|
13
13
|
spec.homepage = "https://github.com/BBC-News/alephant-broker"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alephant-broker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.5.
|
|
4
|
+
version: 3.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- BBC News
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -278,7 +278,7 @@ dependencies:
|
|
|
278
278
|
version: '0'
|
|
279
279
|
description: Brokers requests for alephant components
|
|
280
280
|
email:
|
|
281
|
-
-
|
|
281
|
+
- FutureMediaNewsRubyGems@bbc.co.uk
|
|
282
282
|
executables: []
|
|
283
283
|
extensions: []
|
|
284
284
|
extra_rdoc_files: []
|