<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NiceCabbage Blog &#187; github</title>
	<atom:link href="http://www.nicecabbage.com/tag/github/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nicecabbage.com</link>
	<description>Life, Design, Web Application</description>
	<lastBuildDate>Mon, 07 Jun 2010 02:03:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>gisty for gist and gisty for Ruby1.9.1</title>
		<link>http://www.nicecabbage.com/2009/06/gisty-for-gist-and-gisty-for-ruby1-9-1/</link>
		<comments>http://www.nicecabbage.com/2009/06/gisty-for-gist-and-gisty-for-ruby1-9-1/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 07:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TechTips]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://www.nicecabbage.com/?p=76</guid>
		<description><![CDATA[Introduction

gist is a simple web service by github for posting and sharing your cool code snippets. gisty is a command-line client for gist.

Installation of gisty

sudo gem install nokogiri
sudo gem sources -a http://gems.github.com
sudo gem install swdyh-gisty

Usage

 Posting a source code is as easy as


 gisty post hello.c world.c


 Also, you can &#8216;clone&#8217; all your code snippets.


 [...]]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<p>
<a href='http://gist.github.com'>gist</a> is a simple web service by github for posting and sharing your cool code snippets. <a href="">gisty</a> is a command-line client for gist.
</p>
<h2>Installation of gisty</h2>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> nokogiri
<span style="color: #c20cb9; font-weight: bold;">sudo</span> gem sources <span style="color: #660033;">-a</span> http:<span style="color: #000000; font-weight: bold;">//</span>gems.github.com
<span style="color: #c20cb9; font-weight: bold;">sudo</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> swdyh-gisty</pre></div></div>

<h2>Usage</h2>
<p>
 Posting a source code is as easy as
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"> gisty post hello.c world.c</pre></div></div>

<p>
 Also, you can &#8216;clone&#8217; all your code snippets.
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"> gisty <span style="color: #c20cb9; font-weight: bold;">sync</span></pre></div></div>

<p>
For more information, type
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"> gisty <span style="color: #7a0874; font-weight: bold;">help</span></pre></div></div>

<p><br/><br />
<br/><br />
And the problem is&#8230;</p>
<h2>Problem</h2>
<p>
gisty does not work with Ruby1.9.1.
</p>
<h2>Solution</h2>
<p>
I made a forked version of gisty on <a href=''http://github.com/tomoya55/gisty/tree/master">github repos</a>. Soon, you will be able to download this version
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gem <span style="color: #c20cb9; font-weight: bold;">install</span> tomoya55-gisty</pre></div></div>

<p>
Notice: you cannot install tomoya55-gisty at this moment. I am now investigating what is going on on my gems. Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nicecabbage.com/2009/06/gisty-for-gist-and-gisty-for-ruby1-9-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
