Diego81 / omnicontacts

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

Rack version is detected wrong #171

Closed dranik closed 6 years ago

dranik commented 7 years ago

I'm using rack 2.0.3. My app fails to start because of this method failing to detect Rack version:

#from lib/omnicontacts/builder.rb def rack14? Rack.release.split('.')[1].to_i >= 4 end

dranik commented 7 years ago

sorry that was not on current master.

jr180180 commented 7 years ago

Awesome! Glad you got that working @dranik . Should this be closed?

dranik commented 7 years ago

Yes, this resolved