Package: ruby-grape / 1.6.2-3

Metadata

Package Version Patches format
ruby-grape 1.6.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Do not require bundler nor rubygems.patch | (download)

spec/spec_helper.rb | 8 5 3 - 0 !
1 file changed, 5 insertions( ), 3 deletions(-)

 do not require bundler nor rubygems

disable integration test.patch | (download)

spec/integration/multi_json/json_spec.rb | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 this patch skips test failures..
0001 Test with rack test 2.0.patch | (download)

spec/grape/endpoint_spec.rb | 9 4 5 - 0 !
1 file changed, 4 insertions( ), 5 deletions(-)

 [patch] test with rack-test 2.0

Those two tests endpoint_spec are in the end testing internal details of
rack-test. Change them so that they still test what was intended, but in
a more robust way that does not break on changes on the implementation
details of rack-test.

This version of the patch excludes the changes to Gemfile, which is not shipped
to rubygems.org.

Fixes: https://github.com/ruby-grape/grape/issues/2278
Link: https://github.com/ruby-grape/grape/pull/2279


fix FTBFS with ruby rspec 3.12.patch | (download)

spec/grape/dsl/request_response_spec.rb | 12 6 6 - 0 !
spec/grape/dsl/routing_spec.rb | 2 1 1 - 0 !
2 files changed, 7 insertions( ), 7 deletions(-)

 fix ftbfs with ruby-rspec 3.12
Bug-Debian: https://bugs.debian.org/1027074