Rubilicious 0.2.0 review

Download
by rbytes.net on

Rubilicious project is a set of Del.icio.us bindings for Ruby. You'll need to create an account at Delicious in order to use Rubil

License: BSD License
File size: 43K
Developer: Paul Duncan
0 stars award from rbytes.net

Rubilicious project is a set of Del.icio.us bindings for Ruby.

You'll need to create an account at Delicious in order to use Rubilicious. An RDoc-generated API reference is in doc/, and some simple examples are in examples/.

Requirements:
Ruby 1.8.0 or newer

Installation:

The easiest way to install is via RubyGems (http://rubygems.org/). If you've got RubyGems, installing Rubilicious is simple. Here's how:

# install rubilicious using RubyGems
sudo gem install rubilicious

or, without sudo:

# install rubilicious using RubyGems, without sudo
su -c 'gem install rubilicious'

If you don't use RubyGems, you can still install Rubilicious directly with the tarball like this:

# install rubilicious directly, without RubyGems
sudo cp -v rubilicious.rb $(ruby -e 'puts $LOAD_PATH.first')

No sudo? No problem. Here's the same command without sudo:

# install rubilicious directly, without RubyGems or sudo
su -c "cp -v rubilicious.rb $(ruby -e 'puts $LOAD_PATH.first')"

Rubilicious 0.2.0 keywords