Skip to content

Commit 4d7eaeb

Browse files
committed
Release version 0.8.0
1 parent ead34e6 commit 4d7eaeb

File tree

4 files changed

+26
-29
lines changed

4 files changed

+26
-29
lines changed

.travis.yml

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
language: elixir
2-
3-
elixir:
4-
- 1.0.5
5-
- 1.1.0
6-
- 1.2.0
7-
8-
otp_release:
9-
- 18.0
10-
- 18.1
11-
12-
env: MIX_ENV=test
13-
14-
sudo: false # faster builds
15-
2+
matrix:
3+
include:
4+
- otp_release: 18.3
5+
elixir: 1.3.2
6+
- otp_release: 19.0
7+
elixir: 1.3.2
8+
sudo: false
169
notifications:
1710
email: false
18-
1911
script:
20-
- mix compile --warnings-as-errors
2112
- mix test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## Usage
1515

16-
1. Add `{:phoenix_slime, "~> 0.7.0"}` to your deps in `mix.exs`.
16+
1. Add `{:phoenix_slime, "~> 0.8.0"}` to your deps in `mix.exs`.
1717
2. Add the following your Phoenix `config/config.exs`:
1818

1919
```elixir

mix.exs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PhoenixSlime.Mixfile do
22
use Mix.Project
33

4-
@version "0.7.0"
4+
@version "0.8.0"
55

66
def project do
77
[
@@ -10,8 +10,8 @@ defmodule PhoenixSlime.Mixfile do
1010
description: """
1111
Phoenix Template Engine for Slim-like templates
1212
""",
13-
elixir: "~> 1.0",
14-
package: package,
13+
elixir: "~> 1.3",
14+
package: package(),
1515
version: @version]
1616
end
1717

@@ -20,10 +20,12 @@ defmodule PhoenixSlime.Mixfile do
2020
end
2121

2222
def deps do
23-
[{:phoenix, "~> 1.1 or ~> 1.2"},
24-
{:phoenix_html, "~> 2.3"},
23+
[{:phoenix, "~> 1.2"},
24+
{:phoenix_html, "~> 2.6"},
2525
{:cowboy, "~> 1.0"},
26-
{:slime, "~> 0.14"}]
26+
{:slime, "~> 0.16"},
27+
{:ex_doc, ">= 0.0.0", only: :dev},
28+
{:earmark, ">= 0.0.0", only: :dev}]
2729
end
2830

2931
defp package do

mix.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
%{"cowboy": {:hex, :cowboy, "1.0.4", "a324a8df9f2316c833a470d918aaf73ae894278b8aa6226ce7a9bf699388f878", [:rebar, :make], [{:cowlib, "~> 1.0.0", [hex: :cowlib, optional: false]}, {:ranch, "~> 1.0", [hex: :ranch, optional: false]}]},
22
"cowlib": {:hex, :cowlib, "1.0.2", "9d769a1d062c9c3ac753096f868ca121e2730b9a377de23dec0f7e08b1df84ee", [:make], []},
3-
"phoenix": {:hex, :phoenix, "1.1.1", "9958482edd19e921fdde9c1c6e542dab6349d8219be85f6147deed2c30094324", [:mix], [{:poison, "~> 1.3", [hex: :poison, optional: false]}, {:plug, "~> 1.0", [hex: :plug, optional: false]}, {:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}]},
4-
"phoenix_html": {:hex, :phoenix_html, "2.3.0", "28264d1722a22426200224e500b2eac1f38f628e6ec30b20f332c3713edf2f82", [:mix], [{:plug, "~> 0.13 or ~> 1.0", [hex: :plug, optional: false]}]},
5-
"plug": {:hex, :plug, "1.0.3", "8bbcbdaa4cb15170b9a15cb12153e8a6d9e176ce78e4c1990ea0b505b0ca24a0", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}]},
6-
"poison": {:hex, :poison, "1.5.0", "f2f4f460623a6f154683abae34352525e1d918380267cdbd949a07ba57503248", [:mix], []},
7-
"ranch": {:hex, :ranch, "1.2.0", "b286a948a0706a700a9f577e5cecbb2dc66097ea79f3ddb20ba5536069bdb7aa", [:make], []},
3+
"earmark": {:hex, :earmark, "1.0.1", "2c2cd903bfdc3de3f189bd9a8d4569a075b88a8981ded9a0d95672f6e2b63141", [:mix], []},
4+
"ex_doc": {:hex, :ex_doc, "0.13.2", "1059a588d2ad3ffab25a0b85c58abf08e437d3e7a9124ac255e1d15cec68ab79", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
5+
"mime": {:hex, :mime, "1.0.1", "05c393850524767d13a53627df71beeebb016205eb43bfbd92d14d24ec7a1b51", [:mix], []},
6+
"phoenix": {:hex, :phoenix, "1.2.1", "6dc592249ab73c67575769765b66ad164ad25d83defa3492dc6ae269bd2a68ab", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}, {:phoenix_pubsub, "~> 1.0", [hex: :phoenix_pubsub, optional: false]}, {:plug, "~> 1.1", [hex: :plug, optional: false]}, {:poison, "~> 1.5 or ~> 2.0", [hex: :poison, optional: false]}]},
7+
"phoenix_html": {:hex, :phoenix_html, "2.6.2", "944a5e581b0d899e4f4c838a69503ebd05300fe35ba228a74439e6253e10e0c0", [:mix], [{:plug, "~> 1.0", [hex: :plug, optional: false]}]},
8+
"phoenix_pubsub": {:hex, :phoenix_pubsub, "1.0.0", "c31af4be22afeeebfaf246592778c8c840e5a1ddc7ca87610c41ccfb160c2c57", [:mix], []},
9+
"plug": {:hex, :plug, "1.2.0", "496bef96634a49d7803ab2671482f0c5ce9ce0b7b9bc25bc0ae8e09859dd2004", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}, {:mime, "~> 1.0", [hex: :mime, optional: false]}]},
10+
"poison": {:hex, :poison, "2.2.0", "4763b69a8a77bd77d26f477d196428b741261a761257ff1cf92753a0d4d24a63", [:mix], []},
11+
"ranch": {:hex, :ranch, "1.2.1", "a6fb992c10f2187b46ffd17ce398ddf8a54f691b81768f9ef5f461ea7e28c762", [:make], []},
812
"slim_fast": {:hex, :slim_fast, "0.6.0"},
9-
"slime": {:hex, :slime, "0.14.0", "db38c12f9d244295e127bc6fac88e3d75430c3d4b24ebde03a3704ccad678653", [:mix], []}}
13+
"slime": {:hex, :slime, "0.16.0", "4f9c677ca37b2817cd10422ecb42c524fe904d3630acf242b81dfe189900272a", [:mix], []}}

0 commit comments

Comments
 (0)