antek-drzewiecki / wine_bouncer

A Ruby gem that allows Oauth2 protection with Doorkeeper for Grape Api's
MIT License
112 stars 58 forks source link

Support grape 0.13.0 #49

Closed gottfrois closed 9 years ago

gottfrois commented 9 years ago

Any reasons why grape is lock to < 0.13.0?

antek-drzewiecki commented 9 years ago

The only reason is to ensure everyone has proper experience with WineBouncer and Grape. I aim at a gem that is tested before new versions are supported. Touch 0.13 should be a minor change, I have seen small breaking changes before.

Feel free to make a pull request that adds test or support for Grape 0.13. I can start working on it tomorrow :)

antek-drzewiecki commented 9 years ago

grape_v13 is the branch. Waiting for the travis build to complete.

gottfrois commented 9 years ago

Great! Can't wait for this to be released as a new version :)

antek-drzewiecki commented 9 years ago

Gem has been released yesterdays. Was struggling with illness abroad, therefor the release was delayed.

I will also try to see what effect it has on the gem to bump to the next major versions of the dependencies (grape and doorkeeper).

Fixed in #50