This repository was archived by the owner on Mar 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ An Elixir Plug for requiring and extracting a given header.
1212Update your ` mix.exs ` file and run ` mix deps.get ` .
1313``` elixir
1414defp deps do
15- [{:plug_require_header , " ~> 0.5 " }]
15+ [{:plug_require_header , " ~> 0.6 " }]
1616end
1717```
1818
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule PlugRequireHeader.Mixfile do
44 def project do
55 [
66 app: :plug_require_header ,
7- version: "0.5 .0" ,
7+ version: "0.6 .0" ,
88 name: "PlugRequireHeader" ,
99 source_url: "https://github.com/DevL/plug_require_header" ,
1010 elixir: "~> 1.0" ,
@@ -35,8 +35,8 @@ defmodule PlugRequireHeader.Mixfile do
3535
3636 defp deps do
3737 [
38- { :plug , "~> 0.11 " } ,
39- { :poison , "~> 1.3 " } ,
38+ { :plug , "~> 0.13 " } ,
39+ { :poison , "~> 1.4 " } ,
4040 { :earmark , "~> 0.1" , only: :dev } ,
4141 { :ex_doc , "~> 0.7" , only: :dev } ,
4242 { :inch_ex , only: :docs }
Original file line number Diff line number Diff line change 1- % { "earmark": { :hex , :earmark , "0.1.15 " } ,
2- "ex_doc": { :hex , :ex_doc , "0.7.2 " } ,
3- "inch_ex": { :hex , :inch_ex , "0.2.4 " } ,
4- "plug": { :hex , :plug , "0.12 .0" } ,
1+ % { "earmark": { :hex , :earmark , "0.1.17 " } ,
2+ "ex_doc": { :hex , :ex_doc , "0.7.3 " } ,
3+ "inch_ex": { :hex , :inch_ex , "0.3.2 " } ,
4+ "plug": { :hex , :plug , "0.13 .0" } ,
55 "poison": { :hex , :poison , "1.4.0" } }
You can’t perform that action at this time.
0 commit comments