Vagabond / erlang-syslog

Erlang port driver for interacting with syslog via syslog(3)
Other
87 stars 56 forks source link

hex.pm package #17

Closed okeuday closed 9 years ago

okeuday commented 9 years ago

Could you please create a hex.pm package with a new tag "1.0.3" after updating the application version, with the file at https://gist.github.com/okeuday/da6e7f651db939f3f91d with the commands:

MIX_EXS=package.exs mix deps.get
MIX_EXS=package.exs mix compile
MIX_EXS=package.exs mix hex.publish

After installing Erlang 17.3 for Elixir 1.0 and the mix hex plugin from https://github.com/hexpm/hex

okeuday commented 9 years ago

Pushing forward with https://github.com/hexpm/community/pull/24 instead. Can be taken-over if necessary.