summaryrefslogtreecommitdiffstats
path: root/rubygem-activesupport.spec
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2012-07-30 14:19:03 +0200
committerVít Ondruch <vondruch@redhat.com>2012-07-30 14:19:03 +0200
commit209ab143985bea3c62bbc05a0935f1cd10cd533e (patch)
treee1610928ff17673aa1fdf24823b4f4d0c8b9cbef /rubygem-activesupport.spec
parentfc56e2eeca1ea3710b03d9aa1c4e83d3e71593f5 (diff)
downloadrubygem-activesupport-209ab143985bea3c62bbc05a0935f1cd10cd533e.tar.gz
rubygem-activesupport-209ab143985bea3c62bbc05a0935f1cd10cd533e.tar.xz
rubygem-activesupport-209ab143985bea3c62bbc05a0935f1cd10cd533e.zip
Update to ActiveSupport 3.2.7.
Diffstat (limited to 'rubygem-activesupport.spec')
-rw-r--r--rubygem-activesupport.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/rubygem-activesupport.spec b/rubygem-activesupport.spec
index e564a65..0d7a166 100644
--- a/rubygem-activesupport.spec
+++ b/rubygem-activesupport.spec
@@ -6,7 +6,7 @@
Summary: Support and utility classes used by the Rails framework
Name: rubygem-%{gem_name}
Epoch: 1
-Version: 3.2.6
+Version: 3.2.7
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@@ -18,8 +18,8 @@ Source0: http://rubygems.org/downloads/activesupport-%{version}.gem
# Rails rpms, you may check it out like so
# git clone http://github.com/rails/rails.git
# cd rails/activesupport/
-# git checkout v3.2.6
-# tar czvf activesupport-3.2.6-tests.tgz test/
+# git checkout v3.2.7
+# tar czvf activesupport-3.2.7-tests.tgz test/
Source2: activesupport-%{version}-tests.tgz
# Removes code which breaks the test suite due to a
@@ -106,6 +106,9 @@ popd
%changelog
+* Mon Jul 30 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.2.7-1
+- Update to ActiveSupport 3.2.7.
+
* Wed Jul 18 2012 Bohuslav Kabrda <bkabrda@redhat.com> - 1:3.2.6-1
- Update to ActiveSupport 3.2.6.
- Removed unneeded BuildRoot tag.