From 458d75b3389ef813f344ebda8d37bef212c16977 Mon Sep 17 00:00:00 2001 From: Pavel Valena Date: Aug 15 2016 12:09:01 +0000 Subject: Update to Activerecord 5.0.0.1 --- diff --git a/.gitignore b/.gitignore index da1d773..a34165f 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,5 @@ activerecord-2.3.8.gem /activerecord-4.2.6.gem /activerecord-5.0.0-tests.tgz /activerecord-5.0.0.gem +/activerecord-5.0.0.1-tests.tgz +/activerecord-5.0.0.1.gem diff --git a/rubygem-activerecord.spec b/rubygem-activerecord.spec index 3d34d95..f38fbb3 100644 --- a/rubygem-activerecord.spec +++ b/rubygem-activerecord.spec @@ -3,7 +3,7 @@ Name: rubygem-%{gem_name} Epoch: 1 -Version: 5.0.0 +Version: 5.0.0.1 Release: 1%{?dist} Summary: Object-relational mapper framework (part of Rails) Group: Development/Languages @@ -12,7 +12,7 @@ URL: http://rubyonrails.org Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # git clone http://github.com/rails/rails.git # cd rails/activerecord/ -# git checkout v5.0.0 && tar czvf activerecord-5.0.0-tests.tgz test/ +# git checkout v5.0.0.1 && tar czvf activerecord-5.0.0.1-tests.tgz test/ Source1: activerecord-%{version}-tests.tgz # Database dump/load reuires the executable. Suggests: %{_bindir}/sqlite3 @@ -115,6 +115,9 @@ popd %{gem_instdir}/examples %changelog +* Mon Aug 15 2016 Pavel Valena - 1:5.0.0.1-1 +- Update to Activerecord 5.0.0.1 + * Thu Jul 07 2016 Vít Ondruch - 1:5.0.0-1 - Update to ActiveRecord 5.0.0. diff --git a/sources b/sources index 7a2029c..1819906 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -e5425ec3f96f43c6d95ab14b854806ae activerecord-5.0.0-tests.tgz -8f80bd382ba1ec712e553c013d08e307 activerecord-5.0.0.gem +9462a405005b26f8bb5466a42c0f2426 activerecord-5.0.0.1-tests.tgz +4f607acaed6d4e0f508b2bb196598041 activerecord-5.0.0.1.gem