changed
hex_metadata.config
|
@@ -15,8 15,7 @@
|
15
15
|
<<"lib/mneme/assertion">>,<<"lib/mneme/assertion/builder.ex">>,
|
16
16
|
<<"lib/mneme.ex">>,<<"priv">>,<<"priv/plts">>,
|
17
17
|
<<"priv/plts/dialyzer.plt.hash">>,<<"priv/plts/dialyzer.plt">>,
|
18
|
- <<"priv/mneme_0.1.0.gif">>,<<".formatter.exs">>,<<"mix.exs">>,
|
19
|
- <<"README.md">>,<<"CHANGELOG.md">>]}.
|
18
|
<<".formatter.exs">>,<<"mix.exs">>,<<"README.md">>,<<"CHANGELOG.md">>]}.
|
20
19
|
{<<"licenses">>,[<<"MIT">>]}.
|
21
20
|
{<<"links">>,[{<<"GitHub">>,<<"https://github.com/zachallaun/mneme">>}]}.
|
22
21
|
{<<"name">>,<<"mneme">>}.
|
|
@@ -46,4 45,4 @@
|
46
45
|
{<<"optional">>,false},
|
47
46
|
{<<"repository">>,<<"hexpm">>},
|
48
47
|
{<<"requirement">>,<<"~> 0.16.0">>}]]}.
|
49
|
- {<<"version">>,<<"0.2.3">>}.
|
48
|
{<<"version">>,<<"0.2.4">>}.
|
changed
mix.exs
|
@@ -4,7 4,7 @@ defmodule Mneme.MixProject do
|
4
4
|
@app :mneme
|
5
5
|
@source_url "https://github.com/zachallaun/mneme"
|
6
6
|
|
7
|
- def version, do: "0.2.3"
|
7
|
def version, do: "0.2.4"
|
8
8
|
|
9
9
|
def project do
|
10
10
|
[
|
|
@@ -73,7 73,8 @@ defmodule Mneme.MixProject do
|
73
73
|
[
|
74
74
|
name: "mneme",
|
75
75
|
licenses: ["MIT"],
|
76
|
- links: %{"GitHub" => @source_url}
|
76
|
links: %{"GitHub" => @source_url},
|
77
|
exclude_patterns: ["priv/plts/*"]
|
77
78
|
]
|
78
79
|
end
|
unknown
priv/mneme_0.1.0.gif
CANNOT RENDER FILES LARGER THAN 1MB
unknown
priv/plts/dialyzer.plt
CANNOT RENDER FILES LARGER THAN 1MB