ruby-kafka-temp-fork 0.0.1 → 0.0.2

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
  SHA256:
3
- metadata.gz: 4fc7a7bfb03d5d9671dc71590a3eee5d19ad14fbeb1d2e77849a3e529d00a26e
4
- data.tar.gz: e10237d5acb7f12f848fad802de23a8ea630a0b0e501309fc681695539026c77
3
+ metadata.gz: 88ecbad6968024dae32856988029e749a24f873a7c1663c5cf71e81fb8622526
4
+ data.tar.gz: d2b8deacc3f15a0959c63a4f2aa007834fa008e0d06be06ae467b3d696b7782b
5
5
  SHA512:
6
- metadata.gz: 0737dbcde0fae9d20bf3ee2c8674c58e6749233332f4a60d192367dc3c875782d98b44738ffd48862567de080c18f22279a9726ca5794468d34fc1bb69f0013d
7
- data.tar.gz: 89687581ad1762642e5e85ab1aae87681ae522b12e1337d6fd88d9e9747839c66a296f0eebebcd033a07f7e7ce27e9dfd1dea32f2a124868f009f0bd97175316
6
+ metadata.gz: 885a64aac629039c8df74bb9336c62d5c303392949fe42b575059aec64636b91910758eb9b50f59dd6b6b5f56b86f8df8e2cab73c8588e57ef5c887b2c1595a5
7
+ data.tar.gz: c51c82256588294c79dc05568de98a54b3cb6857445d6548ff0000152c5cfc9d72f6c3c5a2dea69d1451bbecea9e9ea5657cd4a3dee69518aa1c618a7699c353
data/lib/kafka/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kafka
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
@@ -5,19 +5,19 @@ lib = File.expand_path('../lib', __FILE__)
5
5
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
6
6
  require 'kafka/version'
7
7
 
8
- a = Gem::Specification.new do |spec|
8
+ Gem::Specification.new do |spec|
9
9
  spec.name = "ruby-kafka-temp-fork"
10
10
  spec.version = Kafka::VERSION
11
11
  spec.authors = ["Eduardo Poleo"]
12
12
  spec.email = ["eduardo.poleo@flipp.com"]
13
13
 
14
- spec.summary = "A temp fork for ruby kafka"
14
+ spec.summary = "A client library for the Kafka distributed commit log."
15
15
 
16
16
  spec.description = <<-DESC.gsub(/^ /, "").strip
17
- This is just a temp fork for the ruby kafka gem to make it easier to test pending changes.
17
+ A client library for the Kafka distributed commit log.
18
18
  DESC
19
19
 
20
- spec.homepage = "https://github.com/eduardopoleoflipp/ruby-kafka"
20
+ spec.homepage = "https://github.com/zendesk/ruby-kafka"
21
21
  spec.license = "Apache-2.0"
22
22
 
23
23
  spec.required_ruby_version = '>= 2.1.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-kafka-temp-fork
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Poleo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-08-12 00:00:00.000000000 Z
11
+ date: 2021-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: digest-crc
@@ -344,8 +344,7 @@ dependencies:
344
344
  - - ">="
345
345
  - !ruby/object:Gem::Version
346
346
  version: '0'
347
- description: This is just a temp fork for the ruby kafka gem to make it easier to
348
- test pending changes.
347
+ description: A client library for the Kafka distributed commit log.
349
348
  email:
350
349
  - eduardo.poleo@flipp.com
351
350
  executables: []
@@ -493,8 +492,8 @@ files:
493
492
  - lib/kafka/version.rb
494
493
  - lib/kafka/zstd_codec.rb
495
494
  - lib/ruby-kafka-temp-fork.rb
496
- - ruby-kafka-temp-fork.gemspec
497
- homepage: https://github.com/eduardopoleoflipp/ruby-kafka
495
+ - ruby-kafka.gemspec
496
+ homepage: https://github.com/zendesk/ruby-kafka
498
497
  licenses:
499
498
  - Apache-2.0
500
499
  metadata: {}
@@ -513,8 +512,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
513
512
  - !ruby/object:Gem::Version
514
513
  version: '0'
515
514
  requirements: []
516
- rubygems_version: 3.0.9
515
+ rubygems_version: 3.2.3
517
516
  signing_key:
518
517
  specification_version: 4
519
- summary: A temp fork for ruby kafka
518
+ summary: A client library for the Kafka distributed commit log.
520
519
  test_files: []