|
|
|
@ -17,7 +17,7 @@ BuildRequires: rubygems-devel
|
|
|
|
|
%if 0%{bootstrap} < 1
|
|
|
|
|
BuildRequires: rubygem(minitest)
|
|
|
|
|
BuildRequires: rubygem(rack)
|
|
|
|
|
BuildRequires: rubygem(rspec-core)
|
|
|
|
|
BuildRequires: rubygem(rspec)
|
|
|
|
|
BuildRequires: rubygem(rack-test)
|
|
|
|
|
%endif
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -71,6 +71,9 @@ cp -rv .%{gem_dir}/* %{buildroot}%{gem_dir}
|
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 22 2013 Michal Fojtik <mfojtik@redhat.com> - 1.3.2-2
|
|
|
|
|
- Fixed rspec dependency
|
|
|
|
|
|
|
|
|
|
* Thu Feb 21 2013 Michal Fojtik <mfojtik@redhat.com> - 1.3.2-1
|
|
|
|
|
- Release 1.3.2
|
|
|
|
|
|
|
|
|
|