Skip to content

Commit

Permalink
Merge pull request #78 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 0.20.2
  • Loading branch information
andyone authored Mar 5, 2019
2 parents 38c3c1b + 3630baf commit d35c89c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- tip

os:
Expand Down
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import (
// App info
const (
APP = "RBInstall"
VER = "0.20.1"
VER = "0.20.2"
DESC = "Utility for installing prebuilt Ruby versions to rbenv"
)

Expand Down
2 changes: 2 additions & 0 deletions cli/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ func (t *Task) Start(args ...string) (string, error) {

result, err := t.Handler(args...)

time.Sleep(25 * time.Millisecond)

t.hideSpinner(err == nil)

return result, err
Expand Down
5 changes: 4 additions & 1 deletion common/rbinstall.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

Summary: Utility for installing prebuilt Ruby to rbenv
Name: rbinstall
Version: 0.20.1
Version: 0.20.2
Release: 0%{?dist}
Group: Applications/System
License: EKOL
Expand Down Expand Up @@ -143,6 +143,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Tue Mar 05 2019 Anton Novojilov <[email protected]> - 0.20.2-0
- [cli] Fixed bug with tasks hanging

* Wed Feb 20 2019 Anton Novojilov <[email protected]> - 0.20.1-0
- [cli] Fixed bug with updating versioned gems

Expand Down

0 comments on commit d35c89c

Please sign in to comment.