Skip to content

Instantly share code, notes, and snippets.

View clm-a's full-sized avatar

Clément Alexandre clm-a

View GitHub Profile
@clm-a
clm-a / pitoval_import.rake
Created July 18, 2012 17:23 — forked from codatory/pitoval_import.rake
Pivotal Tracker Importer for Redmine
begin
require 'ruport'
rescue LoadError => err
warn "Couldn't load ruport gem: #{err}"
end
# ugly Ruport monkey patching to avoid the call of FasterCSV
module Ruport::Data
class Table