diff --git a/capybara-3.38.0.gem b/capybara-3.38.0.gem deleted file mode 100644 index 3121eb7..0000000 Binary files a/capybara-3.38.0.gem and /dev/null differ diff --git a/capybara-3.38.0-tests.txz b/capybara-3.39.2-tests.txz similarity index 73% rename from capybara-3.38.0-tests.txz rename to capybara-3.39.2-tests.txz index 9c6bfa2..dfcc7c8 100644 Binary files a/capybara-3.38.0-tests.txz and b/capybara-3.39.2-tests.txz differ diff --git a/capybara-3.39.2.gem b/capybara-3.39.2.gem new file mode 100644 index 0000000..70faab6 Binary files /dev/null and b/capybara-3.39.2.gem differ diff --git a/rubygem-capybara.spec b/rubygem-capybara.spec index 5649699..85437ef 100644 --- a/rubygem-capybara.spec +++ b/rubygem-capybara.spec @@ -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 - 3.39.2-1 +- Update to 3.39.2 + * Wed Aug 02 2023 Ge Wang - 3.38.0-1 - update to version 3.38.0