diff --git a/globalid-0.4.2.gem b/globalid-0.4.2.gem deleted file mode 100644 index 8dcf8e3..0000000 Binary files a/globalid-0.4.2.gem and /dev/null differ diff --git a/globalid-1.0.0.gem b/globalid-1.0.0.gem new file mode 100644 index 0000000..6460707 Binary files /dev/null and b/globalid-1.0.0.gem differ diff --git a/rubygem-globalid.spec b/rubygem-globalid.spec index 9a6526b..b437ea5 100644 --- a/rubygem-globalid.spec +++ b/rubygem-globalid.spec @@ -1,8 +1,8 @@ %global gem_name globalid %{?_with_bootstrap: %global bootstrap 1} Name: rubygem-%{gem_name} -Version: 0.4.2 -Release: 3 +Version: 1.0.0 +Release: 1 Summary: Refer to any model with a URI: gid://app/class/id License: MIT URL: https://github.com/rails/%{gem_name} @@ -39,7 +39,7 @@ cp -a .%{gem_dir}/* \ %check pushd .%{gem_instdir} -ln -s %{_builddir}/globalid-0.4.2/test test +ln -s %{_builddir}/globalid-%{version}/test test sed -i "/bundler\/setup/ s/^/#/" ./test/helper.rb sed -i "/defaults to nil when secret_token is not present' do/a \\ skip 'Not compatible with Rails 5.2'" test/cases/railtie_test.rb @@ -59,6 +59,9 @@ popd %doc %{gem_instdir}/README.md %changelog +* Tue Jan 17 2023 wangkai - 1.0.0-1 +- Upgrade to version 1.0.0 + * Thu Aug 12 2021 liyanan - 0.4.2-3 - fix spec file name diff --git a/v0.4.2.tar.gz b/v0.4.2.tar.gz deleted file mode 100644 index ef558e8..0000000 Binary files a/v0.4.2.tar.gz and /dev/null differ diff --git a/v1.0.0.tar.gz b/v1.0.0.tar.gz new file mode 100644 index 0000000..fecbacc Binary files /dev/null and b/v1.0.0.tar.gz differ