-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gen] Fix bug with searching base version
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
Summary: Utility for installing prebuilt Ruby to rbenv | ||
Name: rbinstall | ||
Version: 3.1.0 | ||
Version: 3.1.1 | ||
Release: 0%{?dist} | ||
Group: Applications/System | ||
License: Apache License, Version 2.0 | ||
|
@@ -38,7 +38,7 @@ Utility for installing different prebuilt versions of Ruby to rbenv. | |
%package gen | ||
|
||
Summary: Utility for generating RBInstall index | ||
Version: 3.0.3 | ||
Version: 3.0.4 | ||
Release: 0%{?dist} | ||
Group: Development/Tools | ||
|
||
|
@@ -50,7 +50,7 @@ Utility for generating RBInstall index. | |
%package clone | ||
|
||
Summary: Utility for cloning RBInstall repository | ||
Version: 3.0.3 | ||
Version: 3.0.4 | ||
Release: 0%{?dist} | ||
Group: Development/Tools | ||
|
||
|
@@ -118,6 +118,10 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Tue Oct 03 2023 Anton Novojilov <[email protected]> - 3.1.1-0 | ||
- [gen] Fixed bug with searching base version | ||
- Dependencies update | ||
|
||
* Fri Sep 01 2023 Anton Novojilov <[email protected]> - 3.1.0-0 | ||
- [cli] Added option -X/--reinstall-updated for updating rebuilt versions | ||
- [cli] Fixed color disabling using -nc/--no-color option | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters