diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 129bb5e..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/journey-1.0.1.gem -/journey-1.0.4.gem diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/rubygem-journey-2.0.0-fix-assertion-calls.patch b/rubygem-journey-2.0.0-fix-assertion-calls.patch deleted file mode 100644 index ae2992b..0000000 --- a/rubygem-journey-2.0.0-fix-assertion-calls.patch +++ /dev/null @@ -1,66 +0,0 @@ -From d836e960d9a20c4c5bc986630d2ba34a340959ea Mon Sep 17 00:00:00 2001 -From: Aaron Patterson -Date: Fri, 27 Jul 2012 11:20:58 -0700 -Subject: [PATCH] fix assertion calls - ---- - test/path/test_pattern.rb | 22 +++++++++++----------- - 1 file changed, 11 insertions(+), 11 deletions(-) - -diff --git a/test/path/test_pattern.rb b/test/path/test_pattern.rb -index c684a0a..ec93471 100644 ---- a/test/path/test_pattern.rb -+++ b/test/path/test_pattern.rb -@@ -85,9 +85,9 @@ def test_to_regexp_with_extended_group - ["/", ".", "?"] - ) - path = Pattern.new strexp -- assert_match('/page/tender', path) -- assert_match('/page/love', path) -- refute_match('/page/loving', path) -+ assert_match(path, '/page/tender') -+ assert_match(path, '/page/love') -+ refute_match(path, '/page/loving') - end - - def test_optional_names -@@ -108,8 +108,8 @@ def test_to_regexp_match_non_optional - ["/", ".", "?"] - ) - path = Pattern.new strexp -- assert_match('/123', path) -- refute_match('/', path) -+ assert_match(path, '/123') -+ refute_match(path, '/') - end - - def test_to_regexp_with_group -@@ -119,9 +119,9 @@ def test_to_regexp_with_group - ["/", ".", "?"] - ) - path = Pattern.new strexp -- assert_match('/page/tender', path) -- assert_match('/page/love', path) -- refute_match('/page/loving', path) -+ assert_match(path, '/page/tender') -+ assert_match(path, '/page/love') -+ refute_match(path, '/page/loving') - end - - def test_ast_sets_regular_expressions -@@ -186,9 +186,9 @@ def test_insensitive_regexp_with_group - ["/", ".", "?"] - ) - path = Pattern.new strexp -- assert_match('/page/TENDER/aaron', path) -- assert_match('/page/loVE/aaron', path) -- refute_match('/page/loVE/AAron', path) -+ assert_match(path, '/page/TENDER/aaron') -+ assert_match(path, '/page/loVE/aaron') -+ refute_match(path, '/page/loVE/AAron') - end - - def test_to_regexp_with_strexp --- -1.7.10 - diff --git a/rubygem-journey.spec b/rubygem-journey.spec deleted file mode 100644 index c1a881b..0000000 --- a/rubygem-journey.spec +++ /dev/null @@ -1,130 +0,0 @@ -# Generated from journey-1.0.1.gem by gem2rpm -*- rpm-spec -*- - -# TODO: It seems that this gem carries 3D JS library. Although JS libraries -# have exeption ATM, I asked upstream if they could remove it. -# -# https://github.com/rails/journey/issues/15 - -%global gem_name journey - -Summary: Journey is a router -Name: rubygem-%{gem_name} -Version: 1.0.4 -Release: 15%{?dist} -License: MIT -URL: http://github.com/rails/journey -Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem -# Fixes "TypeError: no implicit conversion of Journey::Path::Pattern into String" -# https://github.com/rails/journey/commit/d836e960d9a20c4c5bc986630d2ba34a340959ea -Patch0: rubygem-journey-2.0.0-fix-assertion-calls.patch -BuildRequires: ruby(release) -BuildRequires: rubygems-devel -BuildRequires: ruby -BuildRequires: rubygem(minitest) -BuildRequires: rubygem(json) -BuildArch: noarch - -%description -Journey is a router. It routes requests. - - -%package doc -Summary: Documentation for %{name} -Requires: %{name} = %{version}-%{release} -BuildArch: noarch - -%description doc -Documentation for %{name} - -%prep -%setup -q -c -T -%gem_install -n %{SOURCE0} - -pushd .%{gem_instdir} -%patch0 -p1 -popd - -%build - -%install -mkdir -p %{buildroot}%{gem_dir} -cp -a .%{gem_dir}/* \ - %{buildroot}%{gem_dir}/ - -%check -pushd ./%{gem_instdir} -ruby -Ilib:test -e 'Dir.glob "./test/**/test_*.rb", &method(:require)' -popd - -%files -%dir %{gem_instdir} -%doc %{gem_instdir}/README.rdoc -%exclude %{gem_instdir}/.* -%{gem_libdir} -%exclude %{gem_cache} -%{gem_spec} - -%files doc -%doc %{gem_docdir} -%doc %{gem_instdir}/Manifest.txt -%doc %{gem_instdir}/CHANGELOG.rdoc -%{gem_instdir}/Gemfile -%{gem_instdir}/Rakefile -%{gem_instdir}/journey.gemspec -%{gem_instdir}/test - -%changelog -* Fri Jul 26 2019 Fedora Release Engineering - 1.0.4-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Feb 02 2019 Fedora Release Engineering - 1.0.4-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 1.0.4-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.0.4-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.0.4-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.0.4-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Feb 04 2016 Fedora Release Engineering - 1.0.4-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Jun 18 2015 Fedora Release Engineering - 1.0.4-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Fri Jun 13 2014 Vít Ondruch - 1.0.4-7 -- Fix FTBFS in Rawhide (rhbz#1107148). - -* Sun Jun 08 2014 Fedora Release Engineering - 1.0.4-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.0.4-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Jun 12 2013 Vít Ondruch - 1.0.4-4 -- Fixed license, the Public Domain file was removed. - -* Mon Mar 04 2013 Vít Ondruch - 1.0.4-3 -- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 - -* Thu Feb 14 2013 Fedora Release Engineering - 1.0.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Jul 23 2012 Bohuslav Kabrda - 1.0.4-1 -- Update to Journey 1.0.4, as this version is needed by ActionPack 3.2.6. -- Remove unneded Requires: ruby. - -* Sat Jul 21 2012 Fedora Release Engineering - 1.0.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Jan 30 2012 Vít Ondruch - 1.0.1-2 -- Move README.rdoc containing license into main package. - -* Fri Jan 27 2012 Vít Ondruch - 1.0.1-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 19e549e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -9af37d196636bf00f19bfafcea843da8 journey-1.0.4.gem