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.
Files changed (3) hide show
  1. checksums.yaml +13 -5
  2. data/lib/ffwd/plugin/kafka/version.rb +1 -1
  3. metadata +11 -11
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5e3f04533094c44509fce1c45508a834e11795fe
4
- data.tar.gz: 517ed67314945ab4a8f9308e095b7ebee5cf9530
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MTZhY2RjNTk3NDczYWJiYzI3Yzk0OWQ4YzNhMDdlZWViZWIzZGZhYQ==
5
+ data.tar.gz: !binary |-
6
+ ZjAwNTY2NTA2NTkyN2U3MGJiZWNkNmE4YjkzNTMzMGJhNmViY2YyNA==
5
7
  SHA512:
6
- metadata.gz: 5c5b80ec5e7268905b7c907bc1188b16bb63095cb8dba9b2a7a01c0fe4f32aa76dceb358f491496d2410f60a5ac332e8862b0ab15b648539ef4867f007f5c31e
7
- data.tar.gz: 09d67cb7fbab71547ac41a3ad9ffaab64f82aeb24c19f030e3d7feb7e5a87066a909da723dc5b3a56ff2758d2209cbf3877e83dedf33a23e2583eebc14d7b1e8
8
+ metadata.gz: !binary |-
9
+ ZGY5NjAwODUxNDY4YTNhYjVjM2E1NGU3ZTIyZTE2YTJlZGUzYTNjZGM1MzQx
10
+ OTdhMThiNWJkMTY3ZGQ0ZmQ4ZTBlMzA5M2JmNTkzZDg4OGZiM2Y2ZTVhYjMw
11
+ YzE2ZmZkMzc5NGJmZDIzMjlkMGZmOGY4ZjdhNDMwZmI4NTg2Nzk=
12
+ data.tar.gz: !binary |-
13
+ YWI0MTNlMTJmNGQxN2M1ZTczMzMzYmY1ZDFjNGFlNzMzODJjYTNmODA4ZmUx
14
+ MTA2ZGZlYzExNGVhNmM3ODVkNWEyMTYxM2Q3Nzc5NzgxZTQ5MDUwZTgxNTJj
15
+ Yjk3MGI4M2E0MGQ4ZjczOTg2ZWU5OGEwM2ViY2YxNDUwZTBlNmI=
@@ -16,7 +16,7 @@
16
16
  module FFWD
17
17
  module Plugin
18
18
  module Kafka
19
- VERSION = "0.3.6"
19
+ VERSION = "0.3.7"
20
20
  end
21
21
  end
22
22
  end
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.6
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: 2014-12-11 00:00:00.000000000 Z
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.6
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.6
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.0.14
74
+ rubygems_version: 2.2.2
75
75
  signing_key:
76
76
  specification_version: 4
77
77
  summary: Kafka support for FFWD.