We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: