Skip to content

Commit

Permalink
Bump version and update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
camirmas committed Sep 27, 2016
1 parent 7eb0364 commit b8c23bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/grapple/hook.ex
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ defmodule Grapple.Hook do
|> Enum.filter(&(&1.topic == topic))
|> Enum.map(fn webhook -> notify(webhook, body) end)

# TODO: Create a logging service for response info

{:reply, resp_log, {webhooks, stash_pid}}
end

Expand Down Expand Up @@ -198,6 +196,7 @@ defmodule Grapple.Hook do
Allows users to define hookable functions that automatically publish
to subscribers whenever they are invoked
"""
# TODO: Need logging service, no way to check results of hook sending.
defmacro defhook(name, do: block) do
id = Macro.to_string name

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Grapple.Mixfile do

def project do
[app: :grapple,
version: "0.1.1",
version: "0.2.0",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit b8c23bf

Please sign in to comment.