mgomes / api_auth

HMAC authentication for Rails and HTTP Clients
MIT License
480 stars 147 forks source link

Drop support of Ruby 1.X and Rails 2.X, Rails 3.X #140

Closed fwininger closed 7 years ago

fwininger commented 7 years ago

Hello,

I would like to know if it's possible to drop the support of ruby 1.X and rails [2,3].X ? I would be happy to do a deep refactoring of the gem using the ruby 2.X syntax.

Does it make sense for you?

kjg commented 7 years ago

I'm not opposed to it. I'm curious though, what is your motivation for this?

fwininger commented 7 years ago

I would like to clean the code like "respond_to?('class_attribute')", use last rubocop linter and add feature like #120.

fwininger commented 7 years ago

This can be close ?

kjg commented 7 years ago

closed by #141