maxdemarzi / neography

A thin Ruby wrapper to the Neo4j Rest API
MIT License
602 stars 135 forks source link

Rake task namespace #211

Open jacknoble opened 8 years ago

jacknoble commented 8 years ago

The gem's rake tasks https://github.com/maxdemarzi/neography/blob/5340203d7a75ef86f46afc7580d7a9677d2ddb79/lib/neography/tasks.rb are all name spaced under neo4j. This unfortunately conflicts with https://github.com/neo4jrb/neo4j-rake_tasks. It also may conflict with custom tasks written by users of the gem andneo4j seems like a common enough namespace that library code should avoid it.

Would you be amenable to a pull request which updated the namespace to neography or something else?