From owner-freebsd-ruby@freebsd.org Thu Oct 1 10:29:53 2015 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 386E5A0CCDC for ; Thu, 1 Oct 2015 10:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 211111373 for ; Thu, 1 Oct 2015 10:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1E4A7A0CCDA; Thu, 1 Oct 2015 10:29:53 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DE5FA0CCD9 for ; Thu, 1 Oct 2015 10:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E2DE1372 for ; Thu, 1 Oct 2015 10:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t91ATqA2052773 for ; Thu, 1 Oct 2015 10:29:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: maintainer-feedback requested: [Bug 203469] [patch] devel/rubygem-redis-activesupport: patch gemspec to make it usable and update to 4.1.3 Date: Thu, 01 Oct 2015 10:29:53 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 10:29:53 -0000 Torsten Z=C3=BChlsdorff has reassigned Bugzilla Aut= omation 's request for maintainer-feedback to ruby@FreeBSD.or= g: Bug 203469: [patch] devel/rubygem-redis-activesupport: patch gemspec to mak= e it usable and update to 4.1.3 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203469 --- Description --- Created attachment 161592 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D161592&action= =3Dedit patch with update to 4.1.3 I've noticed, that this gem is not usable, because the gemspec wants activesupport ~> 3, but as dependency >=3D 4 is defined. There the gem is n= ot usable in ruby. I've patched the gemspec and do some short tests. It now loads and seems usable. While there i also update it to the current version.=