public
Description: Ruby client for del.icio.us API.
Homepage: http://code.simonecarletti.com/www-delicious
Clone URL: git://github.com/weppos/www-delicious.git
www-delicious / Manifest
100644 47 lines (46 sloc) 1.45 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
CHANGELOG.rdoc
lib/www/delicious/bundle.rb
lib/www/delicious/element.rb
lib/www/delicious/errors.rb
lib/www/delicious/post.rb
lib/www/delicious/tag.rb
lib/www/delicious/version.rb
lib/www/delicious.rb
LICENSE.rdoc
Rakefile
README.rdoc
setup.rb
test/bundle_test.rb
test/delicious_test.rb
test/fixtures/net_response_invalid_account.yml
test/fixtures/net_response_success.yml
test/online_test.rb
test/post_test.rb
test/tag_test.rb
test/test_all.rb
test/test_helper.rb
test/testcases/element/bundle.xml
test/testcases/element/invalid_root.xml
test/testcases/element/post.xml
test/testcases/element/post_unshared.xml
test/testcases/element/tag.xml
test/testcases/response/bundles_all.xml
test/testcases/response/bundles_all_empty.xml
test/testcases/response/bundles_delete.xml
test/testcases/response/bundles_set.xml
test/testcases/response/bundles_set_error.xml
test/testcases/response/posts_add.xml
test/testcases/response/posts_all.xml
test/testcases/response/posts_dates.xml
test/testcases/response/posts_dates_with_tag.xml
test/testcases/response/posts_delete.xml
test/testcases/response/posts_get.xml
test/testcases/response/posts_get_with_tag.xml
test/testcases/response/posts_recent.xml
test/testcases/response/posts_recent_with_tag.xml
test/testcases/response/tags_get.xml
test/testcases/response/tags_get_empty.xml
test/testcases/response/tags_rename.xml
test/testcases/response/update.delicious1.xml
test/testcases/response/update.xml
Manifest