summaryrefslogtreecommitdiffstats
path: root/rubygem-activerecord.spec
diff options
context:
space:
mode:
Diffstat (limited to 'rubygem-activerecord.spec')
-rw-r--r--rubygem-activerecord.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec
index 8ac996a..ee53e24 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -9,7 +9,7 @@
Summary: Implements the ActiveRecord pattern for ORM
Name: rubygem-%{gem_name}
Epoch: 1
-Version: 2.3.16
+Version: 2.3.17
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@@ -17,8 +17,8 @@ URL: http://www.rubyonrails.org
Source0: http://rubygems.org/downloads/activerecord-%{version}.gem
# git clone http://github.com/rails/rails.git
# cd rails/activerecord/
-# git checkout v2.3.16
-# tar czvf activerecord-2.3.16-tests.tgz test/
+# git checkout v2.3.17
+# tar czvf activerecord-2.3.17-tests.tgz test/
Source1: activerecord-%{version}-tests.tgz
# RDoc on RHEL 6 is too old to work with Rake.
@@ -137,6 +137,9 @@ popd
%changelog
+* Tue Feb 12 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 1:2.3.17-1
+- Upgrade to ActiveRecord 2.3.17.
+
* Thu Feb 07 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 1:2.3.16-1
- Downgrade to ActiveRecord 2.3.16.
- RHEL 6 compatibility