-
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 #90 from essentialkaos/develop
Version 1.0.0
- Loading branch information
Showing
9 changed files
with
89 additions
and
126 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 |
---|---|---|
@@ -1,11 +1,8 @@ | ||
language: go | ||
|
||
go: | ||
- 1.9.x | ||
- 1.10.x | ||
- 1.11.x | ||
- 1.12.x | ||
- 1.13.x | ||
- 1.14.x | ||
- tip | ||
|
||
os: | ||
|
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
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
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 |
---|---|---|
|
@@ -44,17 +44,17 @@ | |
|
||
Summary: Utility for installing prebuilt Ruby to rbenv | ||
Name: rbinstall | ||
Version: 0.22.0 | ||
Version: 1.0.0 | ||
Release: 0%{?dist} | ||
Group: Applications/System | ||
License: EKOL | ||
URL: https://github.com/essentialkaos/rbinstall | ||
URL: https://kaos.sh/rbinstall | ||
|
||
Source0: https://source.kaos.st/%{name}/%{name}-%{version}.tar.bz2 | ||
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
||
Requires: rbenv ca-certificates p7zip >= 15 | ||
Requires: rbenv ca-certificates p7zip >= 16 | ||
|
||
BuildRequires: golang >= 1.13 | ||
|
||
|
@@ -70,7 +70,7 @@ Utility for installing different prebuilt versions of Ruby to rbenv. | |
%package gen | ||
|
||
Summary: Utility for generating RBInstall index | ||
Version: 0.11.0 | ||
Version: 1.0.0 | ||
Release: 0%{?dist} | ||
Group: Development/Tools | ||
|
||
|
@@ -82,7 +82,7 @@ Utility for generating RBInstall index. | |
%package clone | ||
|
||
Summary: Utility for cloning RBInstall repository | ||
Version: 0.7.0 | ||
Version: 1.0.0 | ||
Release: 0%{?dist} | ||
Group: Development/Tools | ||
|
||
|
@@ -143,6 +143,11 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Tue May 19 2020 Anton Novojilov <[email protected]> - 1.0.0-0 | ||
- [cli|gen|clone] Migrated to ek.v12 | ||
- [cli] Using zip7 package instead z7 | ||
- [cli] Improved UI | ||
|
||
* Thu Jan 16 2020 Anton Novojilov <[email protected]> - 0.22.0-0 | ||
- [cli] Improved RubyGems update mechanic | ||
|
||
|
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
Oops, something went wrong.