From 36359be8d193aef579155409214f94aa3eeb3ffe Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Oct 21 2015 13:42:53 +0000 Subject: Update to excon 0.45.4. --- diff --git a/.gitignore b/.gitignore index 181431f..a1955f5 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /excon-0.38.0.gem /excon-0.39.6.gem /excon-0.45.1.gem +/excon-0.45.4.gem diff --git a/rubygem-excon.spec b/rubygem-excon.spec index f34a2fe..77d131d 100644 --- a/rubygem-excon.spec +++ b/rubygem-excon.spec @@ -1,8 +1,8 @@ %global gem_name excon Name: rubygem-%{gem_name} -Version: 0.45.1 -Release: 2%{?dist} +Version: 0.45.4 +Release: 1%{?dist} Summary: Speed, persistence, http(s) Group: Development/Languages License: MIT @@ -54,10 +54,6 @@ sed -i "/'bundler\/setup'/ s/^/#/" tests/test_helper.rb # Unicorn is not available in Fedora yet (rhbz#1065685). sed -i '/with_unicorn/ s/^/ pending\n\n/' tests/{basic_tests.rb,proxy_tests.rb} -# Is this failing due to some Rack incompatibility? -# https://github.com/excon/excon/issues/497 -sed -i "/tests('local port can be re-bound')/,/^ end$/ s/^/#/" tests/basic_tests.rb - shindo popd @@ -81,6 +77,9 @@ popd %changelog +* Wed Oct 21 2015 Vít Ondruch - 0.45.4-1 +- Update to excon 0.45.4. + * Thu Jun 18 2015 Fedora Release Engineering - 0.45.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 61012f8..7864229 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -481fcc88415726181513806a059bfd0d excon-0.45.1.gem +35d822c7ab90c88a17f79ce8c0b63575 excon-0.45.4.gem