<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Longish Post about Package Names and Versioning</title>
	<atom:link href="http://lylejohnson.name/blog/2006/05/31/a-longish-post-about-package-names-and-versioning/feed/" rel="self" type="application/rss+xml" />
	<link>http://lylejohnson.name/blog/2006/05/31/a-longish-post-about-package-names-and-versioning/</link>
	<description>Covering Software Development with Ruby and FXRuby</description>
	<lastBuildDate>Wed, 27 Apr 2011 21:18:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Jim Weirich</title>
		<link>http://lylejohnson.name/blog/2006/05/31/a-longish-post-about-package-names-and-versioning/comment-page-1/#comment-317</link>
		<dc:creator>Jim Weirich</dc:creator>
		<pubDate>Thu, 01 Jun 2006 17:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=148#comment-317</guid>
		<description>Tobias, regarding your Gem issues:

(1) This is the default behavior of RubyGems.

(2) If a required library is installed as a non-gem, then RubyGems isn&#039;t able to detect the installation, but you can instruct it to go ahead and install without installing dependencies.  As long as the library is really there, it will work fine.

(3) The environment variable is not required, but the other workarounds are not much better.  I&#039;m open to suggestions here.</description>
		<content:encoded><![CDATA[<p>Tobias, regarding your Gem issues:</p>
<p>(1) This is the default behavior of RubyGems.</p>
<p>(2) If a required library is installed as a non-gem, then RubyGems isn&#8217;t able to detect the installation, but you can instruct it to go ahead and install without installing dependencies.  As long as the library is really there, it will work fine.</p>
<p>(3) The environment variable is not required, but the other workarounds are not much better.  I&#8217;m open to suggestions here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Weirich</title>
		<link>http://lylejohnson.name/blog/2006/05/31/a-longish-post-about-package-names-and-versioning/comment-page-1/#comment-316</link>
		<dc:creator>Jim Weirich</dc:creator>
		<pubDate>Thu, 01 Jun 2006 17:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=148#comment-316</guid>
		<description>[...] doesn’t seem to be quite resolved yet.

The &quot;gem&quot; instruction is available in the CVS head right now and is available as a preview from http://onestepback.org/betagems.</description>
		<content:encoded><![CDATA[<p>[...] doesn’t seem to be quite resolved yet.</p>
<p>The &#8220;gem&#8221; instruction is available in the CVS head right now and is available as a preview from <a href="http://onestepback.org/betagems" rel="nofollow">http://onestepback.org/betagems</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://lylejohnson.name/blog/2006/05/31/a-longish-post-about-package-names-and-versioning/comment-page-1/#comment-313</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Thu, 01 Jun 2006 07:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://lylejohnson.name/blog/?p=148#comment-313</guid>
		<description>On my linux computers, I already have a package manager (dpkg or rpm), and I don&#039;t want a second package manager (rubygem) to interfere with them. And I use GNU stow for installing software not provided by the distributor

As a result, I have not managed to install rails except on a debian testing system, for which debian provides a rails package and supporting packages. If fxruby takes the same route and makes installation without rubygems difficult to impossible, then I&#039;d rather fall back to ruby-gtk despite the difficulties of using that on windows.

I would use gems on linux only if
(1) it could be restricted to only modify files below some dedicatet directory (like /usr/local/lib/ruby/gems, or /home/tobias/lib/ruby/gems). I believe, but do not know for sure, that this is already possible?
(2) gems would not insist on installing and using its own version of ruby libraries that are required by another gem package. If the required library is already installed on the system in a sufficient version, it should use that.
(3) gems would not require me to set the environment variable RUBYOPT. This especially is a pain on windows systems, where gems would come in handy to manage ruby packages, but it interferes badly with the ruby interpreter installed by cygwin, which of course has its own package manager, and no &quot;ubygems&quot; library.</description>
		<content:encoded><![CDATA[<p>On my linux computers, I already have a package manager (dpkg or rpm), and I don&#8217;t want a second package manager (rubygem) to interfere with them. And I use GNU stow for installing software not provided by the distributor</p>
<p>As a result, I have not managed to install rails except on a debian testing system, for which debian provides a rails package and supporting packages. If fxruby takes the same route and makes installation without rubygems difficult to impossible, then I&#8217;d rather fall back to ruby-gtk despite the difficulties of using that on windows.</p>
<p>I would use gems on linux only if<br />
(1) it could be restricted to only modify files below some dedicatet directory (like /usr/local/lib/ruby/gems, or /home/tobias/lib/ruby/gems). I believe, but do not know for sure, that this is already possible?<br />
(2) gems would not insist on installing and using its own version of ruby libraries that are required by another gem package. If the required library is already installed on the system in a sufficient version, it should use that.<br />
(3) gems would not require me to set the environment variable RUBYOPT. This especially is a pain on windows systems, where gems would come in handy to manage ruby packages, but it interferes badly with the ruby interpreter installed by cygwin, which of course has its own package manager, and no &#8220;ubygems&#8221; library.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

