From 349a4a220167de3d58a59107b423c1d08b53598c Mon Sep 17 00:00:00 2001 From: Morgan Astra Date: Sat, 24 Sep 2016 01:28:13 -0700 Subject: use midje for testing per #57 --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'project.clj') diff --git a/project.clj b/project.clj index cddf5f3..ae66432 100644 --- a/project.clj +++ b/project.clj @@ -14,5 +14,6 @@ [lein-ring "0.9.7"]] :hooks [environ.leiningen.hooks] :uberjar-name "pronouns-standalone.jar" - :profiles {:production {:env {:production true}}} + :profiles {:production {:env {:production true}} + :dev {:dependencies [[midje "1.6.3"]]}} :ring {:handler pronouns.web/app}) -- cgit From 5e851322b2e862c9a4c4018413d8b7fb67a31428 Mon Sep 17 00:00:00 2001 From: Morgan Astra Date: Sat, 4 Mar 2017 23:13:08 -0800 Subject: v1.11 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.clj') diff --git a/project.clj b/project.clj index ae66432..b14ac4e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject witch-house/pronouns "1.10.0-SNAPSHOT" +(defproject witch-house/pronouns "1.11.0-SNAPSHOT" :description "Pronoun.is is a website for personal pronoun usage examples" :url "http://pronoun.is" :license "GNU Affero General Public License 3.0" -- cgit