ffwd-kafka 0.1.4 → 0.1.5
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 +14 -6
- data/lib/ffwd/plugin/kafka/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
MDBjNGFiMGNlNWIyNjYwZDcyODQ2NDFlYWE3ZGFkZjBlMTU5MDAxNw==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
M2I1Nzg1MjM4ZWZjMTBiYWZhMWZkZWUzNmE3ZWRmYTczMWI0MWUwNQ==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
Y2Q2MjAxN2E3ZjM5NjFkOTU3ODE2NGRkMDYwMDUwMTkxMGQyZjAzNTExNTdl
|
10
|
+
YWRlMTY1YWRmYmMwZjU0MDFkNzIzYmI2OWM4OTg1MjNjYWFkY2EzOGJiMGYw
|
11
|
+
NmI3ZDA3MDFmMGI4YWViYzdlNDU5M2MyNzM4MmYxNTljMTllMDc=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
ZDIzY2I0MmU5NGM3YTAzY2NkZWVkNDgzNjAxM2NjMTYyODgxZGUxZDM1MDQy
|
14
|
+
MDkyYWM0N2NjMTAwNzVmNWY1NzI5OTM1MmY2NjY3MTliMjAwOThlYThjMDIz
|
15
|
+
MzAzNTE2NTkwODg4MzhlODJhZDU4YjU2YjdjYzczNGRlZDE0NDk=
|
metadata
CHANGED
@@ -1,41 +1,41 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ffwd-kafka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
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: 2014-03-
|
11
|
+
date: 2014-03-22 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
|
28
28
|
name: ffwd
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - '>='
|
31
|
+
- - ! '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
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
40
|
version: '0'
|
41
41
|
description:
|
@@ -45,12 +45,12 @@ executables: []
|
|
45
45
|
extensions: []
|
46
46
|
extra_rdoc_files: []
|
47
47
|
files:
|
48
|
-
- lib/ffwd/plugin/kafka
|
48
|
+
- lib/ffwd/plugin/kafka.rb
|
49
49
|
- lib/ffwd/plugin/kafka/producer.rb
|
50
50
|
- lib/ffwd/plugin/kafka/routers.rb
|
51
51
|
- lib/ffwd/plugin/kafka/version.rb
|
52
52
|
- lib/ffwd/plugin/kafka/partitioners.rb
|
53
|
-
- lib/ffwd/plugin/kafka.rb
|
53
|
+
- lib/ffwd/plugin/kafka/output.rb
|
54
54
|
homepage: https://github.com/spotify/ffwd
|
55
55
|
licenses:
|
56
56
|
- Apache 2.0
|
@@ -61,12 +61,12 @@ 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: []
|