Skip to content

Instantly share code, notes, and snippets.

@titanous
Created January 24, 2011 19:47
Show Gist options
  • Save titanous/793818 to your computer and use it in GitHub Desktop.
Save titanous/793818 to your computer and use it in GitHub Desktop.
require 'heroku'
heroku = Heroku::Client.new('[email protected]', 'supersecret')
heroku.add_config_vars 'vanbergen.org', 'LAST_BUMP' => Time.now.strftime('%F')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment