lib/datapimp/sync.rb in datapimp-1.2.8 vs lib/datapimp/sync.rb in datapimp-1.2.9

- old
+ new

@@ -13,10 +13,9 @@ result = case type when "github" Datapimp::Sources::GithubRepository.new(args, options) when "google", "google-spreadsheet" - require 'google_drive' Datapimp::Sources::GoogleSpreadsheet.new(nil, key: source) when "pivotal" then Datapimp::Sources::Pivotal.new(args, options) when "keen" then Datapimp::Sources::Keen.new(args, options)