www-delicious 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,19 +0,0 @@
1
- #
2
- # = WWW::Delicious
3
- #
4
- # Ruby client for del.icio.us API.
5
- #
6
- #
7
- # Category:: WWW
8
- # Package:: WWW::Delicious
9
- # Author:: Simone Carletti <weppos@weppos.net>
10
- # License:: MIT License
11
- #
12
- #--
13
- # SVN: $Id$
14
- #++
15
-
16
-
17
- require 'test_helper'
18
-
19
- Dir.glob(File.dirname(__FILE__) + '/**/*_test.rb').sort.each { |unit| require unit }