August 8, 2008 – 10:55 pm
A small Rakefile task to automagically generate your spec files from a specially formatted design document of specifications.
Putting forth an idea inspired by git-powered code snippets.
Taskomaly, released as a gem. Goody.
I’ve forked Adam Wiggins’ wonderful project rest-client and added a horrible hack for SSL support. To wit, adding a header :ssl with any non-nil value in a request will add SSL authentication. Fo’ example:
a = RestClient::Resource.new ‘https://api.del.icio.us/v1/posts/update’, ‘username’, ‘password’
a.get :user_agent => ‘random_service/1.0.0′, :ssl => true
# => "<?xml version=’1.0′ standalone=’yes’?>\n<update time=\"2008-03-24T13:11:50Z\"/>\n"
The catch? It breaks a few [...]
Uproar has made its home at GitHub. The project is ripe for the taking, and there’s a vague Roadmap in the wiki, for the things I want to do with it. I’ll be hopefully making some updates to it this week. Enjoy!