Update to thor 1.1.0.

Resolves: rhbz#1918430
epel9
Pavel Valena 4 years ago
parent 41d781a430
commit fd1e5527f0

@ -2,7 +2,7 @@
%global gem_name thor %global gem_name thor
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 1.0.1 Version: 1.1.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Thor is a toolkit for building powerful command-line interfaces Summary: Thor is a toolkit for building powerful command-line interfaces
License: MIT License: MIT
@ -10,7 +10,7 @@ URL: http://whatisthor.com/
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# The test suite is not shipped with the gem, you may check it out like so: # The test suite is not shipped with the gem, you may check it out like so:
# git clone https://github.com/erikhuda/thor.git --no-checkout # git clone https://github.com/erikhuda/thor.git --no-checkout
# cd thor && git archive -v -o thor-1.0.1-spec.txz v1.0.1 spec/ # cd thor && git archive -v -o thor-1.1.0-spec.txz v1.1.0 spec/
Source1: %{gem_name}-%{version}-spec.txz Source1: %{gem_name}-%{version}-spec.txz
# ruby package has just soft dependency on rubygem(io-console), while # ruby package has just soft dependency on rubygem(io-console), while
# Thor always requires it. # Thor always requires it.
@ -92,6 +92,10 @@ popd
%{gem_instdir}/thor.gemspec %{gem_instdir}/thor.gemspec
%changelog %changelog
* Sun Jan 24 2021 Pavel Valena <pvalena@redhat.com> - 1.1.0-1
- Update to thor 1.1.0.
Resolves: rhbz#1918430
* Wed Aug 05 23:45:19 GMT 2020 Pavel Valena <pvalena@redhat.com> - 1.0.1-1 * Wed Aug 05 23:45:19 GMT 2020 Pavel Valena <pvalena@redhat.com> - 1.0.1-1
- Update to Thor 1.0.1. - Update to Thor 1.0.1.
Resolves: rhbz#1783465 Resolves: rhbz#1783465

@ -1,2 +1,2 @@
SHA512 (thor-1.0.1.gem) = 51560fabff2df52ff1d6745d419dfd3e26d58d79d36e2baa5a6aa9304a5ac0dc539abf956cfa9d8c1ad882586aa7e9edc886ea4cdc9a9574315befaf5dfb91b0 SHA512 (thor-1.1.0.gem) = 98e96ad70f8452e590b7c5266c495f4fbe11af2ce38aa2b3295da8cffe4bba7d660fab4faf604011cc4774ee77451d32002c43c74f3c422e1ed50866f7bcd927
SHA512 (thor-1.0.1-spec.txz) = 5c542a3fa280c0e5de68e0e490ececd3bdfb72822fec571494c0b0c89221fe9410e70829b5175548a5767df7dc4b241d4f508328b00bca014c1d7eb67b794a9d SHA512 (thor-1.1.0-spec.txz) = 8ae3877da1108c4d291c9025c824560bc9ed2ff7618ffbcc3f0622793ebeb4ba434692a2c3138b28058bf65fb8396d946243b84ce255b72d3165630c4de3e6d9

Loading…
Cancel
Save