Skip to content

Instantly share code, notes, and snippets.

@gkop
Created October 3, 2012 02:34
Show Gist options
  • Save gkop/3824607 to your computer and use it in GitHub Desktop.
Save gkop/3824607 to your computer and use it in GitHub Desktop.
Gemfile for etherbot
source "https://rubygems.org"
# these are the Ruby bindings for the etherpad-lite API
gem "etherpad-lite"
# leverages unix diff to discover changes to pad content
gem "diff-lcs"
# boilerplate debugging tool
gem "pry"
gem "pry-nav"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment