mwunsch / tumblr

Command line interface and Ruby client for the Tumblr API (v2)
MIT License
282 stars 43 forks source link

Add Launchy to support multiple OS browser configs (#26) #27

Closed kristianfreeman closed 11 years ago

kristianfreeman commented 11 years ago

As per discussion in #26, I've added Launchy support and replaced the open command with Launchy's public API method.

I had to update the Gemfile so that versions of addressable would be agreeable between Launchy and Webmock. Let me know what you think!

mwunsch commented 11 years ago

Cheers! :+1: