Update to yard 0.8.5.2.
This commit is contained in:
parent
c4f755e8eb
commit
df60eb0ac8
3 changed files with 11 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ yard-0.5.3.gem
|
|||
/yard-0.7.4.gem
|
||||
/yard-0.8.1.gem
|
||||
/yard-0.8.2.1.gem
|
||||
/yard-0.8.5.2.gem
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
Name: rubygem-%{gem_name}
|
||||
Summary: Documentation tool for consistent and usable documentation in Ruby
|
||||
Version: 0.8.2.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.8.5.2
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Languages
|
||||
License: MIT and (GPLv2 or Ruby)
|
||||
URL: http://yardoc.org
|
||||
|
|
@ -12,9 +12,9 @@ Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|||
Requires: ruby(rubygems)
|
||||
Requires: ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
BuildRequires: %{_bindir}/rspec
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(redcarpet)
|
||||
BuildRequires: rubygem(gettext)
|
||||
BuildRequires: rubygem(rack)
|
||||
BuildArch: noarch
|
||||
Provides: rubygem(%{gem_name}) = %{version}
|
||||
|
||||
|
|
@ -54,11 +54,7 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
|
|||
|
||||
%check
|
||||
pushd .%{gem_instdir}
|
||||
# Test suite may fail randomly.
|
||||
# https://github.com/lsegal/yard/issues/473
|
||||
# Gem::DocManager test suite fails:
|
||||
# https://github.com/lsegal/yard/issues/579
|
||||
rspec spec | grep "1602 examples, 10 failures, 8 pending"
|
||||
rspec spec
|
||||
popd
|
||||
|
||||
%files
|
||||
|
|
@ -81,7 +77,7 @@ popd
|
|||
%doc %{gem_docdir}
|
||||
%doc %{gem_instdir}/README.md
|
||||
%{gem_instdir}/Rakefile
|
||||
%doc %{gem_instdir}/ChangeLog
|
||||
%{gem_instdir}/%{gem_name}.gemspec
|
||||
%{gem_instdir}/benchmarks
|
||||
%{gem_instdir}/spec
|
||||
%doc %{gem_instdir}/docs
|
||||
|
|
@ -89,6 +85,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 15 2013 Vít Ondruch <vondruch@redhat.com> - 0.8.5.2-1
|
||||
- Update to yard 0.8.5.2.
|
||||
|
||||
* Fri Mar 15 2013 Vít Ondruch <vondruch@redhat.com> - 0.8.2.1-3
|
||||
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
08a48d23f8729b68945011cae7d121fe yard-0.8.2.1.gem
|
||||
3dd47e06fb17c7b7de88eb02bfbfb57b yard-0.8.5.2.gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue