deimos-ruby 2.0.0.pre.beta7 → 2.0.0
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/CHANGELOG.md +2 -2
- data/lib/deimos/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9c0999bb0a5a4b9b415220ce78e60a27ee535e0a556ae20f63d8b989c2e3f6d
|
4
|
+
data.tar.gz: a6ee9c3686162e45cbb33982b0ca85c79c38ff095dd2f8c670a83c0aa551cf6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd8b7220297cecbed63e753bb081f9656dbe7547207de5a5af14e7d8276de8ef9ec063490e52ca12bbba6b6c7f23ecc43703f68e44e4e1beaf843acc813cbbdc
|
7
|
+
data.tar.gz: 8cd50f82af228b9518b579347d67d3c4e4faeae199f4ebd9cd7601aa4ad36b5b1f59c403ae2c5af735eae94f33c44ff69146508215cf03313568581c85013945
|
data/CHANGELOG.md
CHANGED
@@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## UNRELEASED
|
9
9
|
|
10
|
-
## 2.0.0 -
|
11
|
-
- Full rewrite of Deimos to work with Karafka
|
10
|
+
## 2.0.0 - 2025-03-03
|
11
|
+
- ***Full rewrite of Deimos to work with Karafka.*** Please see [Upgrading](./docs/UPGRADING.md) for full information.
|
12
12
|
|
13
13
|
# 1.24.3 - 2024-05-13
|
14
14
|
- Feature: Enable `producers.persistent_connections` phobos setting
|
data/lib/deimos/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deimos-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Orner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: avro_turf
|
@@ -639,9 +639,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
639
639
|
version: '0'
|
640
640
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
641
641
|
requirements:
|
642
|
-
- - "
|
642
|
+
- - ">="
|
643
643
|
- !ruby/object:Gem::Version
|
644
|
-
version:
|
644
|
+
version: '0'
|
645
645
|
requirements: []
|
646
646
|
rubygems_version: 3.4.10
|
647
647
|
signing_key:
|