Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2d97cb1f4 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
flexmock-0.8.7.gem
|
flexmock-0.8.7.gem
|
||||||
/flexmock-0.8.11.gem
|
/flexmock-0.8.11.gem
|
||||||
|
/flexmock-0.9.0.gem
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
Summary: Mock object library for ruby
|
Summary: Mock object library for ruby
|
||||||
Name: rubygem-%{gemname}
|
Name: rubygem-%{gemname}
|
||||||
Version: 0.8.11
|
Version: 0.9.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: Copyright only
|
License: Copyright only
|
||||||
URL: http://flexmock.rubyforge.org
|
URL: http://flexmock.rubyforge.org
|
||||||
|
|
@ -153,10 +153,13 @@ rake test_all --trace
|
||||||
%{ruby_sitelib}/%{gemname}/
|
%{ruby_sitelib}/%{gemname}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 28 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.9.0-1
|
||||||
|
- 0.9.0
|
||||||
|
|
||||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.11-3
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.11-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Feb 2 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.9.0-1
|
* Wed Feb 2 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.8.11-2
|
||||||
- Fix typo Provides on main package (bug 674413)
|
- Fix typo Provides on main package (bug 674413)
|
||||||
|
|
||||||
* Sun Oct 17 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.8.11-1
|
* Sun Oct 17 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.8.11-1
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
8c86088c7a3c85178149c5f005b6fcfc flexmock-0.8.11.gem
|
aa2dcce220002cedd08001e5bad0961b flexmock-0.9.0.gem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue