diff --git a/.gitignore b/.gitignore index 922a118..b9b7111 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /typhoeus-0.6.2.gem /typhoeus-0.6.8.gem /typhoeus-0.7.2.gem +/typhoeus-1.0.2.gem diff --git a/rubygem-typhoeus.spec b/rubygem-typhoeus.spec index 08d1c81..2dd46c3 100644 --- a/rubygem-typhoeus.spec +++ b/rubygem-typhoeus.spec @@ -1,8 +1,8 @@ %global gem_name typhoeus Name: rubygem-%{gem_name} -Version: 0.7.2 -Release: 2%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: Parallel HTTP library on top of libcurl multi Group: Development/Languages License: MIT @@ -65,7 +65,6 @@ popd %{gem_libdir} %exclude %{gem_instdir}/.* %license %{gem_instdir}/LICENSE -%doc %{gem_instdir}/README.md %exclude %{gem_cache} %{gem_spec} @@ -73,6 +72,7 @@ popd %doc %{gem_instdir}/CONTRIBUTING.md %doc %{gem_instdir}/CHANGELOG.md %{gem_instdir}/Gemfile +%doc %{gem_instdir}/README.md %{gem_instdir}/Guardfile %{gem_instdir}/Rakefile %doc %{gem_instdir}/UPGRADE.md @@ -82,6 +82,9 @@ popd %doc %{gem_docdir} %changelog +* Tue May 17 2016 Jun Aruga - 1.0.2-1 +- Update to Typhoeus 1.0.2. + * Thu Feb 04 2016 Fedora Release Engineering - 0.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 673be3d..926a2a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76558968f30b4fc01f47c206a0348db1 typhoeus-0.7.2.gem +c5cfed3f715bf8788209bdce9b240782 typhoeus-1.0.2.gem