diff --git a/rubygem-diffy.spec b/rubygem-diffy.spec index cf5dabf..c59e56d 100644 --- a/rubygem-diffy.spec +++ b/rubygem-diffy.spec @@ -1,8 +1,8 @@ %global gem_name diffy Name: rubygem-%{gem_name} -Version: 3.0.7 -Release: 4%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: A convenient way to diff string in ruby License: MIT URL: http://github.com/samg/diffy @@ -56,23 +56,27 @@ popd %files %dir %{gem_instdir} -%exclude %{gem_instdir}/.* +%doc %{gem_instdir}/README.md +%doc %{gem_instdir}/CHANGELOG +%doc %{gem_instdir}/CONTRIBUTORS +%{gem_spec} %license %{gem_instdir}/LICENSE %{gem_libdir} +%exclude %{gem_instdir}/.* %exclude %{gem_cache} -%{gem_spec} %files doc %doc %{gem_docdir} -%doc %{gem_instdir}/CHANGELOG -%doc %{gem_instdir}/CONTRIBUTORS -%{gem_instdir}/Gemfile -%doc %{gem_instdir}/README.md -%{gem_instdir}/Rakefile -%{gem_instdir}/spec +%exclude %{gem_instdir}/Gemfile +%exclude %{gem_instdir}/Rakefile +%exclude %{gem_instdir}/spec %changelog +* Sun Jan 10 2016 Ilya Gradina - 3.1.0-1 +- Update to 3.1.0 (#1292634) +- changed files and files doc section + * Wed Jul 22 2015 Ilya Gradina - 3.0.7-4 - changed description