From 6bfb5505b91c669144da3f889aaab97652c93458 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Mon, 10 Apr 2023 16:01:19 +0900 Subject: [PATCH] 0.9.32 --- rubygem-yard.spec | 12 +++++++++--- sources | 4 ++-- yard-create-missing-test-files.sh | 2 -- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/rubygem-yard.spec b/rubygem-yard.spec index 32e0de9..c852172 100644 --- a/rubygem-yard.spec +++ b/rubygem-yard.spec @@ -1,7 +1,7 @@ %global gem_name yard Name: rubygem-%{gem_name} -Version: 0.9.29 +Version: 0.9.32 Release: 1%{?dist} Summary: Documentation tool for consistent and usable documentation in Ruby @@ -79,7 +79,6 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod 0755 rm -f %{buildroot}%{gem_cache} %check -exit 0 # FIXME # investigate this: was okay with yard 0.9.28 sed -i spec/cli/diff_spec.rb \ @@ -96,15 +95,22 @@ rspec -r spec_helper spec %{_bindir}/yardoc %{_bindir}/yri -%{gem_instdir}/bin %{gem_libdir}/ +%{gem_instdir}/bin +%{gem_instdir}/po/ +%{gem_instdir}/templates/ + %{gem_spec} %{?gem_plugin} %files doc %doc %{gem_docdir} +%doc %{gem_instdir}/docs/ %changelog +* Mon Apr 10 2023 Mamoru TASAKA - 0.9.32-1 +- 0.9.32 + * Sun Apr 9 2023 Mamoru TASAKA - 0.9.29-1 - 0.9.29 - Whitespace cleanup diff --git a/sources b/sources index 51666d3..01c0090 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (yard-0.9.29.gem) = e0d6af0e3e57bc2777c15cf747d8599b7a9c23aaa3cbc5aeb6304977c0ae846f69105553faf061b37ca328164a5fbdefbed2b0fd2ed2a67fa4316448f1340493 -SHA512 (yard-0.9.29-test-missing-files.tar.gz) = 9ab21bcfbbda3a8c5d276b9c475f80c2f9e27592b80b43db5214cbdb50de4b0310ff6fcd487ca1e616da135b1c98d50fc3de3243f13c83aff87be0a2c203c061 +SHA512 (yard-0.9.32.gem) = 49404b11e2a1eb624d9e56b59eb38269e7f579be6a34e0834bfe2e90986aaa5124d636821e4740fbeedac75b903666cb5b1c511324e1cec45eb123786c3ba3cf +SHA512 (yard-0.9.32-test-missing-files.tar.gz) = 6a7c7c4d4c01740f0ece5e7326a3ed0304a3777fa5f4aab5af59ba5fbb1b45fce400e4624f70907e21dc1fc617fb4df56099c2b9d785d14b34889b399e82db8c diff --git a/yard-create-missing-test-files.sh b/yard-create-missing-test-files.sh index 81e8521..e5eb81e 100644 --- a/yard-create-missing-test-files.sh +++ b/yard-create-missing-test-files.sh @@ -29,8 +29,6 @@ cd .. tar czf $CURDIR/${GEMNAME}-${VERSION}-test-missing-files.tar.gz \ ${GITTOPDIR}/spec/ \ - ${GITTOPDIR}/templates/ \ - popd rm -rf $TMPDIR