pinterest / riffed

Provides idiomatic Elixir bindings for Apache Thrift
Apache License 2.0
308 stars 37 forks source link

Get mock from Hex instead of Github #24

Closed pguillory closed 8 years ago

pguillory commented 8 years ago

Previously we were getting the 'mock' package directly from Github at jjh42/mock. It has a bug that causes a warning to be displayed when retrieving it that way. It expects a @version to be available in its mix.exs. That variable is populated if you retrieve it through Hex. So that's what we do now.

scohen commented 8 years ago

r+ when tests pass.