Upgrade to 4.6.0

This commit is contained in:
starlet-dx 2023-11-21 15:50:39 +08:00
parent 4a67fb7c8f
commit 366bdc3a55
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
jquery-rails-4.6.0.gem Normal file

Binary file not shown.

View File

@ -3,14 +3,14 @@
%global jquery1_version 1.12.4
%global jquery2_expect_version 2.2.4
%global jquery2_version 2.2.4
%global jquery3_expect_version 3.5.1
%global jquery3_expect_version 3.7.0
%global jquery3_version 3.7.1
#%%global unbundle_jquery1 1
#%%global unbundle_jquery2 1
%global unbundle_jquery3 1
Name: rubygem-%{gem_name}
Version: 4.4.0
Release: 2
Version: 4.6.0
Release: 1
Summary: Use jQuery with Rails 4+
License: MIT
URL: https://github.com/rails/jquery-rails
@ -23,7 +23,7 @@ BuildRequires: ruby(release) rubygems-devel ruby web-assets-devel
%{?unbundle_jquery2:BuildRequires: jquery = %{jquery2_version}}
%{?unbundle_jquery3:BuildRequires: jquery = %{jquery3_version}}
BuildRequires: rubygem(activesupport) rubygem(nokogiri) rubygem(rails-dom-testing)
Provides: bundled(jquery-usj) = 1.2.2
Provides: bundled(jquery-usj) = 1.2.3
%{!?unbundle_jquery1:Provides: bundled(js-jquery) = %{jquery1_version}}
%{!?unbundle_jquery2:Provides: bundled(js-jquery) = %{jquery2_version}}
%{!?unbundle_jquery3:Provides: bundled(js-jquery) = %{jquery3_version}}
@ -100,6 +100,9 @@ popd
%{gem_instdir}/test
%changelog
* Tue Nov 21 2023 yaoxin <yao_xin001@hoperun.com> - 4.6.0-1
- Upgrade to 4.6.0
* Fri Oct 27 2023 Ge Wang <wang__ge@126.com> - 4.4.0-2
- change jquery version due to js-jquery updated