diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 17:24:50 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 17:38:10 -0400 |
commit | 669bddcd9025da601b4bca5cbe5b7ecfd9ce6c77 (patch) | |
tree | 3c3c9430ede2cd9303855ac0ddf6332356e91f24 /dev-ruby/typhoeus | |
parent | dev-ruby/ruby-sdl: use HTTPS (diff) | |
download | gentoo-669bddcd9025da601b4bca5cbe5b7ecfd9ce6c77.tar.gz gentoo-669bddcd9025da601b4bca5cbe5b7ecfd9ce6c77.tar.bz2 gentoo-669bddcd9025da601b4bca5cbe5b7ecfd9ce6c77.zip |
dev-ruby/typhoeus: use HTTPS, sync HOMEPAGEs
Diffstat (limited to 'dev-ruby/typhoeus')
-rw-r--r-- | dev-ruby/typhoeus/typhoeus-0.6.9.ebuild | 5 | ||||
-rw-r--r-- | dev-ruby/typhoeus/typhoeus-1.1.2.ebuild | 5 | ||||
-rw-r--r-- | dev-ruby/typhoeus/typhoeus-1.3.0.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild b/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild index 6f9d3d397d53..7209b21f42a0 100644 --- a/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild +++ b/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,8 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic" -HOMEPAGE="http://rubygems.org/gems/typhoeus/" +HOMEPAGE="https://rubygems.org/gems/typhoeus/ + https://github.com/typhoeus/typhoeus" LICENSE="Ruby" SLOT="0" diff --git a/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild b/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild index b7bac4688be6..77fd255094b2 100644 --- a/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild +++ b/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,8 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3" inherit ruby-fakegem DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic" -HOMEPAGE="https://github.com/typhoeus/typhoeus" +HOMEPAGE="https://rubygems.org/gems/typhoeus/ + https://github.com/typhoeus/typhoeus" LICENSE="Ruby" SLOT="1" diff --git a/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild b/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild index f9f09c11e121..2dae0ba3820a 100644 --- a/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild +++ b/dev-ruby/typhoeus/typhoeus-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,8 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3" inherit ruby-fakegem DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic" -HOMEPAGE="https://github.com/typhoeus/typhoeus" +HOMEPAGE="https://rubygems.org/gems/typhoeus/ + https://github.com/typhoeus/typhoeus" LICENSE="Ruby" SLOT="1" |