diff --git a/.gitignore b/.gitignore index 43613c7..eb6fb31 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /httpclient-2.4.0.gem /httpclient-2.5.1.gem /httpclient-2.6.0.1.gem +/httpclient-2.7.1.gem diff --git a/rubygem-httpclient.spec b/rubygem-httpclient.spec index 7788127..e2d2b1f 100644 --- a/rubygem-httpclient.spec +++ b/rubygem-httpclient.spec @@ -4,8 +4,8 @@ Summary: HTTP Client interface for ruby Name: rubygem-%{gem_name} -Version: 2.6.0.1 -Release: 2%{?dist} +Version: 2.7.1 +Release: 1%{?dist} Group: Development/Languages License: (Ruby or BSD) and Public Domain URL: https://github.com/nahi/httpclient @@ -23,6 +23,7 @@ BuildRequires: rubygem(minitest4) BuildRequires: rubygem(test-unit) %endif BuildRequires: rubygems-devel +BuildRequires: rubygem(http-cookie) BuildArch: noarch %if 0%{?el7} || 0%{?el6} Provides: rubygem(%{gem_name}) = %{version} @@ -98,6 +99,9 @@ popd %changelog +* Tue Feb 16 2016 Troy Dawson - 2.7.1-1 +- Updated to 2.7.1 + * Thu Feb 04 2016 Fedora Release Engineering - 2.6.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 9f5a68a..71fee4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4428ceb30bd031aebc471065ffe80c2 httpclient-2.6.0.1.gem +d418b45d654f650c961c11efcd7a3037 httpclient-2.7.1.gem