Changelog for
ruby-common-3.2-3.2.noarch.rpm :
* Thu Feb 09 2023 Marcus Rueckert
- do not rely on file dependencies for getopt
* Thu Nov 17 2022 Marcus Rueckert - actually bump the version so we can require the newer version for ruby3.2
* Thu Nov 17 2022 Marcus Rueckert - replace `File.exists?` with `File.exist?` as the `File.exists?` is no longer supported in 3.2
* Sat Aug 20 2022 Marcus Rueckert - in the dependency generator for Gemfile.lock we now skip vendored deps
* Mon Jun 13 2022 Marcus Rueckert - make %gem_unpack and %gem_build work when the default system ruby is not installed: both macros now use the %{gem_binary} define and we have a common macro %{set_gem_binary} to set this variable. the set macro will use the ruby-find-versioned to find a versioned version of gem.
* Wed Feb 23 2022 Dirk Müller - avoid bashism in gem_build_cleanup
* Tue Aug 24 2021 Stephan Kulow - Do not create links in /etc/alternatives at all - they are ghosts and rpm database will only be confused if we have some wrong information about them (the link target is defined at runtime) This aligns with ruby2.7 package to avoid file conflicts about bundler and other built in gems
* Thu Jul 08 2021 Stephan Kulow - Fix the links in /etc/alternatives not to point to themselves
* Tue Jan 26 2021 Marcus Rueckert - cleanup the .gem.
* dirs that rubygems creates on 3.0 (boo#1180528)
* Mon Jan 25 2021 Marcus Rueckert - add support to package rubygems plugin dirs as the file is conflicting you can only have one version of the same gem installed if it provides a rubygems plugin. at least for now