update to version 1.4.0

This commit is contained in:
wang--ge 2023-11-13 11:01:12 +08:00
parent 5def9aeaf3
commit 2fe97dbcf6
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
docile-1.4.0.gem Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global gem_name docile
Summary: Docile keeps your Ruby DSLs tame and well-behaved
Name: rubygem-%{gem_name}
Version: 1.1.5
Version: 1.4.0
Release: 1
License: MIT
URL: https://ms-ati.github.com/docile/
@ -52,10 +52,14 @@ rspec -Ilib spec
%doc %{gem_docdir}
%doc %{gem_instdir}/HISTORY.md
%doc %{gem_instdir}/README.md
%{gem_instdir}/on_what.rb
%{gem_instdir}/Rakefile
%{gem_instdir}/spec
%exclude %{_datadir}/gems/gems/%{gem_name}-%{version}/.github/*
%exclude %{_datadir}/gems/gems/%{gem_name}-%{version}/.rubocop.yml
%exclude %{_datadir}/gems/gems/%{gem_name}-%{version}/SECURITY.md
%changelog
* Mon Nov 13 2023 Ge Wang <wang__Ge@126.com> - 1.4.0-1
- update to version 1.4.0
* Sat Aug 22 2020 liyanan <liyanan32@huawei.com> - 1.1.5-1
- package init