[DRE-commits] [ruby-grape] 06/11: drop patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jul 3 17:03:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-grape.

commit e5174475bbc9e304b262d00318c4e00ad9dde094
Author: Pirate Praveen <praveen at debian.org>
Date:   Mon Jul 3 22:24:36 2017 +0530

    drop patch
---
 ...0002-Allow-release-absence-in-Rack.release.patch | 21 ---------------------
 debian/patches/series                               |  1 -
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/0002-Allow-release-absence-in-Rack.release.patch b/debian/patches/0002-Allow-release-absence-in-Rack.release.patch
deleted file mode 100644
index 7a5e98e..0000000
--- a/debian/patches/0002-Allow-release-absence-in-Rack.release.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Hleb Valoshka <375gnu at gmail.com>
-Date: Tue, 7 Jul 2015 15:13:18 +0300
-Subject: Allow release absence in Rack.release
-
----
- spec/grape/integration/rack_spec.rb | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: ruby-grape/spec/grape/integration/rack_spec.rb
-===================================================================
---- ruby-grape.orig/spec/grape/integration/rack_spec.rb	2016-03-08 13:45:00.681124897 -0300
-+++ ruby-grape/spec/grape/integration/rack_spec.rb	2016-03-08 13:47:00.048988081 -0300
-@@ -22,7 +22,7 @@
-       unless RUBY_PLATFORM == 'java'
-         major, minor, patch = Rack.release.split('.').map(&:to_i)
-         patch ||= 0 # rack <= 1.5.2 does not specify patch version
--        pending 'Rack 1.5.3 or 1.6.1 required' unless major >= 1 && ((minor == 5 && patch >= 3) || (minor >= 6))
-+        pending 'Rack 1.5.3 or 1.6.1 required' unless major >= 1 && ((minor == 5 && release && release >= 3) || (minor >= 6))
-       end
- 
-       expect(JSON.parse(app.call(env)[2].body.first)['params_keys']).to match_array('test')
diff --git a/debian/patches/series b/debian/patches/series
index e2f7a30..0d18a32 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0001-Do-not-require-bundler-nor-rubygems.patch
-0002-Allow-release-absence-in-Rack.release.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-grape.git



More information about the Pkg-ruby-extras-commits mailing list