Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db08b567f3 |
3 changed files with 9 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,2 +1,6 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/ruby-progressbar-1.9.0.gem
|
||||
/ruby-progressbar-1.10.0.gem
|
||||
/ruby-progressbar-1.10.1.gem
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global gem_name ruby-progressbar
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 1.10.0
|
||||
Version: 1.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Ruby/ProgressBar is a flexible text progress bar library
|
||||
License: MIT
|
||||
|
|
@ -65,6 +65,9 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri May 31 2019 Fabio Valentini <decathorpe@gmail.com> - 1.10.1-1
|
||||
- Update to version 1.10.1.
|
||||
|
||||
* Wed Aug 08 2018 Fabio Valentini <decathorpe@gmail.com> - 1.10.0-1
|
||||
- Update to version 1.10.0.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ruby-progressbar-1.10.0.gem) = 7214a228cd153e817e7f89bfb763db4bc67c06c41162c91422e0f4e2d7bd02a19b2bf56281552029e87d3cffbd60d1dc8eb36c67aeea39be9fe6819c90c85130
|
||||
SHA512 (ruby-progressbar-1.10.1.gem) = 1a474e697d1e9849cc67842a756bad605aa8341fe8451a984f115f1c64754f522b4496d09ef8b47d16135fc165f4d02ea8944f99767573c699ca694ec3205f52
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue