diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-05-01 20:43:30 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-05-01 21:36:22 +0200 |
commit | 7cccf1725a22f6a4018dd3b546740ed575b392fa (patch) | |
tree | 486eb17522c75ed000e7ae5c05ce7ed66d24fb0f /dev-ruby/http | |
parent | dev-ruby/http: add ruby26 (diff) | |
download | gentoo-7cccf1725a22f6a4018dd3b546740ed575b392fa.tar.gz gentoo-7cccf1725a22f6a4018dd3b546740ed575b392fa.tar.bz2 gentoo-7cccf1725a22f6a4018dd3b546740ed575b392fa.zip |
dev-ruby/http: add 3.3.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/http')
-rw-r--r-- | dev-ruby/http/http-3.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/http/http-3.3.0.ebuild b/dev-ruby/http/http-3.3.0.ebuild index eae8208b0eb9..33ba9ea14ff1 100644 --- a/dev-ruby/http/http-3.3.0.ebuild +++ b/dev-ruby/http/http-3.3.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |