diff --git a/rubygem-unf_ext.spec b/rubygem-unf_ext.spec index afa8056..66b9bca 100644 --- a/rubygem-unf_ext.spec +++ b/rubygem-unf_ext.spec @@ -1,7 +1,7 @@ %global gem_name unf_ext Summary: Unicode Normalization Form support library for CRuby Name: rubygem-%{gem_name} -Version: 0.0.7.6 +Version: 0.0.8.2 Release: 1 License: MIT URL: https://github.com/knu/ruby-unf_ext @@ -74,11 +74,15 @@ ruby \ %{gem_extdir_mri}/ %exclude %{gem_cache} %{gem_spec} +%{gem_instdir}/.github/workflows/%{gem_name}.yml %files doc %doc %{gem_docdir} %exclude %{gem_instdir}/test/ %changelog +* Thu Jun 30 2022 houyingchao - 0.0.8.2-1 +- Upgrade to 0.0.8.2 + * Wed Jul 29 2020 zhanghua - 0.0.7.6-1 - package init diff --git a/unf_ext-0.0.7.6.gem b/unf_ext-0.0.7.6.gem deleted file mode 100644 index 1e6908c..0000000 Binary files a/unf_ext-0.0.7.6.gem and /dev/null differ diff --git a/unf_ext-0.0.8.2.gem b/unf_ext-0.0.8.2.gem new file mode 100644 index 0000000..f9a66cc Binary files /dev/null and b/unf_ext-0.0.8.2.gem differ