2.2.0
This commit is contained in:
parent
46f945f3b2
commit
17e930a897
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/test-unit-2.1.1.gem
|
||||
/test-unit-2.1.2.gem
|
||||
/test-unit-2.2.0.gem
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
Summary: Improved version of Test::Unit bundled in Ruby 1.8.x
|
||||
Name: rubygem-%{gemname}
|
||||
Version: 2.1.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Languages
|
||||
# lib/test/unit/diff.rb is under GPLv2 or Ruby or Python
|
||||
# Other file: GPLv2 or Ruby
|
||||
|
|
@ -111,6 +111,9 @@ rake test --trace
|
|||
%{gemdir}/doc/%{gemname}-%{version}/
|
||||
|
||||
%changelog
|
||||
* Fri Feb 18 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.2.0-1
|
||||
- 2.2.0
|
||||
|
||||
* Mon Feb 14 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 2.1.2-2
|
||||
- F-15 mass rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
fbe74832c21be380098569a99f75858d test-unit-2.1.2.gem
|
||||
55c0b95e5506d4ce69075b569405fcfd test-unit-2.2.0.gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue