"cancancan-neo4j", cancan adapter for neo4j graph database released.

Hi Rubyists,

First version of cancancan-neo4j <https://rubygems.org/gems/cancancan-neo4j>
for neo4j graph database is released. It will help with authorisation using
cancan.

Rules can be defined as

can :read, Article, author: { name: 'Chunky' }

Thanks,
A Rubyist