ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux host57.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Current Path : /opt/alt/ruby25/lib64/ruby/2.5.0/rubygems/ |
| Current File : //opt/alt/ruby25/lib64/ruby/2.5.0/rubygems/install_message.rb |
# frozen_string_literal: true
require 'rubygems'
require 'rubygems/user_interaction'
##
# A default post-install hook that displays "Successfully installed
# some_gem-1.0"
Gem.post_install do |installer|
ui = Gem::DefaultUserInteraction.ui
ui.say "Successfully installed #{installer.spec.full_name}"
end