<?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: Textmate gem</title>
	<atom:link href="http://yehudakatz.com/2008/05/19/textmate-gem/feed/" rel="self" type="application/rss+xml" />
	<link>http://yehudakatz.com/2008/05/19/textmate-gem/</link>
	<description>Random Geek-Related Thoughts</description>
	<lastBuildDate>Mon, 06 Sep 2010 16:02:07 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AB</title>
		<link>http://yehudakatz.com/2008/05/19/textmate-gem/comment-page-1/#comment-19470</link>
		<dc:creator>AB</dc:creator>
		<pubDate>Mon, 02 Aug 2010 15:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=39#comment-19470</guid>
		<description>What about versioning and update command?</description>
		<content:encoded><![CDATA[<p>What about versioning and update command?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jody</title>
		<link>http://yehudakatz.com/2008/05/19/textmate-gem/comment-page-1/#comment-17976</link>
		<dc:creator>Jody</dc:creator>
		<pubDate>Wed, 13 Jan 2010 04:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=39#comment-17976</guid>
		<description>Where is thor/textmate referencing the uri to the svn repository? Alan changed the repository location to &quot;http://svn.textmate.org/trunk/&quot; so the command &#039;textmate remote&#039; generates an error due the use of the old uri.</description>
		<content:encoded><![CDATA[<p>Where is thor/textmate referencing the uri to the svn repository? Alan changed the repository location to &#8220;http://svn.textmate.org/trunk/&#8221; so the command &#8216;textmate remote&#8217; generates an error due the use of the old uri.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Conroy-Finn</title>
		<link>http://yehudakatz.com/2008/05/19/textmate-gem/comment-page-1/#comment-16562</link>
		<dc:creator>James Conroy-Finn</dc:creator>
		<pubDate>Thu, 11 Jun 2009 20:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=39#comment-16562</guid>
		<description>If you&#039;re getting a load error it might be a permission issue.

If you installed the gem as root and then try to run the binary as an unprivileged user ruby will report the file doesn&#039;t exist.

You can chown the file to give you full access or better make it world executable.

HTH,
James</description>
		<content:encoded><![CDATA[<p>If you&#8217;re getting a load error it might be a permission issue.</p>
<p>If you installed the gem as root and then try to run the binary as an unprivileged user ruby will report the file doesn&#8217;t exist.</p>
<p>You can chown the file to give you full access or better make it world executable.</p>
<p>HTH,<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Häcker</title>
		<link>http://yehudakatz.com/2008/05/19/textmate-gem/comment-page-1/#comment-16446</link>
		<dc:creator>Martin Häcker</dc:creator>
		<pubDate>Tue, 19 May 2009 21:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=39#comment-16446</guid>
		<description>Same problem as Werner here. :-(</description>
		<content:encoded><![CDATA[<p>Same problem as Werner here. :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Werner Punz</title>
		<link>http://yehudakatz.com/2008/05/19/textmate-gem/comment-page-1/#comment-15929</link>
		<dc:creator>Werner Punz</dc:creator>
		<pubDate>Sat, 28 Feb 2009 22:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=39#comment-15929</guid>
		<description>problem:
textmate remote

GitHub Remote Bundles
---------------------
/Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:29:in `remote&#039;: undefined method `[]&#039; for nil:NilClass (NoMethodError)
	from /Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:25:in `map&#039;
	from /Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:25:in `remote&#039;
	from /Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:16:in `each&#039;
	from /Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:16:in `remote&#039;
	from /Library/Ruby/Gems/1.8/gems/thor-0.9.9/lib/thor/task.rb:27:in `send&#039;
	from /Library/Ruby/Gems/1.8/gems/thor-0.9.9/lib/thor/task.rb:27:in `run&#039;
	from /Library/Ruby/Gems/1.8/gems/thor-0.9.9/lib/thor/task.rb:20:in `parse&#039;
	from /Library/Ruby/Gems/1.8/gems/thor-0.9.9/lib/thor.rb:78:in `start&#039;
	from /Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:218
	from /usr/bin/textmate:19:in `load&#039;
	from /usr/bin/textmate:19

any ideas?</description>
		<content:encoded><![CDATA[<p>problem:<br />
textmate remote</p>
<p>GitHub Remote Bundles<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
/Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:29:in `remote&#8217;: undefined method `[]&#8216; for nil:NilClass (NoMethodError)<br />
	from /Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:25:in `map&#8217;<br />
	from /Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:25:in `remote&#8217;<br />
	from /Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:16:in `each&#8217;<br />
	from /Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:16:in `remote&#8217;<br />
	from /Library/Ruby/Gems/1.8/gems/thor-0.9.9/lib/thor/task.rb:27:in `send&#8217;<br />
	from /Library/Ruby/Gems/1.8/gems/thor-0.9.9/lib/thor/task.rb:27:in `run&#8217;<br />
	from /Library/Ruby/Gems/1.8/gems/thor-0.9.9/lib/thor/task.rb:20:in `parse&#8217;<br />
	from /Library/Ruby/Gems/1.8/gems/thor-0.9.9/lib/thor.rb:78:in `start&#8217;<br />
	from /Library/Ruby/Gems/1.8/gems/wycats-textmate-0.9.2/bin/textmate:218<br />
	from /usr/bin/textmate:19:in `load&#8217;<br />
	from /usr/bin/textmate:19</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iBook</title>
		<link>http://yehudakatz.com/2008/05/19/textmate-gem/comment-page-1/#comment-12790</link>
		<dc:creator>iBook</dc:creator>
		<pubDate>Sat, 11 Oct 2008 04:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=39#comment-12790</guid>
		<description>To Follow up on what Jason Said, on mac the gems are stored in /Library/Ruby/Gems/1.8/gems/

Thanks,
Clayton Yocom</description>
		<content:encoded><![CDATA[<p>To Follow up on what Jason Said, on mac the gems are stored in /Library/Ruby/Gems/1.8/gems/</p>
<p>Thanks,<br />
Clayton Yocom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Rogers</title>
		<link>http://yehudakatz.com/2008/05/19/textmate-gem/comment-page-1/#comment-12625</link>
		<dc:creator>Jason Rogers</dc:creator>
		<pubDate>Sat, 06 Sep 2008 16:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=39#comment-12625</guid>
		<description>Andrew -- chinclow was correct about the permissions of the textmate file in the gem directory.  To fix your problem cd to your textmate gem directory and run &quot;sudo chmod 755 bin/textmate&quot;.  On my system all gems are under &quot;/usr/local/lib/ruby/gems/1.8/gems&quot;.  Your system may vary.</description>
		<content:encoded><![CDATA[<p>Andrew &#8212; chinclow was correct about the permissions of the textmate file in the gem directory.  To fix your problem cd to your textmate gem directory and run &#8220;sudo chmod 755 bin/textmate&#8221;.  On my system all gems are under &#8220;/usr/local/lib/ruby/gems/1.8/gems&#8221;.  Your system may vary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Vit</title>
		<link>http://yehudakatz.com/2008/05/19/textmate-gem/comment-page-1/#comment-12586</link>
		<dc:creator>Andrew Vit</dc:creator>
		<pubDate>Tue, 26 Aug 2008 07:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=39#comment-12586</guid>
		<description>No worky... what am I doing wrong??

/usr/bin/textmate:19:in `load&#039;: no such file to load -- textmate (LoadError)
	from /usr/bin/textmate:19</description>
		<content:encoded><![CDATA[<p>No worky&#8230; what am I doing wrong??</p>
<p>/usr/bin/textmate:19:in `load&#8217;: no such file to load &#8212; textmate (LoadError)<br />
	from /usr/bin/textmate:19</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chinclow</title>
		<link>http://yehudakatz.com/2008/05/19/textmate-gem/comment-page-1/#comment-12526</link>
		<dc:creator>chinclow</dc:creator>
		<pubDate>Tue, 12 Aug 2008 13:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=39#comment-12526</guid>
		<description>Thanks!
Hit a bug though: the textmate file in the gem directory had permission 733 (rwx-wx-wx) instead of 755 (rwxr-xr-x) which causes /usr/bin/textmate to not load it.</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
Hit a bug though: the textmate file in the gem directory had permission 733 (rwx-wx-wx) instead of 755 (rwxr-xr-x) which causes /usr/bin/textmate to not load it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TextMate Blog &#187; Bundles and GitHub</title>
		<link>http://yehudakatz.com/2008/05/19/textmate-gem/comment-page-1/#comment-12525</link>
		<dc:creator>TextMate Blog &#187; Bundles and GitHub</dc:creator>
		<pubDate>Tue, 12 Aug 2008 10:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=39#comment-12525</guid>
		<description>[...] make it possible to find TextMate bundles by automatic tools such as TextMate Gem and the new GetBundles bundle (currently in review) the naming convention proposed is to include [...]</description>
		<content:encoded><![CDATA[<p>[...] make it possible to find TextMate bundles by automatic tools such as TextMate Gem and the new GetBundles bundle (currently in review) the naming convention proposed is to include [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
