0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Mar 22, 2025 — Mar 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Regenerated gemspec for version 1.0.0 More... almost 17 years ago
[no comment] More... almost 17 years ago
final cleanup and ready to release! :-) More... almost 17 years ago
final cleanup and ready to release! :-) More... almost 17 years ago
refactored save! and save methods removed unneccesary spec "handle 'item already exists' response code" removed too abstract spec "should raise an exception when something goes wrong" More... almost 17 years ago
added 1 new spec "should find a Bookmark by its url" renamed find methods in Bookmark class More... almost 17 years ago
Ruby 1.9 compat: certificate verification is stricter in Ruby 1.9. It is disabled so that it doesn't raise an error More... almost 17 years ago
Ruby 1.9 compat: Change the require line to use a full path instead of a relative path More... almost 17 years ago
removed warning: parenthesize argument(s) for future version More... almost 17 years ago
completed Bookmark rdoc More... almost 17 years ago
implemented bookmark class added rdoc for base, bundle, tag and bookmark custom macro freeze_time to stub Time.now added 1 new spec to handle 'item already exists' response code when adding a new bookmark More... almost 17 years ago
removed useless setter methods More... almost 17 years ago
rewritten tag and bundle specs to improve readability added 4 new specs to handle 'false' response on wrapper calls added 1 new spec to handle 'item not found' response code when deleting a bookmark More... almost 17 years ago
using Time.iso8601 to parse a date in the format of ISO 8601 FIX: Bundle.new call (Damn it!, I should've run the specs) More... almost 17 years ago
implemented bundle class specs More... almost 17 years ago
implemented tag class specs More... almost 17 years ago
implemented base class specs More... almost 17 years ago
moved rspec custom matchers into custom_matchers.rb added quite a few new expectations DRYed delicious_api_spec/wrapper_spec.rb More... almost 17 years ago
chosen a name more descriptive for the wrapper! :-) More... almost 17 years ago
renamed private method retrieve_data => process_request More... almost 17 years ago
removed wrong specs - should create new bookmark from xml doc - should create new tag from xml doc More... almost 17 years ago
split complex spec - should be able to fetch tag bundles + should be able to fetch all the user tag bundles + should be able to fetch specific tag bundle More... almost 17 years ago
renamed several methods to keep the API methods with the same naming criteria. More... almost 17 years ago
implemented specs * should be able to fetch popular, recommended and network tags for a specific url More... almost 17 years ago
implemented specs * should be able to fetch all tags * should be able to rename a tag on all posts * should be able to delete a tag from all posts More... almost 17 years ago
fixed waiting time between queries More... almost 17 years ago
added time gap between requests handling response status codes added new spec * should wait AT LEAST ONE SECOND between queries removed dumb specs * should send a GET request successfully * should return XML from the body renamed specs * should raise an error when invalid credentials => should handle 401 errors * should raise an error when invalid request => should handle 503 errors implemented specs * should use SSL * should set user and password * should handle 401 errors * should handle 503 errors rspec refactoring * removed instance method * added request_should_be_sent_to method * added stub_body_response_with method More... about 17 years ago
refactoring constructor to accept options parameter instead of the preceding third parameter with the user agent value added logic to set the default user agent value renamed 'get_bookmark_by_date' into 'get_bookmarks_by_date' added some comments on CONSTANTS More... about 17 years ago
should be able to fetch all bookmarks by date or index range More... about 17 years ago
renamed string 'post' to 'bookmark' More... about 17 years ago