diff --git a/rb-inotify-0.10.0.gem b/rb-inotify-0.10.0.gem deleted file mode 100644 index a5b9a85..0000000 Binary files a/rb-inotify-0.10.0.gem and /dev/null differ diff --git a/rb-inotify-0.10.1.gem b/rb-inotify-0.10.1.gem new file mode 100644 index 0000000..276590b Binary files /dev/null and b/rb-inotify-0.10.1.gem differ diff --git a/rubygem-rb-inotify.spec b/rubygem-rb-inotify.spec index d2c7c18..8935445 100644 --- a/rubygem-rb-inotify.spec +++ b/rubygem-rb-inotify.spec @@ -1,6 +1,6 @@ %global gem_name rb-inotify Name: rubygem-%{gem_name} -Version: 0.10.0 +Version: 0.10.1 Release: 1 Summary: A Ruby wrapper for Linux inotify, using FFI License: MIT @@ -54,5 +54,8 @@ popd %{gem_instdir}/spec %changelog +* Thu Jul 28 2022 hkgy - 0.10.1-1 +- Update to 0.10.1 + * Tue Aug 18 2020 huangyangke - 0.10.0-1 - package init