From d063511a0e4988d62357f9c17744bb9aa0470a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 12 Apr 2013 15:24:59 +0200 Subject: Update Ranch to 0.8.1 --- Makefile | 2 +- examples/elixir_hello_world/mix.exs | 2 +- rebar.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0bfc1c7..ff1e2c9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # See LICENSE for licensing information. PROJECT = cowboy -RANCH_VSN = 0.8.0 +RANCH_VSN = 0.8.1 ERLC_OPTS ?= -Werror +debug_info +warn_export_all +warn_export_vars \ +warn_shadow_vars +warn_obsolete_guard # +bin_opt_info +warn_missing_spec diff --git a/examples/elixir_hello_world/mix.exs b/examples/elixir_hello_world/mix.exs index 9f113a6..aab48e8 100644 --- a/examples/elixir_hello_world/mix.exs +++ b/examples/elixir_hello_world/mix.exs @@ -14,7 +14,7 @@ defmodule ElixirHelloWorld.Mixfile do end defp deps do - [ {:ranch, github: "extend/ranch", tag: "0.8.0"}, + [ {:ranch, github: "extend/ranch", tag: "0.8.1"}, {:cowboy, github: "extend/cowboy"} ] end end diff --git a/rebar.config b/rebar.config index 0ddc628..7367e6d 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {deps, [ - {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.0"}} + {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.1"}} ]}. -- cgit v1.2.3