|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 3.11.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Library for stubbing HTTP requests in Ruby
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://github.com/bblimke/webmock
|
|
|
|
@ -85,6 +85,9 @@ popd
|
|
|
|
|
%{gem_instdir}/webmock.gemspec
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 13 2021 Vít Ondruch <vondruch@redhat.com> - 3.11.1-1
|
|
|
|
|
- Update to WebMock 3.11.1.
|
|
|
|
|
Resolves: rhbz#1878462
|
|
|
|
|