From e16fae1196e3c8533c7ab60a6084063f4ee9f532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 6 Mar 2013 20:19:15 +0100 Subject: Update Ranch to 0.6.2 --- 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 5c19cd4..91f547c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # See LICENSE for licensing information. PROJECT = cowboy -RANCH_VSN = 0.6.1 +RANCH_VSN = 0.6.2 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 862c6fa..065024d 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.6.1"}, + [ {:ranch, github: "extend/ranch", tag: "0.6.2"}, {:cowboy, github: "extend/cowboy"} ] end end diff --git a/rebar.config b/rebar.config index ba92ee5..64f8d0e 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {deps, [ - {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.6.1"}} + {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.6.2"}} ]}. -- cgit v1.2.3