Skip to content

Instantly share code, notes, and snippets.

@stephenmcd
stephenmcd / pullr.rb
Created May 4, 2011 03:12 — forked from benmacleod/pullr.rb
Directory aware version of Pullr
#!/usr/bin/ruby
require 'rubygems'
require 'json'
require 'yaml'
require 'rest-client'
require 'active_support'
class Pullr
ORGANIZATION = 'ImpactData'
REPO = 'Squawkbox'