Skip to content

Instantly share code, notes, and snippets.

View bergerd1's full-sized avatar

David Berger bergerd1

View GitHub Profile
@tstachl
tstachl / Gemfile
Created January 15, 2014 16:43
Export knowledge base articles from desk.com and zip them up for a salesforce.com import.
source 'https://rubygems.org'
ruby '2.0.0'
gem 'desk_api', '0.5.0'
gem 'rubyzip', '1.1.0'
gem 'open_uri_redirections', '0.1.4'