checkiz / elixir-mongo

MongoDB driver for Elixir
MIT License
101 stars 31 forks source link

Renaming app to meet `mix compile' expectations #4

Closed schleg closed 10 years ago

schleg commented 10 years ago

On Elixir 0.14.2 mix is looking for 'elixir-mongo.app' but the current app file is 'mongo.app'. This seems to fix that issue.

jerp commented 10 years ago

could you check what you put in the mix file of your project? you should have: {:mongo, github: "checkiz/elixir-mongo"}