mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Simplify specifying the Cowboy version in examples
This commit is contained in:
parent
cf44496005
commit
ec82e3548b
18 changed files with 18 additions and 18 deletions
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy chunked Hello World example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy compressed response example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy Cookie example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy erlydtl
|
DEPS = cowboy erlydtl
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy GET echo example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy POST echo example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy error handler example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy EventSource example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy Hello World example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy static file handler example with middleware compone
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy Basic HTTP Authorization example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy REST Hello World example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy REST Pastebin example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy REST example with streaming
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy SSL Hello World example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy static file handler example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy multipart upload example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy static directory indexing example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
|
@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy Websocket example
|
||||||
PROJECT_VERSION = 1
|
PROJECT_VERSION = 1
|
||||||
|
|
||||||
DEPS = cowboy
|
DEPS = cowboy
|
||||||
dep_cowboy = git https://github.com/ninenines/cowboy master
|
dep_cowboy_commit = master
|
||||||
|
|
||||||
include ../../erlang.mk
|
include ../../erlang.mk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue