eproxus / meck

A mocking library for Erlang
http://eproxus.github.io/meck
Apache License 2.0
813 stars 231 forks source link

Please push latest version to Hex #146

Closed ericentin closed 9 years ago

ericentin commented 9 years ago

Hi, I use your library and it seems the version on Hex is quite outdated and incompatible with OTP 18 and Elixir 1.0.5, perhaps now would be a good time to push an update?

Thanks!

tsloughter commented 9 years ago

Since meck uses rebar you might be also interested in publishing to hex with rebar3 :) http://www.rebar3.org/v3.0/docs/publishing-packages

eproxus commented 9 years ago

Thanks for reporting!

mix has stopped working with a package.exs file, so I can't publish right now. Will take a look at switching to rebar3 if I can't figure it out.

ericmj commented 9 years ago

@eproxus What stopped working?

eproxus commented 9 years ago

@ericmj Sorry, just needed to refresh my memory a bit. :-)

I used MIX_EXS=package.exs mix hex.publish and forgot to set MIX_EXS. It works now.

ericentin commented 9 years ago

Thanks @eproxus!