Diego81 / omnicontacts

A generalized Rack middleware for importing contacts from major email providers.
477 stars 230 forks source link

Rails 5 support #165

Closed danielsettanni closed 8 years ago

danielsettanni commented 8 years ago

Rails 5 now uses rack 2.x which was causing builder.rb’s initialize & call methods to behave as if it were a legacy rack version.

Added a check for rack 2.x and where appropriate.

ryanckulp commented 7 years ago

@danielsettanni exactly what i needed, thanks!