Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F113619
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/mix.exs b/mix.exs
index 70ea891..e9a959a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,34 +1,37 @@
defmodule RemoteIp.Mixfile do
use Mix.Project
def project do
[app: :remote_ip,
- version: "0.1.0",
+ version: "0.1.1",
elixir: "~> 1.3",
package: package,
description: description,
deps: deps,
docs: [source_url: "https://github.com/ajvondrak/remote_ip"]]
end
- def application, do: [applications: []]
+ def application do
+ [applications: [],
+ included_applications: [:inet_cidr]]
+ end
defp description do
"A plug to overwrite the Conn's remote_ip based on headers such as " <>
"X-Forwarded-For."
end
defp package do
%{files: ~w[lib mix.exs README.md LICENSE],
maintainers: ["Alex Vondrak"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/ajvondrak/remote_ip"}}
end
defp deps do
[{:combine, "~> 0.9.2"},
{:plug, "~> 1.2"},
{:inet_cidr, "~> 1.0"},
{:ex_doc, "~> 0.14", only: :dev}]
end
end
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 1:25 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39802
Default Alt Text
(1 KB)
Attached To
Mode
R27 remote_ip
Attached
Detach File
Event Timeline
Log In to Comment