You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
517 B

--- rubygems.prov 2024-09-03 03:00:00.000000000 +0300
+++ ../SOURCES/rubygems.prov 2024-10-23 18:22:00.509635077 +0300
@@ -23,7 +23,7 @@ module RubyGemsProv
begin
specification = Gem::Specification.load filename
- puts "rubygem(#{specification.name}) = #{Helpers::normalize_prerelease(specification.version)}"
+ puts "alt-brepo-ruby33-rubygem(#{specification.name}) = #{Helpers::normalize_prerelease(specification.version)}"
rescue => e
# Ignore all errors.
end