Updated to the Mocha 0.11.0.

epel9
Vít Ondruch 13 years ago
parent 2d82e4502b
commit 7c6929b715

1
.gitignore vendored

@ -1,3 +1,4 @@
mocha-0.9.7.gem
/mocha-0.9.8.gem
/mocha-0.10.0.gem
/mocha-0.11.0.gem

@ -3,8 +3,8 @@
Summary: Mocking and stubbing library
Name: rubygem-%{gem_name}
Version: 0.10.0
Release: 3%{?dist}
Version: 0.11.0
Release: 1%{?dist}
Group: Development/Languages
License: MIT and Ruby
URL: http://mocha.rubyforge.org
@ -48,9 +48,7 @@ gem install --local --install-dir %{buildroot}%{gem_dir} \
%check
pushd %{buildroot}%{gem_instdir}
# TODO: 6 tests fail, reported upstream: https://github.com/floehopper/mocha/issues/41
ruby -e "Dir.glob('./test/**/*_test.rb').each {|t| require t}" | \
grep "660 tests, 826 assertions, 6 failures, 0 errors, 0 skips"
ruby -e "Dir.glob('./test/**/*_test.rb').each {|t| require t}"
popd
%files
@ -70,11 +68,16 @@ popd
%{gem_instdir}/Gemfile*
%{gem_docdir}
%{gem_instdir}/Rakefile
%{gem_instdir}/examples
%{gem_instdir}/test
%doc %{gem_instdir}/doc/
%{gem_instdir}/examples/
%{gem_instdir}/gemfiles/
%{gem_instdir}/test/
%changelog
* Thu Apr 19 2012 Vít Ondruch <vondruch@redhat.com> - 0.11.0-1
- Updated to the Mocha 0.11.0.
* Thu Jan 19 2012 Vít Ondruch <vondruch@redhat.com> - 0.10.0-3
- Rebuild for Ruby 1.9.3.

@ -1 +1 @@
cc6a60e0cac74e3f9138eb3c50440292 mocha-0.10.0.gem
61050067d2cbbb741afadebdfbd997b9 mocha-0.11.0.gem

Loading…
Cancel
Save