From 2bb3760ebc61f9084f33c11d59c5154d420889f0 Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <jakub@jirutka.cz>
Date: Sun, 3 Apr 2022 01:32:13 +0200
Subject: [PATCH] community/*: rebuild against ruby 3.1.1

---
 community/jekyll/APKBUILD                     | 2 +-
 community/opennebula/APKBUILD                 | 2 +-
 community/ronn/APKBUILD                       | 2 +-
 community/ruby-addressable/APKBUILD           | 2 +-
 community/ruby-builder/APKBUILD               | 2 +-
 community/ruby-cap2/APKBUILD                  | 2 +-
 community/ruby-charlock_holmes/APKBUILD       | 2 +-
 community/ruby-colorator/APKBUILD             | 2 +-
 community/ruby-concurrent-ruby/APKBUILD       | 2 +-
 community/ruby-diff-lcs/APKBUILD              | 2 +-
 community/ruby-em-websocket/APKBUILD          | 2 +-
 community/ruby-enum/APKBUILD                  | 2 +-
 community/ruby-escape_utils/APKBUILD          | 2 +-
 community/ruby-eventmachine/APKBUILD          | 2 +-
 community/ruby-ffi/APKBUILD                   | 2 +-
 community/ruby-forwardable-extended/APKBUILD  | 2 +-
 community/ruby-hpricot/APKBUILD               | 2 +-
 community/ruby-http_parser.rb/APKBUILD        | 2 +-
 community/ruby-i18n/APKBUILD                  | 2 +-
 community/ruby-jekyll-sass-converter/APKBUILD | 2 +-
 community/ruby-jekyll-watch/APKBUILD          | 2 +-
 community/ruby-kramdown-parser-gfm/APKBUILD   | 2 +-
 community/ruby-kramdown/APKBUILD              | 2 +-
 community/ruby-liquid/APKBUILD                | 2 +-
 community/ruby-listen/APKBUILD                | 2 +-
 community/ruby-mathematical/APKBUILD          | 2 +-
 community/ruby-mercenary/APKBUILD             | 2 +-
 community/ruby-mini_portile2/APKBUILD         | 2 +-
 community/ruby-minitest-around/APKBUILD       | 2 +-
 community/ruby-multi_json/APKBUILD            | 2 +-
 community/ruby-mustache/APKBUILD              | 2 +-
 community/ruby-net-ldap/APKBUILD              | 2 +-
 community/ruby-net-ping/APKBUILD              | 2 +-
 community/ruby-net-telnet/APKBUILD            | 2 +-
 community/ruby-nokogiri/APKBUILD              | 2 +-
 community/ruby-optimist/APKBUILD              | 2 +-
 community/ruby-ox/APKBUILD                    | 2 +-
 community/ruby-pathutil/APKBUILD              | 2 +-
 community/ruby-pg/APKBUILD                    | 2 +-
 community/ruby-pg_query/APKBUILD              | 2 +-
 community/ruby-posix-spawn/APKBUILD           | 2 +-
 community/ruby-public_suffix/APKBUILD         | 2 +-
 community/ruby-rake-compiler/APKBUILD         | 2 +-
 community/ruby-rb-inotify/APKBUILD            | 2 +-
 community/ruby-rbvmomi/APKBUILD               | 2 +-
 community/ruby-rdiscount/APKBUILD             | 2 +-
 community/ruby-rmagick/APKBUILD               | 2 +-
 community/ruby-rouge/APKBUILD                 | 2 +-
 community/ruby-rspec-core/APKBUILD            | 2 +-
 community/ruby-rspec-expectations/APKBUILD    | 2 +-
 community/ruby-rspec-mocks/APKBUILD           | 2 +-
 community/ruby-rspec-support/APKBUILD         | 2 +-
 community/ruby-rspec/APKBUILD                 | 2 +-
 community/ruby-rugged/APKBUILD                | 2 +-
 community/ruby-safe_yaml/APKBUILD             | 2 +-
 community/ruby-sassc/APKBUILD                 | 2 +-
 community/ruby-sdbm/APKBUILD                  | 2 +-
 community/ruby-terminal-table/APKBUILD        | 2 +-
 community/ruby-timecop/APKBUILD               | 2 +-
 community/ruby-unf_ext/APKBUILD               | 2 +-
 community/ruby-unicode-display_width/APKBUILD | 2 +-
 community/ruby-webrick/APKBUILD               | 2 +-
 community/ruby-xmlrpc/APKBUILD                | 2 +-
 community/sqlint/APKBUILD                     | 2 +-
 community/unit/APKBUILD                       | 2 +-
 community/weechat/APKBUILD                    | 2 +-
 community/xapian-bindings/APKBUILD            | 2 +-
 67 files changed, 67 insertions(+), 67 deletions(-)

diff --git a/community/jekyll/APKBUILD b/community/jekyll/APKBUILD
index 7734e6874dd3..b01a1c867cf7 100644
--- a/community/jekyll/APKBUILD
+++ b/community/jekyll/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=jekyll
 _gemname=jekyll
 pkgver=4.2.2
-pkgrel=0
+pkgrel=1
 pkgdesc="A blog-aware static site generator in Ruby"
 url="https://jekyllrb.com/"
 arch="noarch"
diff --git a/community/opennebula/APKBUILD b/community/opennebula/APKBUILD
index a4a5ada06ddb..0314af2dedb6 100644
--- a/community/opennebula/APKBUILD
+++ b/community/opennebula/APKBUILD
@@ -3,7 +3,7 @@
 # TODO: Add server components.
 pkgname=opennebula
 pkgver=5.12.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenNebula (currenty empty, install opennebula-tools instead)"
 url="https://opennebula.io"
 arch="noarch !s390x" #ruby-rbvmomi
diff --git a/community/ronn/APKBUILD b/community/ronn/APKBUILD
index 03d1690e8508..5afdddd448d0 100644
--- a/community/ronn/APKBUILD
+++ b/community/ronn/APKBUILD
@@ -4,7 +4,7 @@
 pkgname=ronn
 _gemname=$pkgname
 pkgver=0.7.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Convert Markdown files to manpages"
 url="https://rtomayko.github.io/ronn/"
 arch="noarch"
diff --git a/community/ruby-addressable/APKBUILD b/community/ruby-addressable/APKBUILD
index 6162214df42c..abb74e888355 100644
--- a/community/ruby-addressable/APKBUILD
+++ b/community/ruby-addressable/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-addressable
 _gemname=addressable
 pkgver=2.8.0
-pkgrel=0
+pkgrel=1
 pkgdesc="An alternative implementation to the URI implementation"
 url="https://github.com/sporkmonger/addressable"
 arch="noarch"
diff --git a/community/ruby-builder/APKBUILD b/community/ruby-builder/APKBUILD
index d147d4d059e3..1a5829fc7d3f 100644
--- a/community/ruby-builder/APKBUILD
+++ b/community/ruby-builder/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-builder
 _gemname=builder
 pkgver=3.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Provide a simple way to create XML markup and data structures"
 url="https://github.com/jimweirich/builder"
 arch="noarch"
diff --git a/community/ruby-cap2/APKBUILD b/community/ruby-cap2/APKBUILD
index 459d03901a87..9b3fb85b9de6 100644
--- a/community/ruby-cap2/APKBUILD
+++ b/community/ruby-cap2/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-cap2
 _gemname=cap2
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Ruby library for managing Linux process and file capabilities"
 url="https://github.com/lmars/cap2"
 arch="all"
diff --git a/community/ruby-charlock_holmes/APKBUILD b/community/ruby-charlock_holmes/APKBUILD
index a98ec951efd5..5efc4228caa2 100644
--- a/community/ruby-charlock_holmes/APKBUILD
+++ b/community/ruby-charlock_holmes/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-charlock_holmes
 _gemname=charlock_holmes
 pkgver=0.7.7
-pkgrel=8
+pkgrel=9
 pkgdesc="Character encoding detection, brought to you by ICU"
 url="https://github.com/brianmario/charlock_holmes"
 arch="all"
diff --git a/community/ruby-colorator/APKBUILD b/community/ruby-colorator/APKBUILD
index f5aa22a4a215..9a0cd054466f 100644
--- a/community/ruby-colorator/APKBUILD
+++ b/community/ruby-colorator/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-colorator
 _gemname=colorator
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Colorize your text in the terminal"
 url="https://github.com/octopress/colorator"
 arch="noarch"
diff --git a/community/ruby-concurrent-ruby/APKBUILD b/community/ruby-concurrent-ruby/APKBUILD
index b384c09af11d..d1b467f4800b 100644
--- a/community/ruby-concurrent-ruby/APKBUILD
+++ b/community/ruby-concurrent-ruby/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-concurrent-ruby
 _gemname=${pkgname#ruby-}
 pkgver=1.1.10
-pkgrel=0
+pkgrel=1
 pkgdesc="Modern concurrency tools for Ruby"
 url="http://www.concurrent-ruby.com"
 arch="all"
diff --git a/community/ruby-diff-lcs/APKBUILD b/community/ruby-diff-lcs/APKBUILD
index ae3c9358d26c..f23cbc1af919 100644
--- a/community/ruby-diff-lcs/APKBUILD
+++ b/community/ruby-diff-lcs/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-diff-lcs
 _gemname=${pkgname#ruby-}
 pkgver=1.5.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Generate difference sets between Ruby sequences"
 url="http://halostatue.github.io/diff-lcs/"
 arch="noarch"
diff --git a/community/ruby-em-websocket/APKBUILD b/community/ruby-em-websocket/APKBUILD
index feb521216531..f7d67fb50131 100644
--- a/community/ruby-em-websocket/APKBUILD
+++ b/community/ruby-em-websocket/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-em-websocket
 _gemname=em-websocket
 pkgver=0.5.3
-pkgrel=0
+pkgrel=1
 pkgdesc="EventMachine based WebSocket server"
 url="https://github.com/igrigorik/em-websocket"
 arch="noarch"
diff --git a/community/ruby-enum/APKBUILD b/community/ruby-enum/APKBUILD
index 311f9701cb3b..651ec82fcb9f 100644
--- a/community/ruby-enum/APKBUILD
+++ b/community/ruby-enum/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-enum
 _gemname=$pkgname
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A handy way to define enums in Ruby"
 url="https://github.com/dblock/ruby-enum"
 arch="noarch"
diff --git a/community/ruby-escape_utils/APKBUILD b/community/ruby-escape_utils/APKBUILD
index 550b41c01dea..a1c340c91407 100644
--- a/community/ruby-escape_utils/APKBUILD
+++ b/community/ruby-escape_utils/APKBUILD
@@ -4,7 +4,7 @@
 pkgname=ruby-escape_utils
 _gemname=${pkgname#ruby-}
 pkgver=1.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Faster string escaping routines for your Ruby apps"
 url="https://github.com/brianmario/escape_utils"
 arch="all"
diff --git a/community/ruby-eventmachine/APKBUILD b/community/ruby-eventmachine/APKBUILD
index 4f04c42cb160..4443918c359a 100644
--- a/community/ruby-eventmachine/APKBUILD
+++ b/community/ruby-eventmachine/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-eventmachine
 _gemname=eventmachine
 pkgver=1.2.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Fast, simple event-processing library for Ruby programs"
 url="https://github.com/eventmachine/eventmachine"
 arch="all"
diff --git a/community/ruby-ffi/APKBUILD b/community/ruby-ffi/APKBUILD
index ec1e6b3bea90..f396a559ed32 100644
--- a/community/ruby-ffi/APKBUILD
+++ b/community/ruby-ffi/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-ffi
 _gemname=ffi
 pkgver=1.15.5
-pkgrel=0
+pkgrel=1
 pkgdesc="Ruby FFI library"
 url="https://github.com/ffi/ffi"
 arch="all"
diff --git a/community/ruby-forwardable-extended/APKBUILD b/community/ruby-forwardable-extended/APKBUILD
index c79944250058..ad3af5eac8a3 100644
--- a/community/ruby-forwardable-extended/APKBUILD
+++ b/community/ruby-forwardable-extended/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-forwardable-extended
 _gemname=forwardable-extended
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Extends forwardable with delegation to hashes and instance variables"
 url="https://github.com/envygeeks/forwardable-extended"
 arch="noarch"
diff --git a/community/ruby-hpricot/APKBUILD b/community/ruby-hpricot/APKBUILD
index 556a5c47bad3..47214934f897 100644
--- a/community/ruby-hpricot/APKBUILD
+++ b/community/ruby-hpricot/APKBUILD
@@ -4,7 +4,7 @@
 pkgname=ruby-hpricot
 _gemname=hpricot
 pkgver=0.8.6
-pkgrel=5
+pkgrel=6
 pkgdesc="A swift, liberal HTML parser with a fantastic library (legacy)"
 url="https://github.com/hpricot/hpricot"
 arch="all"
diff --git a/community/ruby-http_parser.rb/APKBUILD b/community/ruby-http_parser.rb/APKBUILD
index 04973bc1776e..7259f9490dd2 100644
--- a/community/ruby-http_parser.rb/APKBUILD
+++ b/community/ruby-http_parser.rb/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-http_parser.rb
 _gemname=http_parser.rb
 pkgver=0.8.0
-pkgrel=0
+pkgrel=1
 pkgdesc="A simple callback-based HTTP request/response parser"
 url="https://github.com/tmm1/http_parser.rb"
 arch="all"
diff --git a/community/ruby-i18n/APKBUILD b/community/ruby-i18n/APKBUILD
index 9cf352e6338a..a585b878b362 100644
--- a/community/ruby-i18n/APKBUILD
+++ b/community/ruby-i18n/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-i18n
 _gemname=${pkgname#ruby-}
 pkgver=1.10.0
-pkgrel=0
+pkgrel=1
 pkgdesc="New wave Internationalization support for Ruby"
 url="https://github.com/svenfuchs/i18n"
 arch="noarch"
diff --git a/community/ruby-jekyll-sass-converter/APKBUILD b/community/ruby-jekyll-sass-converter/APKBUILD
index 05b37f8fd5e3..83bdc6d59a69 100644
--- a/community/ruby-jekyll-sass-converter/APKBUILD
+++ b/community/ruby-jekyll-sass-converter/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-jekyll-sass-converter
 _gemname=jekyll-sass-converter
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Sass converter for Jekyll"
 url="https://github.com/jekyll/jekyll-sass-converter"
 arch="noarch"
diff --git a/community/ruby-jekyll-watch/APKBUILD b/community/ruby-jekyll-watch/APKBUILD
index 9b2a218f7ddd..5b62fa673447 100644
--- a/community/ruby-jekyll-watch/APKBUILD
+++ b/community/ruby-jekyll-watch/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-jekyll-watch
 _gemname=jekyll-watch
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Rebuild your Jekyll site when a file changes with the --watch switch"
 url="https://github.com/jekyll/jekyll-watch"
 arch="noarch"
diff --git a/community/ruby-kramdown-parser-gfm/APKBUILD b/community/ruby-kramdown-parser-gfm/APKBUILD
index 6c66eaa46f69..b61ca48dd815 100644
--- a/community/ruby-kramdown-parser-gfm/APKBUILD
+++ b/community/ruby-kramdown-parser-gfm/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.1.0
 # Release 1.1.0 is not tagged in git. This revision also includes fixes
 # in tests. See https://github.com/kramdown/parser-gfm/issues/15.
 _gitrev=a3f87b9e216973ee5c224b2db35637cca2591db1
-pkgrel=1
+pkgrel=2
 pkgdesc="A kramdown parser for the GFM dialect of Markdown"
 url="https://github.com/kramdown/parser-gfm"
 arch="noarch"
diff --git a/community/ruby-kramdown/APKBUILD b/community/ruby-kramdown/APKBUILD
index 9fd7ebadf0ae..faafcffdd4df 100644
--- a/community/ruby-kramdown/APKBUILD
+++ b/community/ruby-kramdown/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ruby-kramdown
 _gemname=kramdown
 pkgver=2.3.2
 _pkgver="REL_${pkgver//./_}"
-pkgrel=0
+pkgrel=1
 pkgdesc="A fast, pure Ruby Markdown superset converter"
 url="https://kramdown.gettalong.org/"
 arch="noarch"
diff --git a/community/ruby-liquid/APKBUILD b/community/ruby-liquid/APKBUILD
index be5e9ee695ba..c47ce9f2b405 100644
--- a/community/ruby-liquid/APKBUILD
+++ b/community/ruby-liquid/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ruby-liquid
 _gemname=liquid
 # NOTE: Before bumping, check version required by jekyll.
 pkgver=4.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A secure, non-evaling end user template engine with aesthetic markup"
 url="https://shopify.github.io/liquid/"
 arch="noarch"
diff --git a/community/ruby-listen/APKBUILD b/community/ruby-listen/APKBUILD
index 971f2c4c3bdf..bc223536c63f 100644
--- a/community/ruby-listen/APKBUILD
+++ b/community/ruby-listen/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-listen
 _gemname=listen
 pkgver=3.7.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Listens to file modifications and notifies you about the changes"
 url="https://github.com/guard/listen"
 arch="noarch"
diff --git a/community/ruby-mathematical/APKBUILD b/community/ruby-mathematical/APKBUILD
index 426f5f2fa57a..66ecc33c3a72 100644
--- a/community/ruby-mathematical/APKBUILD
+++ b/community/ruby-mathematical/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-mathematical
 _gemname=${pkgname#ruby-}
 pkgver=1.6.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert mathematical equations to SVGs, PNGs, or MathML"
 url="https://www.gjtorikian.com/mathematical/"
 arch="all !s390x"  # limited by ruby-nokogiri
diff --git a/community/ruby-mercenary/APKBUILD b/community/ruby-mercenary/APKBUILD
index ab6a73ee9c05..0f1186c0a2b2 100644
--- a/community/ruby-mercenary/APKBUILD
+++ b/community/ruby-mercenary/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-mercenary
 _gemname=mercenary
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An easier way to build your command-line scripts in Ruby"
 url="https://github.com/jekyll/mercenary"
 arch="noarch"
diff --git a/community/ruby-mini_portile2/APKBUILD b/community/ruby-mini_portile2/APKBUILD
index ed2c4c25e42f..3cd01afc3b9a 100644
--- a/community/ruby-mini_portile2/APKBUILD
+++ b/community/ruby-mini_portile2/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-mini_portile2
 _gemname=${pkgname#ruby-}
 pkgver=2.8.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Simplistic port-like solution for developers"
 url="https://github.com/flavorjones/mini_portile"
 arch="noarch"
diff --git a/community/ruby-minitest-around/APKBUILD b/community/ruby-minitest-around/APKBUILD
index cea08dc3ec98..f3d26192d6e3 100644
--- a/community/ruby-minitest-around/APKBUILD
+++ b/community/ruby-minitest-around/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-minitest-around
 _gemname=minitest-around
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Around block for minitest"
 url="https://github.com/splattael/minitest-around"
 # s390x: ruby segfaults
diff --git a/community/ruby-multi_json/APKBUILD b/community/ruby-multi_json/APKBUILD
index ed30c1313da9..c160b71d7a54 100644
--- a/community/ruby-multi_json/APKBUILD
+++ b/community/ruby-multi_json/APKBUILD
@@ -2,7 +2,7 @@
 pkgname=ruby-multi_json
 _gemname=${pkgname#ruby-}
 pkgver=1.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A gem to provide easy switching between different JSON backends"
 url="https://rubygems.org/gems/multi_json"
 arch="noarch"
diff --git a/community/ruby-mustache/APKBUILD b/community/ruby-mustache/APKBUILD
index fa02a8fb187c..3c808484a04b 100644
--- a/community/ruby-mustache/APKBUILD
+++ b/community/ruby-mustache/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-mustache
 _gemname=mustache
 pkgver=1.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Logic-less Ruby templates"
 url="https://mustache.github.io/"
 arch="noarch"
diff --git a/community/ruby-net-ldap/APKBUILD b/community/ruby-net-ldap/APKBUILD
index 74f4535466fa..4a08d48971c3 100644
--- a/community/ruby-net-ldap/APKBUILD
+++ b/community/ruby-net-ldap/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-net-ldap
 _gemname=net-ldap
 pkgver=0.17.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Pure Ruby LDAP library"
 url="https://github.com/ruby-ldap/ruby-net-ldap"
 arch="noarch"
diff --git a/community/ruby-net-ping/APKBUILD b/community/ruby-net-ping/APKBUILD
index 15eb3a1a040f..094d307c56a9 100644
--- a/community/ruby-net-ping/APKBUILD
+++ b/community/ruby-net-ping/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-net-ping
 _gemname=net-ping
 pkgver=2.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of classes that provide different ways to ping computers"
 url="https://github.com/eitoball/net-ping"
 arch="noarch"
diff --git a/community/ruby-net-telnet/APKBUILD b/community/ruby-net-telnet/APKBUILD
index e71d08a00602..916cb9488757 100644
--- a/community/ruby-net-telnet/APKBUILD
+++ b/community/ruby-net-telnet/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-net-telnet
 _gemname=net-telnet
 pkgver=0.2.0
-pkgrel=0
+pkgrel=1
 pkgdesc="A telnet client functionality for Ruby"
 url="https://github.com/ruby/net-telnet"
 arch="noarch"
diff --git a/community/ruby-nokogiri/APKBUILD b/community/ruby-nokogiri/APKBUILD
index 6b9ed0b6f964..c2c15ec5edca 100644
--- a/community/ruby-nokogiri/APKBUILD
+++ b/community/ruby-nokogiri/APKBUILD
@@ -5,7 +5,7 @@
 pkgname=ruby-nokogiri
 _gemname=${pkgname#ruby-}
 pkgver=1.13.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An HTML, XML, SAX, and Reader parser"
 url="https://nokogiri.org/"
 arch="all"
diff --git a/community/ruby-optimist/APKBUILD b/community/ruby-optimist/APKBUILD
index 2026db5a28d1..d70a41e7b550 100644
--- a/community/ruby-optimist/APKBUILD
+++ b/community/ruby-optimist/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-optimist
 _gemname=optimist
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A commandline option parser for Ruby that just gets out of your way"
 url="https://www.manageiq.org/optimist/"
 arch="noarch"
diff --git a/community/ruby-ox/APKBUILD b/community/ruby-ox/APKBUILD
index 8cf599568578..4cde05218287 100644
--- a/community/ruby-ox/APKBUILD
+++ b/community/ruby-ox/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-ox
 _gemname=${pkgname#ruby-}
 pkgver=2.14.11
-pkgrel=0
+pkgrel=1
 pkgdesc="A fast XML parser and object serializer for Ruby"
 url="https://github.com/ohler55/ox"
 # armhf, armv7 - fails to build (invalid storage class for function ...)
diff --git a/community/ruby-pathutil/APKBUILD b/community/ruby-pathutil/APKBUILD
index 52577fa6fafe..53c73a48d0f2 100644
--- a/community/ruby-pathutil/APKBUILD
+++ b/community/ruby-pathutil/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-pathutil
 _gemname=pathutil
 pkgver=0.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A faster pure Ruby implementation of Pathname with extra bits"
 url="https://github.com/envygeeks/pathutil"
 arch="noarch"
diff --git a/community/ruby-pg/APKBUILD b/community/ruby-pg/APKBUILD
index af6879d86561..0c15901a2008 100644
--- a/community/ruby-pg/APKBUILD
+++ b/community/ruby-pg/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-pg
 _gemname=pg
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A PostgreSQL client library for Ruby"
 url="https://github.com/ged/ruby-pg"
 arch="all"
diff --git a/community/ruby-pg_query/APKBUILD b/community/ruby-pg_query/APKBUILD
index 7a8624e04109..570a59c92227 100644
--- a/community/ruby-pg_query/APKBUILD
+++ b/community/ruby-pg_query/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ruby-pg_query
 _gemname=pg_query
 # Keep in mind the aport libpg_query when bumping.
 pkgver=2.1.1
-pkgrel=0
+pkgrel=1
 pkgdesc="PostgreSQL query parsing and normalization library for Ruby"
 url="https://github.com/pganalyze/pg_query"
 # x86, armhf, armv7: fingerprint feature is broken on 32-bit
diff --git a/community/ruby-posix-spawn/APKBUILD b/community/ruby-posix-spawn/APKBUILD
index 4ad6cfd2c015..82a549e949eb 100644
--- a/community/ruby-posix-spawn/APKBUILD
+++ b/community/ruby-posix-spawn/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-posix-spawn
 _gemname=posix-spawn
 pkgver=0.3.15
-pkgrel=0
+pkgrel=1
 pkgdesc="Ruby process spawning library"
 url="https://github.com/rtomayko/posix-spawn"
 arch="all"
diff --git a/community/ruby-public_suffix/APKBUILD b/community/ruby-public_suffix/APKBUILD
index ac937c671a4c..e11ecac594e9 100644
--- a/community/ruby-public_suffix/APKBUILD
+++ b/community/ruby-public_suffix/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-public_suffix
 _gemname=public_suffix
 pkgver=4.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Domain name parser for Ruby based on the Public Suffix List"
 url="https://simonecarletti.com/code/publicsuffix/"
 arch="noarch"
diff --git a/community/ruby-rake-compiler/APKBUILD b/community/ruby-rake-compiler/APKBUILD
index 3818cb14a062..c395587b7dd2 100644
--- a/community/ruby-rake-compiler/APKBUILD
+++ b/community/ruby-rake-compiler/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rake-compiler
 _gemname=${pkgname#ruby-}
 pkgver=1.1.9
-pkgrel=0
+pkgrel=1
 pkgdesc="Provide a standard and simplified way to build and package Ruby extensions"
 url="https://github.com/rake-compiler/rake-compiler"
 arch="noarch"
diff --git a/community/ruby-rb-inotify/APKBUILD b/community/ruby-rb-inotify/APKBUILD
index 5ca57456cff2..514880fe4e19 100644
--- a/community/ruby-rb-inotify/APKBUILD
+++ b/community/ruby-rb-inotify/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rb-inotify
 _gemname=rb-inotify
 pkgver=0.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Ruby wrapper for Linux inotify, using FFI"
 url="https://github.com/guard/rb-inotify"
 arch="noarch"
diff --git a/community/ruby-rbvmomi/APKBUILD b/community/ruby-rbvmomi/APKBUILD
index 14c371b5513c..fbe2e2136238 100644
--- a/community/ruby-rbvmomi/APKBUILD
+++ b/community/ruby-rbvmomi/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rbvmomi
 _gemname=rbvmomi
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ruby interface to the VMware vSphere API"
 url="https://github.com/vmware/rbvmomi"
 arch="noarch !s390x" # missing ruby-nokogiri
diff --git a/community/ruby-rdiscount/APKBUILD b/community/ruby-rdiscount/APKBUILD
index ec14efc0e2c1..21ac0553b009 100644
--- a/community/ruby-rdiscount/APKBUILD
+++ b/community/ruby-rdiscount/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rdiscount
 _gemname=rdiscount
 pkgver=2.2.0.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Fast Implementation of Gruber's Markdown in C"
 url="http://dafoster.net/projects/rdiscount/"
 arch="all"
diff --git a/community/ruby-rmagick/APKBUILD b/community/ruby-rmagick/APKBUILD
index 929e7c1fae86..eb5a395538af 100644
--- a/community/ruby-rmagick/APKBUILD
+++ b/community/ruby-rmagick/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ruby-rmagick
 _gemname=rmagick
 pkgver=4.2.4
 _pkgver=${pkgver//./-}
-pkgrel=0
+pkgrel=1
 pkgdesc="Ruby bindings for ImageMagick"
 url="https://github.com/rmagick/rmagick"
 arch="all"
diff --git a/community/ruby-rouge/APKBUILD b/community/ruby-rouge/APKBUILD
index 84cf1afbc85a..60ca14c3e355 100644
--- a/community/ruby-rouge/APKBUILD
+++ b/community/ruby-rouge/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rouge
 _gemname=rouge
 pkgver=3.28.0
-pkgrel=0
+pkgrel=1
 pkgdesc="A pure Ruby code highlighter that is compatible with Pygments"
 url="https://github.com/rouge-ruby/rouge"
 arch="noarch"
diff --git a/community/ruby-rspec-core/APKBUILD b/community/ruby-rspec-core/APKBUILD
index 8d23da55a2d5..067eaec19ce4 100644
--- a/community/ruby-rspec-core/APKBUILD
+++ b/community/ruby-rspec-core/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rspec-core
 _gemname=${pkgname#ruby-}
 pkgver=3.11.0
-pkgrel=0
+pkgrel=1
 pkgdesc="RSpec runner and formatters"
 url="https://relishapp.com/rspec/rspec-core/docs"
 arch="noarch"
diff --git a/community/ruby-rspec-expectations/APKBUILD b/community/ruby-rspec-expectations/APKBUILD
index c5a7b50cd05a..ce45a825d630 100644
--- a/community/ruby-rspec-expectations/APKBUILD
+++ b/community/ruby-rspec-expectations/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rspec-expectations
 _gemname=${pkgname#ruby-}
 pkgver=3.11.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Provides a readable API to express expected outcomes of a code example in RSpec"
 url="https://relishapp.com/rspec/rspec-expectations/"
 arch="noarch"
diff --git a/community/ruby-rspec-mocks/APKBUILD b/community/ruby-rspec-mocks/APKBUILD
index 2a074590681b..bc72fafeead1 100644
--- a/community/ruby-rspec-mocks/APKBUILD
+++ b/community/ruby-rspec-mocks/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rspec-mocks
 _gemname=${pkgname#ruby-}
 pkgver=3.11.1
-pkgrel=0
+pkgrel=1
 pkgdesc="RSpec's 'test double' framework, with support for stubbing and mocking"
 url="https://relishapp.com/rspec/rspec-mocks/"
 arch="noarch"
diff --git a/community/ruby-rspec-support/APKBUILD b/community/ruby-rspec-support/APKBUILD
index d25eed33ed59..0fe8b9cc6e94 100644
--- a/community/ruby-rspec-support/APKBUILD
+++ b/community/ruby-rspec-support/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rspec-support
 _gemname=${pkgname#ruby-}
 pkgver=3.11.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Support utilities for RSpec gems"
 url="https://github.com/rspec/$_gemname"
 arch="noarch"
diff --git a/community/ruby-rspec/APKBUILD b/community/ruby-rspec/APKBUILD
index 79e14083b8f4..a2205b31a641 100644
--- a/community/ruby-rspec/APKBUILD
+++ b/community/ruby-rspec/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rspec
 _gemname=${pkgname#ruby-}
 pkgver=3.11.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Behaviour Driven Development for Ruby"
 url="http://rspec.info/"
 arch="noarch"
diff --git a/community/ruby-rugged/APKBUILD b/community/ruby-rugged/APKBUILD
index a49e5cad0c22..c2045c21e22a 100644
--- a/community/ruby-rugged/APKBUILD
+++ b/community/ruby-rugged/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-rugged
 _gemname=rugged
 pkgver=1.4.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Ruby bindings to libgit2"
 url="https://github.com/libgit2/rugged"
 arch="all"
diff --git a/community/ruby-safe_yaml/APKBUILD b/community/ruby-safe_yaml/APKBUILD
index a6a4b7dc11d7..a4826541bdc6 100644
--- a/community/ruby-safe_yaml/APKBUILD
+++ b/community/ruby-safe_yaml/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-safe_yaml
 _gemname=safe_yaml
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Parse YAML safely"
 url="https://github.com/dtao/safe_yaml"
 arch="noarch"
diff --git a/community/ruby-sassc/APKBUILD b/community/ruby-sassc/APKBUILD
index 59f176792b5d..8762d5af4c36 100644
--- a/community/ruby-sassc/APKBUILD
+++ b/community/ruby-sassc/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-sassc
 _gemname=sassc
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Use libsass with Ruby!"
 url="https://github.com/sass/sassc-ruby"
 arch="noarch"
diff --git a/community/ruby-sdbm/APKBUILD b/community/ruby-sdbm/APKBUILD
index 09d502f127e8..bb220a2273f7 100644
--- a/community/ruby-sdbm/APKBUILD
+++ b/community/ruby-sdbm/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-sdbm
 _gemname=sdbm
 pkgver=1.0.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Simple file-based key-value store with String keys and values for Ruby"
 url="https://github.com/ruby/sdbm"
 arch="all"
diff --git a/community/ruby-terminal-table/APKBUILD b/community/ruby-terminal-table/APKBUILD
index af9a222ca727..33e4e4395ae4 100644
--- a/community/ruby-terminal-table/APKBUILD
+++ b/community/ruby-terminal-table/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ruby-terminal-table
 _gemname=terminal-table
 # NOTE: Before bumping, check version required by jekyll.
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ruby ASCII Table Generator, simple and feature rich"
 url="https://github.com/tj/terminal-table"
 arch="noarch"
diff --git a/community/ruby-timecop/APKBUILD b/community/ruby-timecop/APKBUILD
index c5e61608b6b3..d1a3e1ccd4c7 100644
--- a/community/ruby-timecop/APKBUILD
+++ b/community/ruby-timecop/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-timecop
 _gemname=${pkgname#ruby-}
 pkgver=0.9.5
-pkgrel=0
+pkgrel=1
 pkgdesc="A gem providing 'time travel' and 'time freezing' capabilities"
 url="https://github.com/travisjeffery/timecop"
 arch="noarch"
diff --git a/community/ruby-unf_ext/APKBUILD b/community/ruby-unf_ext/APKBUILD
index 7e767353b12d..12ecd3be4bc0 100644
--- a/community/ruby-unf_ext/APKBUILD
+++ b/community/ruby-unf_ext/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-unf_ext
 _gemname=unf_ext
 pkgver=0.0.7.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Unicode Normalization Form support library for CRuby"
 url="https://github.com/knu/ruby-unf_ext/"
 arch="all"
diff --git a/community/ruby-unicode-display_width/APKBUILD b/community/ruby-unicode-display_width/APKBUILD
index 1402ceb30f6a..0d1ade67dbf0 100644
--- a/community/ruby-unicode-display_width/APKBUILD
+++ b/community/ruby-unicode-display_width/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ruby-unicode-display_width
 _gemname=unicode-display_width
 # NOTE: Before bumping, check version required by jekyll.
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Monospace Unicode character width in Ruby"
 url="https://github.com/janlelis/unicode-display_width"
 arch="noarch"
diff --git a/community/ruby-webrick/APKBUILD b/community/ruby-webrick/APKBUILD
index e10a62da2b86..bdd32440ddd1 100644
--- a/community/ruby-webrick/APKBUILD
+++ b/community/ruby-webrick/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-webrick
 _gemname=webrick
 pkgver=1.7.0
-pkgrel=0
+pkgrel=1
 pkgdesc="HTTP server toolkit for Ruby"
 url="https://github.com/ruby/webrick"
 arch="noarch"
diff --git a/community/ruby-xmlrpc/APKBUILD b/community/ruby-xmlrpc/APKBUILD
index be857f5387d6..bbd6ca0334ab 100644
--- a/community/ruby-xmlrpc/APKBUILD
+++ b/community/ruby-xmlrpc/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=ruby-xmlrpc
 _gemname=xmlrpc
 pkgver=0.3.2
-pkgrel=0
+pkgrel=1
 pkgdesc="XMLRPC library for Ruby"
 url="https://github.com/ruby/xmlrpc"
 arch="noarch"
diff --git a/community/sqlint/APKBUILD b/community/sqlint/APKBUILD
index ea268ed993cd..79efe52402c9 100644
--- a/community/sqlint/APKBUILD
+++ b/community/sqlint/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=sqlint
 _gemname=sqlint
 pkgver=0.2.1
-pkgrel=0
+pkgrel=1
 pkgdesc="Simple SQL linter supporting ANSI and PostgreSQL syntaxes"
 url="https://github.com/purcell/sqlint"
 # x86, armhf, armv7, s390x and riscv64 blocked by ruby-pg_query
diff --git a/community/unit/APKBUILD b/community/unit/APKBUILD
index 5e3d90287494..41169eab84fb 100644
--- a/community/unit/APKBUILD
+++ b/community/unit/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: André Klitzing <aklitzing@gmail.com>
 pkgname=unit
 pkgver=1.26.1
-pkgrel=2
+pkgrel=3
 pkgdesc="NGINX Unit is a dynamic web application server"
 url="https://unit.nginx.org/"
 arch="all"
diff --git a/community/weechat/APKBUILD b/community/weechat/APKBUILD
index 4c3a724e9f18..e309d75ae73c 100644
--- a/community/weechat/APKBUILD
+++ b/community/weechat/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
 pkgname=weechat
 pkgver=3.5
-pkgrel=0
+pkgrel=1
 pkgdesc="A fast, light, extensible ncurses-based chat client"
 url="https://weechat.org"
 arch="all"
diff --git a/community/xapian-bindings/APKBUILD b/community/xapian-bindings/APKBUILD
index 0cb77da8398c..30baf3813e25 100644
--- a/community/xapian-bindings/APKBUILD
+++ b/community/xapian-bindings/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
 pkgname=xapian-bindings
 pkgver=1.4.19
-pkgrel=1
+pkgrel=2
 pkgdesc="Binding libraries for xapian"
 url="http://www.xapian.org"
 arch="all"
-- 
GitLab