diff --git a/.gitignore b/.gitignore index 44f6037..2293bd9 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ rails-2.3.5.gem /rails-4.1.1.gem /rails-4.1.4.gem /rails-4.1.5.gem +/rails-4.2.0.gem diff --git a/rubygem-rails.spec b/rubygem-rails.spec index 0a0b7e3..13d32bf 100644 --- a/rubygem-rails.spec +++ b/rubygem-rails.spec @@ -5,7 +5,7 @@ Summary: Web-application framework Name: rubygem-%{gem_name} Epoch: 1 -Version: 4.1.5 +Version: 4.2.0 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -51,6 +51,9 @@ This package contains documentation for %{name}. %doc %{gem_instdir}/guides %changelog +* Mon Feb 09 2015 Josef Stribny - 1:4.2.0-1 +- Update to rails 4.2.0 + * Mon Aug 25 2014 Josef Stribny - 4.1.5-1 - Update to rails 4.1.5 diff --git a/sources b/sources index 9e49adc..d90f56a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5794de9a4de0fd6dfea28a862e702f44 rails-4.1.5.gem +337592a669294ebab880c6df2e01f37b rails-4.2.0.gem