diff --git a/rubygem-slop.spec b/rubygem-slop.spec index eebf6a3..e8b8bfb 100644 --- a/rubygem-slop.spec +++ b/rubygem-slop.spec @@ -1,7 +1,7 @@ %global gem_name slop Summary: Option gathering made easy Name: rubygem-%{gem_name} -Version: 3.5.0 +Version: 4.9.2 Release: 1 License: MIT URL: http://github.com/leejarvis/slop @@ -45,13 +45,16 @@ popd %files doc %doc %{gem_docdir} -%doc %{gem_instdir}/CHANGES.md %doc %{gem_instdir}/README.md %{gem_instdir}/Gemfile %{gem_instdir}/Rakefile %{gem_instdir}/%{gem_name}.gemspec %{gem_instdir}/test +%{gem_instdir}/CHANGELOG.md %changelog +* Thu Jun 30 2022 houyingchao - 4.9.2-1 +- Upgrade to 4.9.2 + * Fri Jul 24 2020 zhanghua - 3.5.0-1 - package init diff --git a/slop-3.5.0.gem b/slop-3.5.0.gem deleted file mode 100644 index 4cec570..0000000 Binary files a/slop-3.5.0.gem and /dev/null differ diff --git a/slop-4.9.2.gem b/slop-4.9.2.gem new file mode 100644 index 0000000..20595aa Binary files /dev/null and b/slop-4.9.2.gem differ