From e1ca736e1ce32f344506f42b5ab6bd10786b86ad Mon Sep 17 00:00:00 2001 From: Pavel Valena Date: Mar 08 2016 13:29:54 +0000 Subject: Update to activerecord 4.2.6 --- diff --git a/.gitignore b/.gitignore index d157969..d633c68 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,5 @@ activerecord-2.3.8.gem /activerecord-4.2.5.1.gem /activerecord-4.2.5.2-tests.tgz /activerecord-4.2.5.2.gem +/activerecord-4.2.6-tests.tgz +/activerecord-4.2.6.gem diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec index ada8dda..7aada87 100644 --- a/rubygem-activerecord.spec +++ b/rubygem-activerecord.spec @@ -4,7 +4,7 @@ Summary: Implements the ActiveRecord pattern for ORM Name: rubygem-%{gem_name} Epoch: 1 -Version: 4.2.5.2 +Version: 4.2.6 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -12,8 +12,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 v4.2.5.2 -# tar czvf activerecord-4.2.5.2-tests.tgz test/ +# git checkout v4.2.6 +# tar czvf activerecord-4.2.6-tests.tgz test/ Source1: activerecord-%{version}-tests.tgz BuildRequires: rubygems-devel BuildRequires: rubygem(bcrypt) @@ -113,6 +113,9 @@ popd %doc %{gem_instdir}/examples %changelog +* Tue Mar 08 2016 Pavel Valena - 1:4.2.6-1 +- Update to activerecord 4.2.6 + * Wed Mar 02 2016 Pavel Valena - 1:4.2.5.2-1 - Update to activerecord 4.2.5.2 - Add sqlite3 executable to BR diff --git a/sources b/sources index eca67f9..b4aff9d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -fc43ee82de35b528d7807b3547464026 activerecord-4.2.5.2-tests.tgz -9cd2338b06000ab0d59e0a83ee6951b3 activerecord-4.2.5.2.gem +ccd196a090165a73cec515326ff62af3 activerecord-4.2.6-tests.tgz +a40d2a258735128e3860aec33ebc7241 activerecord-4.2.6.gem