diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-09-20 22:29:31 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-09-20 22:29:31 +0000 |
commit | 06d1cd941b210fd78b4fb5e5fe823c961bdaf72a (patch) | |
tree | 80d5a82bf59cbf3a76049b026232c3a75e351266 /www/elixir-maru/files | |
parent | db98def6739b871af1a5b931a04db3c29a816f39 (diff) |
Upgrade www/elixir-maru to version 0.8.0.
Notes
Notes:
svn path=/head/; revision=397471
Diffstat (limited to 'www/elixir-maru/files')
-rw-r--r-- | www/elixir-maru/files/patch-mix.exs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/elixir-maru/files/patch-mix.exs b/www/elixir-maru/files/patch-mix.exs index eb12c4a98a59..95e22aa0bc8f 100644 --- a/www/elixir-maru/files/patch-mix.exs +++ b/www/elixir-maru/files/patch-mix.exs @@ -1,10 +1,10 @@ ---- mix.exs.orig 2015-07-09 05:06:08 UTC +--- mix.exs.orig 2015-09-20 11:27:01 UTC +++ mix.exs -@@ -5,7 +5,6 @@ defmodule Maru.Mixfile do - [ app: :maru, - version: "0.4.0", - elixir: "~> 1.0.0", +@@ -7,7 +7,6 @@ defmodule Maru.Mixfile do + elixir: "~> 1.0", + build_embedded: Mix.env == :prod, + start_permanent: Mix.env == :prod, - deps: deps, - description: "Elixir copy of grape for creating REST-like APIs.", + description: "REST-like API micro-framework for elixir inspired by grape.", source_url: "https://github.com/falood/maru", package: package, |