diff --git a/.gitignore b/.gitignore index a48cad2..c8df689 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,5 @@ activerecord-2.3.8.gem /activerecord-4.2.2.gem /activerecord-4.2.3-tests.tgz /activerecord-4.2.3.gem +/activerecord-4.2.4-tests.tgz +/activerecord-4.2.4.gem diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec index fce5cb9..63dc00d 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.3 +Version: 4.2.4 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.3 -# tar czvf activerecord-4.2.3-tests.tgz test/ +# git checkout v4.2.4 +# tar czvf activerecord-4.2.4-tests.tgz test/ Source1: activerecord-%{version}-tests.tgz BuildRequires: rubygems-devel BuildRequires: rubygem(bcrypt) @@ -110,6 +110,9 @@ popd %doc %{gem_instdir}/examples %changelog +* Wed Aug 26 2015 Josef Stribny - 1:4.2.4-1 +- Update to activerecord 4.2.4 + * Tue Jun 30 2015 Josef Stribny - 1:4.2.3-1 - Update to activerecord 4.2.3 diff --git a/sources b/sources index 4c50a3d..99de17f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -6636a02b0788b52a4033173989dc6d8b activerecord-4.2.3-tests.tgz -bc917ec18b1d4fc6162f2ed763f69fb6 activerecord-4.2.3.gem +4fac91879f42e1db68adeb25cd7f4622 activerecord-4.2.4-tests.tgz +1d0026886fd9ca1c4b85840a7e7b82a5 activerecord-4.2.4.gem