Skip to content

Commit

Permalink
Release Slime 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Sep 22, 2016
1 parent 3af936a commit e8d153b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 31 deletions.
24 changes: 8 additions & 16 deletions .travis.yml
@@ -1,21 +1,13 @@
language: elixir

elixir:
- 1.0.5
- 1.1.0

otp_release:
- 17.4
- 18.1

env: MIX_ENV=test

sudo: false # faster builds

matrix:
include:
- otp_release: 18.3
elixir: 1.3.2
- otp_release: 19.0
elixir: 1.3.2
sudo: false
notifications:
email: false

script:
- mix compile --warnings-as-errors
- mix test
- mix dogma
- mix credo
16 changes: 7 additions & 9 deletions mix.exs
@@ -1,7 +1,7 @@
defmodule Slime.Mixfile do
use Mix.Project

@version "0.15.0"
@version "0.16.0"

def project do
[app: :slime,
Expand All @@ -10,8 +10,8 @@ defmodule Slime.Mixfile do
description: """
An Elixir library for rendering Slim-like templates.
""",
elixir: "~> 1.0",
package: package,
elixir: "~> 1.3",
package: package(),
source_url: "https://github.com/slime-lang/slime",
start_permanent: Mix.env == :prod,
version: @version]
Expand All @@ -23,9 +23,7 @@ defmodule Slime.Mixfile do

def package do
[
maintainers: [
"Sean Callan", "Alexander Stanko", "Henrik Nyh", "Louis Pilfold",
],
maintainers: ["Sean Callan", "Alexander Stanko"],
files: ["lib", "mix.exs", "README*", "LICENSE*"],
licenses: ["MIT"],
links: %{github: "https://github.com/slime-lang/slime"},
Expand All @@ -35,15 +33,15 @@ defmodule Slime.Mixfile do
def deps do
[
# Benchmarking tool
{:benchfella, "~> 0.3", only: ~w(dev test)a},
{:benchfella, ">= 0.0.0", only: ~w(dev test)a},
# Documentation
{:ex_doc, "~> 0.12", only: :dev},
{:ex_doc, ">= 0.0.0", only: :dev},
# Automatic test runner
{:mix_test_watch, ">= 0.0.0", only: :dev},
# Style linter
{:credo, ">= 0.0.0", only: ~w(dev test)a},
# HTML generation helpers
{:phoenix_html, "~> 2.2", only: :test},
{:phoenix_html, "~> 2.6", only: :test},
]
end
end
13 changes: 7 additions & 6 deletions mix.lock
@@ -1,11 +1,12 @@
%{"benchfella": {:hex, :benchfella, "0.3.1", "3728b082725f27c46502c4609f78b8db01d4739932ebfc59f350b7a2b47d394d", [:mix], []},
%{"benchfella": {:hex, :benchfella, "0.3.3", "bbde48b5fe1ef556baa7ad933008e214e050e81ddb0916350715f5759fb35c0c", [:mix], []},
"bunt": {:hex, :bunt, "0.1.6", "5d95a6882f73f3b9969fdfd1953798046664e6f77ec4e486e6fafc7caad97c6f", [:mix], []},
"credo": {:hex, :credo, "0.4.8", "1e71a4c21a4bead4911498d3e0f72a90f500075cf132c3ad8976b5a474b4c594", [:mix], [{:bunt, "~> 0.1.6", [hex: :bunt, optional: false]}]},
"credo": {:hex, :credo, "0.4.11", "03a64e9d53309b7132556284dda0be57ba1013885725124cfea7748d740c6170", [:mix], [{:bunt, "~> 0.1.6", [hex: :bunt, optional: false]}]},
"dogma": {:hex, :dogma, "0.0.11", "1396bfe10a962b5c5b0468eba6eb3be85d693d55f2d698fda29660a059eb2180", [:mix], [{:poison, "~> 1.0", [hex: :poison, optional: false]}]},
"earmark": {:hex, :earmark, "1.0.1", "2c2cd903bfdc3de3f189bd9a8d4569a075b88a8981ded9a0d95672f6e2b63141", [:mix], []},
"ex_doc": {:hex, :ex_doc, "0.13.0", "aa2f8fe4c6136a2f7cfc0a7e06805f82530e91df00e2bff4b4362002b43ada65", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
"ex_doc": {:hex, :ex_doc, "0.13.2", "1059a588d2ad3ffab25a0b85c58abf08e437d3e7a9124ac255e1d15cec68ab79", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
"fs": {:hex, :fs, "0.9.2", "ed17036c26c3f70ac49781ed9220a50c36775c6ca2cf8182d123b6566e49ec59", [:rebar], []},
"mix_test_watch": {:hex, :mix_test_watch, "0.2.4", "a4a35d1c11ebcb12f2339b226ec0746333a3f7a926775977506ca5ad02ef5bce", [:mix], [{:fs, "~> 0.9.1", [hex: :fs, optional: false]}]},
"phoenix_html": {:hex, :phoenix_html, "2.2.0", "fbd2a9d012377c199beecbb7442f213ab3b7a05030d8a0909b1981f19b139209", [:mix], [{:plug, "~> 0.13 or ~> 1.0", [hex: :plug, optional: false]}]},
"plug": {:hex, :plug, "1.0.2", "cc341ac229c88fc6b04d1771f62f675640f24cea97a6313a49ffcaa8236e949e", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}]},
"mime": {:hex, :mime, "1.0.1", "05c393850524767d13a53627df71beeebb016205eb43bfbd92d14d24ec7a1b51", [:mix], []},
"mix_test_watch": {:hex, :mix_test_watch, "0.2.6", "9fcc2b1b89d1594c4a8300959c19d50da2f0ff13642c8f681692a6e507f92cab", [:mix], [{:fs, "~> 0.9.1", [hex: :fs, optional: false]}]},
"phoenix_html": {:hex, :phoenix_html, "2.6.2", "944a5e581b0d899e4f4c838a69503ebd05300fe35ba228a74439e6253e10e0c0", [:mix], [{:plug, "~> 1.0", [hex: :plug, optional: false]}]},
"plug": {:hex, :plug, "1.2.0", "496bef96634a49d7803ab2671482f0c5ce9ce0b7b9bc25bc0ae8e09859dd2004", [:mix], [{:cowboy, "~> 1.0", [hex: :cowboy, optional: true]}, {:mime, "~> 1.0", [hex: :mime, optional: false]}]},
"poison": {:hex, :poison, "1.5.0", "f2f4f460623a6f154683abae34352525e1d918380267cdbd949a07ba57503248", [:mix], []}}

0 comments on commit e8d153b

Please sign in to comment.