rimless 3.4.0 → 3.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5d7d34c4154cca4456eb5e21e165bdcc3206ad9746aba7f6bc2c363e3292a692
4
- data.tar.gz: fad1418db344e29e77e2dc7f20d468f31eb2a34d4fe5260e7b18a0120242cd8e
3
+ metadata.gz: b411634701bb1272091076f6fa9bdea4065f4cc4b9af31f3466e748014637b74
4
+ data.tar.gz: e6941968ab01ae0f4c4e6a37b2c4bfd8171b915c73715193f3ee40c8c2f1c88f
5
5
  SHA512:
6
- metadata.gz: 3b0619589bb1b8d4c6df09340f6de6956b387858d0d5199f984378ba83cf04520b28d1bc17daa750fe127967c7b40d9ad824a6bbcda15459e0c77d18c7328be9
7
- data.tar.gz: dc90562a7a290f6175fe2adae8b07d01b89978c885355f70ff924b21222c23cd5ab62c5e50a9bd86553c92750b4d046a446c6822651c84f72d4cd1e766b04dc2
6
+ metadata.gz: da4f6bfc4cc93476984d8e1443f3ef93c6430d697a4dd6078a9631811d955c7a69e8787386502f1c7a7c67f97279c9ef92eb1ad7ac5cc808a6cb20704eac464a
7
+ data.tar.gz: b75fbf23d4b408752109ea072844ec7bb0592fae1e0b28d7caa4319d9b4288e721d019bccdc252d691897c57b34abd285d32a5eb77185d8636be81d06de5f545
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 3.5.0 (15 May 2026)
6
+
7
+ * Updated the kafka-playground ([#78](https://github.com/hausgold/rimless/pull/78))
8
+
5
9
  ### 3.4.0 (4 May 2026)
6
10
 
7
11
  * Dropped Ruby 3.x and Rails <8.1 support ([#77](https://github.com/hausgold/rimless/pull/77))
@@ -4,8 +4,8 @@ LABEL org.opencontainers.image.authors="containers@hausgold.de"
4
4
  # Update system gem
5
5
  RUN gem update --system '4.0.11'
6
6
 
7
- # Install nodejs 25
8
- RUN curl -sL https://deb.nodesource.com/setup_25.x | bash -
7
+ # Install nodejs 26
8
+ RUN curl -sL https://deb.nodesource.com/setup_26.x | bash -
9
9
 
10
10
  # Install system packages and the ruby bundless
11
11
  RUN apt-get update -yqqq && \
@@ -4,8 +4,8 @@
4
4
  module Rimless
5
5
  # The version of the +rimless+ gem
6
6
  # TODO: Change back before release.
7
- # VERSION = '3.4.0'
8
- VERSION = '3.4.0'
7
+ # VERSION = '3.5.0'
8
+ VERSION = '3.5.0'
9
9
 
10
10
  class << self
11
11
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rimless
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.0
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer