-
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 #74 from essentialkaos/develop
Version 0.19.3
- Loading branch information
Showing
11 changed files
with
70 additions
and
68 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,9 @@ | ||
sudo: required | ||
|
||
language: go | ||
|
||
go: | ||
- 1.8.x | ||
- 1.9.x | ||
- 1.10.x | ||
- 1.11.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,9 +42,9 @@ | |
|
||
################################################################################ | ||
|
||
Summary: Utility for installing prebuilt ruby to rbenv | ||
Summary: Utility for installing prebuilt Ruby to rbenv | ||
Name: rbinstall | ||
Version: 0.19.2 | ||
Version: 0.19.3 | ||
Release: 0%{?dist} | ||
Group: Applications/System | ||
License: EKOL | ||
|
@@ -56,21 +56,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | |
|
||
Requires: rbenv ca-certificates p7zip >= 15 | ||
|
||
BuildRequires: golang >= 1.10 | ||
BuildRequires: golang >= 1.11 | ||
|
||
Provides: %{name} = %{version}-%{release} | ||
|
||
################################################################################ | ||
|
||
%description | ||
Utility for installing different prebuilt versions of ruby to rbenv. | ||
Utility for installing different prebuilt versions of Ruby to rbenv. | ||
|
||
################################################################################ | ||
|
||
%package gen | ||
|
||
Summary: Utility for generating RBInstall index | ||
Version: 0.9.0 | ||
Version: 0.9.1 | ||
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.6.0 | ||
Version: 0.6.1 | ||
Release: 0%{?dist} | ||
Group: Development/Tools | ||
|
||
|
@@ -143,6 +143,10 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Tue Jan 22 2019 Anton Novojilov <[email protected]> - 0.19.3-0 | ||
- [cli|gen|clone] ek package updated to v10 | ||
- [cli] z7 package updated to v8 | ||
|
||
* Fri Oct 19 2018 Anton Novojilov <[email protected]> - 0.19.2-0 | ||
- [cli] Minor UI improvements | ||
|
||
|
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