Update to YARD 0.8.7.6.
This commit is contained in:
parent
ea6ee05f60
commit
d7cbcc3cb7
3 changed files with 16 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ yard-0.5.3.gem
|
|||
/yard-0.8.5.2.gem
|
||||
/yard-0.8.7.gem
|
||||
/yard-0.8.7.4.gem
|
||||
/yard-0.8.7.6.gem
|
||||
|
|
|
|||
|
|
@ -1,17 +1,18 @@
|
|||
%global gem_name yard
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 0.8.7.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Documentation tool for consistent and usable documentation in Ruby
|
||||
Version: 0.8.7.4
|
||||
Release: 2%{?dist}
|
||||
Group: Development/Languages
|
||||
License: MIT and (GPLv2 or Ruby)
|
||||
License: MIT and (BSD or Ruby)
|
||||
URL: http://yardoc.org
|
||||
|
||||
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
|
||||
BuildRequires: ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
BuildRequires: ruby
|
||||
BuildRequires: rubygem(RedCloth)
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(rspec) < 3
|
||||
BuildRequires: rubygem(redcarpet)
|
||||
BuildRequires: rubygem(rack)
|
||||
BuildArch: noarch
|
||||
|
|
@ -30,8 +31,7 @@ Requires: %{name} = %{version}-%{release}
|
|||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
Documentation for %{name}
|
||||
|
||||
Documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -T -c
|
||||
|
|
@ -56,7 +56,7 @@ pushd .%{gem_instdir}
|
|||
# provides more recent RSpec :/
|
||||
sed -i '/File\.stub(:exist?).with(\/\\\.yardopts$\/)/ i\ File.stub(:exist?).and_return(true)' spec/cli/server_spec.rb
|
||||
|
||||
rspec spec
|
||||
rspec2 spec
|
||||
popd
|
||||
|
||||
%files
|
||||
|
|
@ -73,10 +73,11 @@ popd
|
|||
%exclude %{gem_cache}
|
||||
%{gem_spec}
|
||||
|
||||
%doc %{gem_instdir}/LICENSE
|
||||
%license %{gem_instdir}/LICENSE
|
||||
|
||||
%files doc
|
||||
%doc %{gem_docdir}
|
||||
%doc %{gem_instdir}/CHANGELOG.md
|
||||
%doc %{gem_instdir}/README.md
|
||||
%{gem_instdir}/Rakefile
|
||||
%{gem_instdir}/%{gem_name}.gemspec
|
||||
|
|
@ -87,6 +88,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 08 2015 Vít Ondruch <vondruch@redhat.com> - 0.8.7.6-1
|
||||
- Update to YARD 0.8.7.6.
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.7.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
9545788d4d9eac86e7b870e84e9e987a yard-0.8.7.4.gem
|
||||
55559a424c6bc58cba9a8affdbc86dc9 yard-0.8.7.6.gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue