-
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.
Merge pull request #127 from essentialkaos/develop
Version 3.0.4
- Loading branch information
Showing
3 changed files
with
23 additions
and
10 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
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 |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"ol-7": "rhel-7", | ||
"ol-8": "rhel-8", | ||
"ol-9": "rhel-9" | ||
"ol-7": "el-7", | ||
"ol-8": "el-8", | ||
"ol-9": "el-9", | ||
"rhel-7": "el-7", | ||
"rhel-8": "el-8", | ||
"rhel-9": "el-9" | ||
} |
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.0.3 | ||
Version: 3.0.4 | ||
Release: 0%{?dist} | ||
Group: Applications/System | ||
License: Apache License, Version 2.0 | ||
|
@@ -118,6 +118,10 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Tue May 23 2023 Anton Novojilov <[email protected]> - 3.0.4-0 | ||
- Fixed bug with disabling spinner animation | ||
- Minor code refactoring | ||
|
||
* Thu May 18 2023 Anton Novojilov <[email protected]> - 3.0.3-0 | ||
- [cli] Don't install documentation while updating RubyGems gem | ||
- Disable using EK rubygems proxy by default | ||
|