From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45A5713832F for ; Tue, 26 Jul 2016 18:12:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97E0AE0AD2; Tue, 26 Jul 2016 18:12:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA074E0AD2 for ; Tue, 26 Jul 2016 18:12:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 540AA340D0C for ; Tue, 26 Jul 2016 18:12:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2DB278D for ; Tue, 26 Jul 2016 18:12:01 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1469556010.b5b724a1b0e6bb36f57e1e901276fec8f8ce2405.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/active_model_serializers/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/active_model_serializers/active_model_serializers-0.8.3.ebuild dev-ruby/active_model_serializers/active_model_serializers-0.9.3.ebuild X-VCS-Directories: dev-ruby/active_model_serializers/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b5b724a1b0e6bb36f57e1e901276fec8f8ce2405 X-VCS-Branch: master Date: Tue, 26 Jul 2016 18:12:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ecd7b52a-1d23-493b-bc24-7c0247ebcd94 X-Archives-Hash: 2564ea80e0425ac1b2d21d8ee25386ec commit: b5b724a1b0e6bb36f57e1e901276fec8f8ce2405 Author: Hans de Graaff degraaff org> AuthorDate: Tue Jul 26 18:00:10 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 26 18:00:10 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=b5b724a1 dev-ruby/active_model_serializers: add ruby22, ruby23 Package-Manager: portage-2.2.28 .../active_model_serializers-0.8.3.ebuild | 8 ++++---- .../active_model_serializers-0.9.3.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-ruby/active_model_serializers/active_model_serializers-0.8.3.ebuild b/dev-ruby/active_model_serializers/active_model_serializers-0.8.3.ebuild index c41d813..d80556e 100644 --- a/dev-ruby/active_model_serializers/active_model_serializers-0.8.3.ebuild +++ b/dev-ruby/active_model_serializers/active_model_serializers-0.8.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md DESIGN.textile README.md" @@ -22,6 +22,6 @@ IUSE="test" # A bit more complicated setup than I have time for now... RESTRICT="test" -ruby_add_rdepend ">=dev-ruby/activemodel-3.0" +ruby_add_rdepend ">=dev-ruby/activemodel-3.0:*" #ruby_add_bdepend "test? ( >=dev-ruby/rails-3.0 )" diff --git a/dev-ruby/active_model_serializers/active_model_serializers-0.9.3.ebuild b/dev-ruby/active_model_serializers/active_model_serializers-0.9.3.ebuild index e095d66..c8dc08a 100644 --- a/dev-ruby/active_model_serializers/active_model_serializers-0.9.3.ebuild +++ b/dev-ruby/active_model_serializers/active_model_serializers-0.9.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md DESIGN.textile README.md" @@ -22,6 +22,6 @@ IUSE="test" # A bit more complicated setup than I have time for now... RESTRICT="test" -ruby_add_rdepend ">=dev-ruby/activemodel-3.2" +ruby_add_rdepend ">=dev-ruby/activemodel-3.2:*" #ruby_add_bdepend "test? ( >=dev-ruby/rails-3.0 )"