Update for Elixir 1.2 and latest Phoenix, bump deps

This commit is contained in:
Mikko Ahlroth 2016-01-22 10:08:32 +02:00
parent 7ece75677a
commit 2fb48f50f2
4 changed files with 11 additions and 11 deletions

View file

@ -4,7 +4,7 @@ defmodule MebeWeb.Mixfile do
def project do
[app: :mebe_web,
version: "1.0.0",
elixir: "~> 1.1.0",
elixir: ">= 1.1.0 and < 1.3.0",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix] ++ Mix.compilers,
build_embedded: Mix.env == :prod,

View file

@ -1,18 +1,18 @@
%{"bbmustache": {:hex, :bbmustache, "1.0.3"},
"conform": {:hex, :conform, "1.0.0-rc4"},
"conform": {:hex, :conform, "1.0.0-rc8"},
"cowboy": {:hex, :cowboy, "1.0.4"},
"cowlib": {:hex, :cowlib, "1.0.2"},
"earmark": {:hex, :earmark, "0.1.19"},
"erlware_commons": {:hex, :erlware_commons, "0.15.0"},
"exrm": {:hex, :exrm, "1.0.0-rc5"},
"exrm": {:hex, :exrm, "1.0.0-rc7"},
"fs": {:hex, :fs, "0.9.2"},
"getopt": {:hex, :getopt, "0.8.2"},
"neotoma": {:hex, :neotoma, "1.7.3"},
"phoenix": {:hex, :phoenix, "1.0.3"},
"phoenix_html": {:hex, :phoenix_html, "2.2.0"},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.1"},
"plug": {:hex, :plug, "1.0.2"},
"poison": {:hex, :poison, "1.5.0"},
"phoenix": {:hex, :phoenix, "1.1.3"},
"phoenix_html": {:hex, :phoenix_html, "2.4.0"},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.3"},
"plug": {:hex, :plug, "1.1.0"},
"poison": {:hex, :poison, "2.0.0"},
"providers": {:hex, :providers, "1.4.1"},
"ranch": {:hex, :ranch, "1.2.0"},
"ranch": {:hex, :ranch, "1.2.1"},
"relx": {:hex, :relx, "3.5.0"}}

View file

@ -46,7 +46,7 @@
</div>
<div class="container">
<%= @inner %>
<%= render @view_module, @view_template, assigns %>
<% footer = custom_footer_html %>
<%= if footer != nil do %>

View file

@ -5,6 +5,6 @@
<description></description>
<generator>Mebe</generator>
<%= @inner %>
<%= render @view_module, @view_template, assigns %>
</channel>
</rss>