nathanl / authority

*CURRENTLY UNMAINTAINED*. Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain Ruby methods on them.
MIT License
1.21k stars 67 forks source link

Fix Bundler on Travis CI #112

Closed dteoh closed 8 years ago

dteoh commented 8 years ago

Let's see how this goes...

nathanl commented 8 years ago

👍 👍 !! :smile: Thanks so much! It's soooo nice to have help with chores like that. Thanks for figuring out the problem!

nathanl commented 8 years ago

Noted in the changelog for next version - https://github.com/nathanl/authority/commit/e2d2b7c9e3c6ca60b6cfe3e0fed5dc9487e88a66

Not doing a release right now since there are no actual code changes, but I really appreciate your work.

christhekeele commented 8 years ago

This is now released 🎉

nathanl commented 8 years ago

👍