commit:     a65855c043cfa047f2ce0e49ab6744e512518806
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 13:59:30 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 13:59:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65855c0

dev-ruby/json: fix version number again

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/json/{json-2.9.0.ebuild => json-2.9.0-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/json/json-2.9.0.ebuild 
b/dev-ruby/json/json-2.9.0-r1.ebuild
similarity index 95%
rename from dev-ruby/json/json-2.9.0.ebuild
rename to dev-ruby/json/json-2.9.0-r1.ebuild
index fcb2a51b4bd1..b79d989aabe8 100644
--- a/dev-ruby/json/json-2.9.0.ebuild
+++ b/dev-ruby/json/json-2.9.0-r1.ebuild
@@ -48,4 +48,7 @@ all_ruby_prepare() {
 
        # Avoid setting gem since it will not be available yet when installing
        sed -i -e '/gem/ s:^:#:' test/json/test_helper.rb || die
+
+       # Fix version number
+       sed -e 's/2.8.2/2.9.0/' -i lib/json/version.rb || die
 }

Reply via email to