gisty for gist and gisty for Ruby1.9.1
Sunday, June 14th, 2009Introduction
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 ‘clone’ all your code snippets.
gisty syncFor more information, type
gisty help
And the problem is…
Problem
gisty does not work with Ruby1.9.1.
Solution
I made a forked version of gisty on github repos. Soon, you will be able to download this version
sudo gem install tomoya55-gisty
Notice: you cannot install tomoya55-gisty at this moment. I am now investigating what is going on on my gems. Thank you.