diff --git a/rubygem-xpath.spec b/rubygem-xpath.spec index 7517ef2..bcc7988 100644 --- a/rubygem-xpath.spec +++ b/rubygem-xpath.spec @@ -1,6 +1,6 @@ %global gem_name xpath Name: rubygem-%{gem_name} -Version: 3.1.0 +Version: 3.2.0 Release: 1 Summary: Generate XPath expressions from Ruby License: MIT @@ -49,5 +49,9 @@ popd %{gem_instdir}/spec %changelog +* Mon Nov 29 2021 houyingchao - 3.2.0-1 +- Upgrade to 3.2.0 version +- Solve the problem of rubygem-capybara compilation failure + * Sat Aug 8 2020 yanan li - 3.1.0-1 - Package init diff --git a/xpath-3.1.0.gem b/xpath-3.1.0.gem deleted file mode 100644 index 02ea2bf..0000000 Binary files a/xpath-3.1.0.gem and /dev/null differ diff --git a/xpath-3.2.0.gem b/xpath-3.2.0.gem new file mode 100644 index 0000000..734ed7d Binary files /dev/null and b/xpath-3.2.0.gem differ