Upgrade to version 1.0.0
This commit is contained in:
parent
e276a93b3d
commit
a73207fc39
Binary file not shown.
BIN
globalid-1.0.0.gem
Normal file
BIN
globalid-1.0.0.gem
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
%global gem_name globalid
|
%global gem_name globalid
|
||||||
%{?_with_bootstrap: %global bootstrap 1}
|
%{?_with_bootstrap: %global bootstrap 1}
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 0.4.2
|
Version: 1.0.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Refer to any model with a URI: gid://app/class/id
|
Summary: Refer to any model with a URI: gid://app/class/id
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/rails/%{gem_name}
|
URL: https://github.com/rails/%{gem_name}
|
||||||
@ -39,7 +39,7 @@ cp -a .%{gem_dir}/* \
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
pushd .%{gem_instdir}
|
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 "/bundler\/setup/ s/^/#/" ./test/helper.rb
|
||||||
sed -i "/defaults to nil when secret_token is not present' do/a \\
|
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
|
skip 'Not compatible with Rails 5.2'" test/cases/railtie_test.rb
|
||||||
@ -59,6 +59,9 @@ popd
|
|||||||
%doc %{gem_instdir}/README.md
|
%doc %{gem_instdir}/README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 17 2023 wangkai <wangkai385@h-partners.com> - 1.0.0-1
|
||||||
|
- Upgrade to version 1.0.0
|
||||||
|
|
||||||
* Thu Aug 12 2021 liyanan <liyanan32@huawei.com> - 0.4.2-3
|
* Thu Aug 12 2021 liyanan <liyanan32@huawei.com> - 0.4.2-3
|
||||||
- fix spec file name
|
- fix spec file name
|
||||||
|
|
||||||
|
|||||||
BIN
v0.4.2.tar.gz
BIN
v0.4.2.tar.gz
Binary file not shown.
BIN
v1.0.0.tar.gz
Normal file
BIN
v1.0.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user