Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simple_oauth/
Date: Sat, 29 Oct 2016 14:39:28
Message-Id: 1477751950.69792ff4aaebbd31c259f9632adbf49e6a64343c.mrueg@gentoo
1 commit: 69792ff4aaebbd31c259f9632adbf49e6a64343c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 14:38:43 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 14:39:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69792ff4
7
8 dev-ruby/simple_oauth: Add ruby23
9
10 Package-Manager: portage-2.3.2
11
12 dev-ruby/simple_oauth/simple_oauth-0.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/simple_oauth/simple_oauth-0.3.1.ebuild b/dev-ruby/simple_oauth/simple_oauth-0.3.1.ebuild
16 index b15cf7a..09b9696 100644
17 --- a/dev-ruby/simple_oauth/simple_oauth-0.3.1.ebuild
18 +++ b/dev-ruby/simple_oauth/simple_oauth-0.3.1.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -USE_RUBY="ruby20 ruby21 ruby22"
24 +USE_RUBY="ruby20 ruby21 ruby22 ruby23"
25
26 RUBY_FAKEGEM_RECIPE_TEST="rspec"