ffwd-kafka 0.3.6 → 0.3.7
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 +13 -5
- data/lib/ffwd/plugin/kafka/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
MTZhY2RjNTk3NDczYWJiYzI3Yzk0OWQ4YzNhMDdlZWViZWIzZGZhYQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
ZjAwNTY2NTA2NTkyN2U3MGJiZWNkNmE4YjkzNTMzMGJhNmViY2YyNA==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
ZGY5NjAwODUxNDY4YTNhYjVjM2E1NGU3ZTIyZTE2YTJlZGUzYTNjZGM1MzQx
|
10
|
+
OTdhMThiNWJkMTY3ZGQ0ZmQ4ZTBlMzA5M2JmNTkzZDg4OGZiM2Y2ZTVhYjMw
|
11
|
+
YzE2ZmZkMzc5NGJmZDIzMjlkMGZmOGY4ZjdhNDMwZmI4NTg2Nzk=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
YWI0MTNlMTJmNGQxN2M1ZTczMzMzYmY1ZDFjNGFlNzMzODJjYTNmODA4ZmUx
|
14
|
+
MTA2ZGZlYzExNGVhNmM3ODVkNWEyMTYxM2Q3Nzc5NzgxZTQ5MDUwZTgxNTJj
|
15
|
+
Yjk3MGI4M2E0MGQ4ZjczOTg2ZWU5OGEwM2ViY2YxNDUwZTBlNmI=
|
metadata
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffwd-kafka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John-John Tedro
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: poseidon
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - '>='
|
17
|
+
- - ! '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - '>='
|
24
|
+
- - ! '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.3.
|
33
|
+
version: 0.3.7
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.3.
|
40
|
+
version: 0.3.7
|
41
41
|
description:
|
42
42
|
email:
|
43
43
|
- udoprog@spotify.com
|
@@ -45,12 +45,12 @@ executables: []
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
+
- lib/ffwd/plugin/kafka.rb
|
48
49
|
- lib/ffwd/plugin/kafka/output.rb
|
50
|
+
- lib/ffwd/plugin/kafka/partitioners.rb
|
49
51
|
- lib/ffwd/plugin/kafka/producer.rb
|
50
52
|
- lib/ffwd/plugin/kafka/routers.rb
|
51
53
|
- lib/ffwd/plugin/kafka/version.rb
|
52
|
-
- lib/ffwd/plugin/kafka/partitioners.rb
|
53
|
-
- lib/ffwd/plugin/kafka.rb
|
54
54
|
homepage: https://github.com/spotify/ffwd
|
55
55
|
licenses:
|
56
56
|
- Apache 2.0
|
@@ -61,17 +61,17 @@ require_paths:
|
|
61
61
|
- lib
|
62
62
|
required_ruby_version: !ruby/object:Gem::Requirement
|
63
63
|
requirements:
|
64
|
-
- - '>='
|
64
|
+
- - ! '>='
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
67
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
68
68
|
requirements:
|
69
|
-
- - '>='
|
69
|
+
- - ! '>='
|
70
70
|
- !ruby/object:Gem::Version
|
71
71
|
version: '0'
|
72
72
|
requirements: []
|
73
73
|
rubyforge_project:
|
74
|
-
rubygems_version: 2.
|
74
|
+
rubygems_version: 2.2.2
|
75
75
|
signing_key:
|
76
76
|
specification_version: 4
|
77
77
|
summary: Kafka support for FFWD.
|