public
Description: Ruby library for the del.icio.us API
Clone URL: git://github.com/technicalpickles/deliciousr.git
deliciousr / lib / deliciousr.rb
100644 7 lines (6 sloc) 0.133 kb
1
2
3
4
5
6
7
%w(v1 user tag post).each do |f|
  require File.dirname(__FILE__) + "/deliciousr/#{f}"
end
 
module Deliciousr
  VERSION = '1.0.0'
end