This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 64e92c02cb5e91d0ddee455d0996026970d5dabc
tree 5c54246200de2fd916cc900efd2704d383c4984a
parent 2c91bc8a977501e946ec23996a0d667e0100028a
tree 5c54246200de2fd916cc900efd2704d383c4984a
parent 2c91bc8a977501e946ec23996a0d667e0100028a
| name | age | message | |
|---|---|---|---|
| |
History.txt | Fri Apr 04 16:36:14 -0700 2008 | [technicalpickles] |
| |
Manifest.txt | Fri Apr 04 16:36:14 -0700 2008 | [technicalpickles] |
| |
README.txt | Fri Apr 04 18:13:47 -0700 2008 | [technicalpickles] |
| |
Rakefile | Fri Apr 04 16:36:14 -0700 2008 | [technicalpickles] |
| |
bin/ | Fri Apr 04 16:36:14 -0700 2008 | [technicalpickles] |
| |
lib/ | Tue Apr 08 16:49:51 -0700 2008 | [technicalpickles] |
| |
test/ | Wed Apr 09 19:34:53 -0700 2008 | [technicalpickles] |
README.txt
deliciousr
by Josh Nichols
http://technicalpickles.com
== Description:
An attempt at a reasonable rubyeque wrapper around the del.icio.us API
== Usage
@user = Deliciousr::User.new('you', 'topsekrit')
@user.tags.each do |tag|
puts "#{tag.name} has been added to #{tag.count} post(s)"
unless tag.name.downcase == tag.name
tag.rename_all_to! tag.name.downcase
end
end
== Install:
* gem install deliciousr
== License:
(The MIT License)
Copyright (c) 2007 Josh Nichols
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




