diff --git a/.gitignore b/.gitignore index 4ee4a16..0016b3b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ rails-2.3.5.gem /rails-4.2.5.2.gem /rails-4.2.6.gem /rails-5.0.0.gem +/rails-5.0.0.1.gem diff --git a/rubygem-rails.spec b/rubygem-rails.spec index 67caf2c..038d8a3 100644 --- a/rubygem-rails.spec +++ b/rubygem-rails.spec @@ -3,7 +3,7 @@ Name: rubygem-%{gem_name} Epoch: 1 -Version: 5.0.0 +Version: 5.0.0.1 Release: 1%{?dist} Summary: Full-stack web application framework Group: Development/Languages @@ -53,6 +53,9 @@ cp -a .%{gem_dir}/* \ %doc %{gem_instdir}/README.md %changelog +* Mon Aug 15 2016 Pavel Valena - 1:5.0.0.1-1 +- Update to Rails 5.0.0.1 + * Tue Jul 19 2016 Vít Ondruch - 1:5.0.0-1 - Update to Rails 5.0.0. diff --git a/sources b/sources index ac99b56..6c435ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e6fca827b571aa7358c9529e5979870 rails-5.0.0.gem +227c155a6b08f2215c716008bbda158d rails-5.0.0.1.gem