Files
hestia-alt-packages-builder/alt-brepo-ruby33/alt-brepo-ruby33.rubygems.prov.patch
2024-10-23 20:09:07 +03:00

12 lines
517 B
Diff

--- 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