Skip to content

Instantly share code, notes, and snippets.

@avdgaag
Created June 15, 2009 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avdgaag/129988 to your computer and use it in GitHub Desktop.
Save avdgaag/129988 to your computer and use it in GitHub Desktop.
# Let Ruby ping pingomatic.com
require 'xmlrpc/client'
XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', SITE_NAME, SITE_URL, FEED_URL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment