X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-id:content-transfer-encoding
	:mime-version; q=dns; s=default; b=pa6XxwSJstwgV6JxaIo5suf1zVoB7
	UBo5YRKvWrA4Gr8p77BbUHcniB5USMqw7gkvkL9tT+DBp8Syc+EiSUDlMyHvJJsv
	uMVpT6FrWvbo5EWh9pRLjDz7ldMR3v0+ge56CEWh/+AzCR3fKX2LVITkB6qW/k3C
	vY9Jw0jw4ZaSsA=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-id:content-transfer-encoding
	:mime-version; s=default; bh=KUXrzTtfQao/U6DnBpjr7b43g9Q=; b=i0i
	UtrAl1j5P2zWKsXPfcRWiovV7kU59MmgH6ztB+pKU7vO1vM5s5U2ukOzWHCDVKaB
	aqAPERS/Rj2SuX7wqQhJZ9dcbieTqIpAkb8+GCuZSjH4zPuvODeQqa1UhLWnEpCJ
	kPvLeNDVAHNwgjQrw0+ePgBURj0MgVNYVUVzK+eI=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=packaging, installed
X-HELO: NAM04-SN1-obe.outbound.protection.outlook.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cornell.edu; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=lqCz7IzD+FIJ/E3z4lx5/Y590TWcvc2SuiAbhnAKaHU=; b=LI4Tf6u2wLmwxpReVKQtPqpys/UGCFEUfLsl0tsvR+pyqCy+2jV2TuExM9C78gZmDp6BN+mQUmbEM7idRJPEhXwGJrztKVCG8eh615Ly5R3dlJeWZ3Jhoa3AwlRviz4KuW/JMpIBV29KIYdx0P1oG9IgLr57zfQK+SFASRqWvMs=
From: Ken Brown <kbrown@cornell.edu>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: Bug: No json support anymore in Ruby 2.3.6
Date: Tue, 20 Nov 2018 16:26:17 +0000
Message-ID: <a6cd0bf6-e193-13ea-8584-264f20759ed9@cornell.edu>
References: <1542703281.966819.1582906744.4CEC6D48@webmail.messagingengine.com> <f20f4cee-18cc-2e55-465a-31f547cfcbae@cornell.edu> <e2df230a-cd42-36d1-c057-8ec8008be337@SystematicSw.ab.ca> <1542728354.1862120.1583295232.4B1A5F52@webmail.messagingengine.com>
In-Reply-To: <1542728354.1862120.1583295232.4B1A5F52@webmail.messagingengine.com>
user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1
authentication-results: spf=none (sender IP is ) smtp.mailfrom=kbrown@cornell.edu;
received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts)
Content-Type: text/plain; charset="utf-8"
Content-ID: <9BDA2DED44C5D34EB17EAD5DA0D322F8@namprd04.prod.outlook.com>
MIME-Version: 1.0
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id wAKGQWg6009385

On 11/20/2018 10:39 AM, Ronald Fischer wrote:
> Hi Ken,
> 
> actually, the page regarding the gem list for the Ruby version in question (the one we have at Cygwin) is
> 
>      https://stdgems.org/2.3.6/
> 
> but this page too lists json as "default gem".
> 
> The page https://stdgems.org/ then defines this term as:
> 
> "Default gems: These gems are part of Ruby and you can always require them directly"
> 
> So from this I would conclude that json (and the other default gems) should be part of the Ruby installation, since "they are part of Ruby". If you disagree with my interpretation, please explain where I undersood the text in a wrong way.
> 
> BTW, I think that my viewpoint is also supported by
> 
> https://ruby-doc.org/stdlib-2.3.6/
> 
> which says that the packages listed on this page are found in the /lib directory of Ruby.
> 
> But even if I go along with your interpretation of the text, in that the default gems are delivered as a separated package, they should be available at least on the Cygwin server, and be installable from there, but I did a search for "ruby-default" and could not get a match.

I was just trying to tell you how to solve the problem.  I wasn't offering an 
opinion about ruby packaging or which gems should be installed by default.

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


