|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 3.14.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Library for stubbing HTTP requests in Ruby
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://github.com/bblimke/webmock
|
|
|
|
@ -141,6 +141,9 @@ popd
|
|
|
|
|
%{gem_instdir}/webmock.gemspec
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Mar 02 2022 Vít Ondruch <vondruch@redhat.com> - 3.14.0-1
|
|
|
|
|
- Fix FTBFS caused by latest RSpec.
|
|
|
|
|
- Selectively disable acceptance tests.
|
|
|
|
|