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 22564d5..7e6649b 100644
--- a/rubygem-activerecord.spec
+++ b/rubygem-activerecord.spec
@@ -6,7 +6,7 @@
Summary: Implements the ActiveRecord pattern for ORM
Name: rubygem-%{gem_name}
Epoch: 1
-Version: 3.0.13
+Version: 3.0.15
Release: 1%{?dist}
Group: Development/Languages
License: MIT
@@ -20,8 +20,8 @@ Source1: http://github.com/rails/rails/raw/v%{version}/%{gem_name}/Rakefile
# You may check it out like so
# git clone http://github.com/rails/rails.git
# cd rails/activerecord/
-# git checkout v3.0.13
-# tar czvf activerecord-3.0.13-tests.tgz test/
+# git checkout v3.0.15
+# tar czvf activerecord-3.0.15-tests.tgz test/
Source2: activerecord-%{version}-tests.tgz
# Remove a task which breaks the Rakefile due to the gemspec
@@ -147,6 +147,9 @@ popd
%{gem_spec}
%changelog
+* Fri Jun 15 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.15-1
+- Update to ActiveRecord 3.0.15.
+
* Fri Jun 01 2012 Vít Ondruch <vondruch@redhat.com> - 1:3.0.13-1
- Update to ActiveRecord 3.0.13.