update to 3.39.2

This commit is contained in:
lyn1001 2023-11-16 17:36:03 +08:00
parent c1ea737683
commit a56c6d986c
4 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
capybara-3.39.2.gem Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global gem_name capybara
Name: rubygem-%{gem_name}
Version: 3.38.0
Version: 3.39.2
Release: 1
Summary: Capybara aims to simplify the process of integration testing Rack applications
License: MIT
URL: https://github.com/teamcapybara/capybara
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# git clone https://github.com/teamcapybara/capybara.git --no-checkout
# cd capybara && git archive -v -o capybara-3.38.0-tests.txz 3.38.0 features/
# cd capybara && git archive -v -o capybara-3.39.2-tests.txz 3.39.2 features/
Source1: %{gem_name}-%{version}-tests.txz
BuildRequires: ruby(release) rubygems-devel ruby rubygem(selenium-webdriver) rubygem(sinatra)
BuildRequires: rubygem(rspec) rubygem(launchy) rubygem(minitest) rubygem(puma)
@ -68,6 +68,9 @@ popd
%{gem_instdir}/spec
%changelog
* Thu Nov 16 2023 liyanan <liyanan32@h-partners.com> - 3.39.2-1
- Update to 3.39.2
* Wed Aug 02 2023 Ge Wang <wang__ge@126.com> - 3.38.0-1
- update to version 3.38.0