Package: ruby-httparty / 0.13.0-2

Metadata

Package Version Patches format
ruby-httparty 0.13.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
clean_spec_helper.patch | (download)

spec/spec_helper.rb | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 clean spec_helper
  - do not modify loadpath
  - set external encoding
  - don't use deprecated spec
newer_rspec.patch | (download)

spec/httparty/connection_adapter_spec.rb | 4 4 + 0 - 0 !
spec/httparty/request_spec.rb | 30 15 + 15 - 0 !
spec/httparty/ssl_spec.rb | 8 4 + 4 - 0 !
spec/httparty_spec.rb | 8 4 + 4 - 0 !
4 files changed, 27 insertions(+), 23 deletions(-)

 run specs with rspec 2
deactivate_failing_test.patch | (download)

spec/httparty/request_spec.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 deactivate failing test
exception_spec.patch | (download)

spec/httparty/exception_spec.rb | 28 13 + 15 - 0 !
1 file changed, 13 insertions(+), 15 deletions(-)

 rewrite exception_spec.rb to adapt to newer rspec
 and avoid subject memoization issues
spec_convert_nil_to_empty_string.patch | (download)

spec/httparty/request_spec.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 replace chunk by an empty string if is nil
 Trying to add nil to a string gives an error causing FTBFS
Bug-Debian: https://bugs.debian.org/747734