Open jacknoble opened 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.
neo4j
Would you be amenable to a pull request which updated the namespace to neography or something else?
neography
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?