Skip to content

Commit e8d153b

Browse files
committed
Release Slime 0.16
1 parent 3af936a commit e8d153b

File tree

3 files changed

+22
-31
lines changed

3 files changed

+22
-31
lines changed

.travis.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
language: elixir
2-
3-
elixir:
4-
- 1.0.5
5-
- 1.1.0
6-
7-
otp_release:
8-
- 17.4
9-
- 18.1
10-
11-
env: MIX_ENV=test
12-
13-
sudo: false # faster builds
14-
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
159
notifications:
1610
email: false
17-
1811
script:
19-
- mix compile --warnings-as-errors
2012
- mix test
21-
- mix dogma
13+
- mix credo

mix.exs

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

4-
@version "0.15.0"
4+
@version "0.16.0"
55

66
def project do
77
[app: :slime,
@@ -10,8 +10,8 @@ defmodule Slime.Mixfile do
1010
description: """
1111
An Elixir library for rendering Slim-like templates.
1212
""",
13-
elixir: "~> 1.0",
14-
package: package,
13+
elixir: "~> 1.3",
14+
package: package(),
1515
source_url: "https://github.com/slime-lang/slime",
1616
start_permanent: Mix.env == :prod,
1717
version: @version]
@@ -23,9 +23,7 @@ defmodule Slime.Mixfile do
2323

2424
def package do
2525
[
26-
maintainers: [
27-
"Sean Callan", "Alexander Stanko", "Henrik Nyh", "Louis Pilfold",
28-
],
26+
maintainers: ["Sean Callan", "Alexander Stanko"],
2927
files: ["lib", "mix.exs", "README*", "LICENSE*"],
3028
licenses: ["MIT"],
3129
links: %{github: "https://github.com/slime-lang/slime"},
@@ -35,15 +33,15 @@ defmodule Slime.Mixfile do
3533
def deps do
3634
[
3735
# Benchmarking tool
38-
{:benchfella, "~> 0.3", only: ~w(dev test)a},
36+
{:benchfella, ">= 0.0.0", only: ~w(dev test)a},
3937
# Documentation
40-
{:ex_doc, "~> 0.12", only: :dev},
38+
{:ex_doc, ">= 0.0.0", only: :dev},
4139
# Automatic test runner
4240
{:mix_test_watch, ">= 0.0.0", only: :dev},
4341
# Style linter
4442
{:credo, ">= 0.0.0", only: ~w(dev test)a},
4543
# HTML generation helpers
46-
{:phoenix_html, "~> 2.2", only: :test},
44+
{:phoenix_html, "~> 2.6", only: :test},
4745
]
4846
end
4947
end

mix.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
%{"benchfella": {:hex, :benchfella, "0.3.1", "3728b082725f27c46502c4609f78b8db01d4739932ebfc59f350b7a2b47d394d", [:mix], []},
1+
%{"benchfella": {:hex, :benchfella, "0.3.3", "bbde48b5fe1ef556baa7ad933008e214e050e81ddb0916350715f5759fb35c0c", [:mix], []},
22
"bunt": {:hex, :bunt, "0.1.6", "5d95a6882f73f3b9969fdfd1953798046664e6f77ec4e486e6fafc7caad97c6f", [:mix], []},
3-
"credo": {:hex, :credo, "0.4.8", "1e71a4c21a4bead4911498d3e0f72a90f500075cf132c3ad8976b5a474b4c594", [:mix], [{:bunt, "~> 0.1.6", [hex: :bunt, optional: false]}]},
3+
"credo": {:hex, :credo, "0.4.11", "03a64e9d53309b7132556284dda0be57ba1013885725124cfea7748d740c6170", [:mix], [{:bunt, "~> 0.1.6", [hex: :bunt, optional: false]}]},
44
"dogma": {:hex, :dogma, "0.0.11", "1396bfe10a962b5c5b0468eba6eb3be85d693d55f2d698fda29660a059eb2180", [:mix], [{:poison, "~> 1.0", [hex: :poison, optional: false]}]},
55
"earmark": {:hex, :earmark, "1.0.1", "2c2cd903bfdc3de3f189bd9a8d4569a075b88a8981ded9a0d95672f6e2b63141", [:mix], []},
6-
"ex_doc": {:hex, :ex_doc, "0.13.0", "aa2f8fe4c6136a2f7cfc0a7e06805f82530e91df00e2bff4b4362002b43ada65", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
6+
"ex_doc": {:hex, :ex_doc, "0.13.2", "1059a588d2ad3ffab25a0b85c58abf08e437d3e7a9124ac255e1d15cec68ab79", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
77
"fs": {:hex, :fs, "0.9.2", "ed17036c26c3f70ac49781ed9220a50c36775c6ca2cf8182d123b6566e49ec59", [:rebar], []},
8-
"mix_test_watch": {:hex, :mix_test_watch, "0.2.4", "a4a35d1c11ebcb12f2339b226ec0746333a3f7a926775977506ca5ad02ef5bce", [:mix], [{:fs, "~> 0.9.1", [hex: :fs, optional: false]}]},
9-
"phoenix_html": {:hex, :phoenix_html, "2.2.0", "fbd2a9d012377c199beecbb7442f213ab3b7a05030d8a0909b1981f19b139209", [:mix], [{:plug, "~> 0.13 or ~> 1.0", [hex: :plug, optional: false]}]},
10-
"plug": {:hex, :plug, "1.0.2", "cc341ac229c88fc6b04d1771f62f675640f24cea97a6313a49ffcaa8236e949e", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}]},
8+
"mime": {:hex, :mime, "1.0.1", "05c393850524767d13a53627df71beeebb016205eb43bfbd92d14d24ec7a1b51", [:mix], []},
9+
"mix_test_watch": {:hex, :mix_test_watch, "0.2.6", "9fcc2b1b89d1594c4a8300959c19d50da2f0ff13642c8f681692a6e507f92cab", [:mix], [{:fs, "~> 0.9.1", [hex: :fs, optional: false]}]},
10+
"phoenix_html": {:hex, :phoenix_html, "2.6.2", "944a5e581b0d899e4f4c838a69503ebd05300fe35ba228a74439e6253e10e0c0", [:mix], [{:plug, "~> 1.0", [hex: :plug, optional: false]}]},
11+
"plug": {:hex, :plug, "1.2.0", "496bef96634a49d7803ab2671482f0c5ce9ce0b7b9bc25bc0ae8e09859dd2004", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}, {:mime, "~> 1.0", [hex: :mime, optional: false]}]},
1112
"poison": {:hex, :poison, "1.5.0", "f2f4f460623a6f154683abae34352525e1d918380267cdbd949a07ba57503248", [:mix], []}}

0 commit comments

Comments
 (0)