3.2.0
- Once disable tests
This commit is contained in:
parent
19f0bf44f2
commit
ed61587cbb
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,3 +12,5 @@
|
||||
/rspec-expectations-2.14.5.gem
|
||||
/rspec-expectations-3.1.2.gem
|
||||
/rubygem-rspec-expectations-3.1.2-full.tar.gz
|
||||
/rspec-expectations-3.2.0.gem
|
||||
/rubygem-rspec-expectations-3.2.0-full.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global majorver 3.1.2
|
||||
%global majorver 3.2.0
|
||||
#%%global preminorver .rc6
|
||||
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
||||
%global fullver %{majorver}%{?preminorver}
|
||||
|
||||
%global fedorarel 2
|
||||
%global fedorarel 1
|
||||
|
||||
%global gem_name rspec-expectations
|
||||
|
||||
%global need_bootstrap_set 0
|
||||
%global need_bootstrap_set 1
|
||||
|
||||
Summary: Rspec-2 expectations (should and matchers)
|
||||
Name: rubygem-%{gem_name}
|
||||
@ -26,7 +26,7 @@ BuildRequires: ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
%if 0%{?need_bootstrap_set} < 1
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(minitest)
|
||||
BuildRequires: rubygem(minitest) >= 5
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
@ -84,6 +84,10 @@ popd
|
||||
%{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* Mon Feb 9 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.2.0-1
|
||||
- 3.2.0
|
||||
- Once disable tests
|
||||
|
||||
* Mon Nov 10 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.1.2-2
|
||||
- Enable tests
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
de9293803cbd34edc560e1ba7603822c rspec-expectations-3.1.2.gem
|
||||
d9f9cc3fb3fdd529db4478170f8da228 rubygem-rspec-expectations-3.1.2-full.tar.gz
|
||||
617f14b67cc5cd72885a98cde36ca11f rspec-expectations-3.2.0.gem
|
||||
8fe797bf31445a25526e01322930cf48 rubygem-rspec-expectations-3.2.0-full.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user