diff --git a/.gitignore b/.gitignore index 5596ab7..44968ee 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /rspec-core-2.6.0.rc4.gem /rspec-core-2.6.0.rc6.gem /rspec-core-2.6.0.gem +/rspec-core-2.6.2.gem diff --git a/rubygem-rspec-core.spec b/rubygem-rspec-core.spec index 5408c75..2733dfd 100644 --- a/rubygem-rspec-core.spec +++ b/rubygem-rspec-core.spec @@ -1,5 +1,5 @@ %global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null) -%global majorver 2.6.0 +%global majorver 2.6.2 #%%global preminorver .rc6 %global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||') %global fullver %{majorver}%{?preminorver} @@ -148,6 +148,9 @@ ruby -rubygems -Ilib/ -S bin/rspec \ %{geminstdir}/spec/ %changelog +* Mon May 23 2011 Mamoru Tasaka - 2.6.2-1 +- 2.6.2 + * Mon May 16 2011 Mamoru Tasaka - 2.6.0-1 - 2.6.0 diff --git a/sources b/sources index 3716ae4..9ae61e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c2b8d2148bcb341d9c97f03b9ca2aef rspec-core-2.6.0.gem +1e7f264a1d244bddfd4321de82ba54f5 rspec-core-2.6.2.gem