diff --git a/.gitignore b/.gitignore index a04e439..d6f079a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ /railties-4.0.0.gem /railties-4.0.1-tests.tgz /railties-4.0.1.gem +/railties-4.0.2-tests.tgz +/railties-4.0.2.gem diff --git a/rubygem-railties.spec b/rubygem-railties.spec index d9661ac..1a1a12c 100644 --- a/rubygem-railties.spec +++ b/rubygem-railties.spec @@ -8,7 +8,7 @@ Summary: Tools for creating, working with, and running Rails applications Name: rubygem-%{gem_name} -Version: 4.0.1 +Version: 4.0.2 Release: 1%{?dist} Group: Development/Languages # SyntaxHighlighter is both MIT and GPL+, MIT otherwise @@ -20,7 +20,7 @@ Source0: %{download_path}%{gem_name}-%{version}.gem Source1: http://github.com/rails/rails/raw/master/railties/MIT-LICENSE # to get tests: # git clone http://github.com/rails/rails.git && cd rails/railties/ -# git checkout v4.0.1 && tar czvf railties-4.0.1-tests.tgz test/ +# git checkout v4.0.2 && tar czvf railties-4.0.2-tests.tgz test/ Source2: railties-%{version}-tests.tgz # Let's keep Requires and BuildRequires sorted alphabeticaly Requires: ruby(release) @@ -119,6 +119,9 @@ popd %doc %{gem_instdir}/README.rdoc %changelog +* Thu Dec 05 2013 Josef Stribny - 4.0.2-1 +- Update to Railties 4.0.2 + * Thu Nov 14 2013 Josef Stribny - 4.0.1-1 - Update to Railties 4.0.1. diff --git a/sources b/sources index 838bc2c..9da2352 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -4b9af6a4290ee94827314c5cd85b3db0 railties-4.0.1-tests.tgz -dc66bb8f2864cd9a9dafee1057b84596 railties-4.0.1.gem +f73d81e65afe41b8d221893f6e9ebed5 railties-4.0.2-tests.tgz +e26f504ca75a2e06a1a8deaae4b09448 railties-4.0.2.gem