summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMo Morsi <mmorsi@redhat.com>2011-06-16 19:39:47 -0400
committerMo Morsi <mmorsi@redhat.com>2011-06-16 19:39:47 -0400
commit37eac7ffa541b65fad1de060eeddd72d46ece581 (patch)
tree3d371c3de267403b74d0dafa9943ca53fdd1f8e5
parent930bebc07f26e8777fdf5fa3ee28a6942a58679d (diff)
downloadrubygem-activesupport-37eac7ffa541b65fad1de060eeddd72d46ece581.tar.gz
rubygem-activesupport-37eac7ffa541b65fad1de060eeddd72d46ece581.tar.xz
rubygem-activesupport-37eac7ffa541b65fad1de060eeddd72d46ece581.zip
reverting accidental addition of the "--no-ri" and "--no-rdoc" flags
-rw-r--r--rubygem-activesupport.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec
index 8938ba9..f4bb94d 100644
--- a/rubygem-activesupport.spec
+++ b/rubygem-activesupport.spec
@@ -8,7 +8,7 @@ Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gemname}
Epoch: 1
Version: 3.0.5
-Release: 2%{?dist}
+Release: 3%{?dist}
Group: Development/Languages
License: MIT
URL: http://www.rubyonrails.org
@@ -58,7 +58,7 @@ goodies from the Rails framework
%setup -q -c -T
mkdir -p .%{gemdir}
gem install --local --install-dir .%{gemdir} \
- --force -V --no-ri --no-rdoc %{SOURCE0}
+ --force -V --rdoc %{SOURCE0}
# move the tests into place
tar xzvf %{SOURCE2} -C .%{geminstdir}
@@ -97,6 +97,9 @@ popd
%changelog
+* Thu Jun 16 2011 Mo Morsi <mmorsi@redhat.com> - 1:3.0.5-3
+- Reverting accidental change adding a few gem flags
+
* Thu Jun 16 2011 Mo Morsi <mmorsi@redhat.com> - 1:3.0.5-2
- Include fix for CVE-2011-2197