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

Bumped Rails, Rspec-rails, Grape and Doorkeeper #60

Closed texpert closed 8 years ago

texpert commented 8 years ago

Rails 5.0 Rspec-rails 3.5 Grape 0.16.2 Doorkeeper 4.0

Also implemented Travis CI matrix for exclusion of Rails 5.0 testing with Ruby < 2.2.0

antek-drzewiecki commented 8 years ago

Hey Aurel,

Thank you for the pull request. This is a nice effort you put in! I've added some review comments. If you can take a look at them.

Before I can merge this request I need to make sure the Travis tests were running. No clue why Travis hasn't tested this build. But ill look in to it.

texpert commented 8 years ago

Hm, maybe Travis remembered the tests from my local PR... Anyway, I will make a new commit addressing your comments and we'll see how it will go with Travis or no.

texpert commented 8 years ago

Here it goes, @antek-drzewiecki ! :)

antek-drzewiecki commented 8 years ago

Thank you, merged!