Skip to content

Commit

Permalink
Extract Phoenix helpers into own package
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Dec 20, 2016
1 parent 6c59804 commit 4a1c1ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 199 deletions.
196 changes: 0 additions & 196 deletions lib/exceptional/phoenix/view_helper.ex

This file was deleted.

2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Exceptional.Mixfile do
name: "Exceptional",
description: "Error & exception handling helpers for Elixir",

version: "1.5.2",
version: "2.0.0",
elixir: "~> 1.3",

source_url: "https://github.com/expede/exceptional",
Expand Down
2 changes: 0 additions & 2 deletions test/exceptional_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ defmodule Exceptional.PipeTest do
doctest Exceptional.Safe, [import: true]
doctest Exceptional.TaggedStatus, [import: true]
doctest Exceptional.Value, [import: true]

doctest Exceptional.Phoenix.ViewHelper, [import: true]
end

0 comments on commit 4a1c1ae

Please sign in to comment.