Skip to content

Instantly share code, notes, and snippets.

@vangberg
Created March 31, 2009 21:59
Show Gist options
  • Save vangberg/88437 to your computer and use it in GitHub Desktop.
Save vangberg/88437 to your computer and use it in GitHub Desktop.
require 'rest_client'
class Unfuddle < Sinatra::Base
post '/unfuddle/:project' do
RestClient.post "/#{params[:project]}/builds"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment