mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Upversioned to 0.5.1-SNAPSHOT; diff2html now works; many packages
(but not timbre) updated; documentation improved.
This commit is contained in:
parent
b31b50b976
commit
baaa153bcc
16 changed files with 400 additions and 261 deletions
30
project.clj
30
project.clj
|
|
@ -1,21 +1,21 @@
|
|||
(defproject smeagol "0.5.0-rc1"
|
||||
(defproject smeagol "0.5.1-SNAPSHOT"
|
||||
:description "A simple Git-backed Wiki inspired by Gollum"
|
||||
:url "https://github.com/simon-brooke/smeagol"
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
[org.clojure/core.memoize "0.5.6"]
|
||||
[lib-noir "0.9.4" :exclusions [org.clojure/tools.reader]]
|
||||
:dependencies [[org.clojure/clojure "1.7.0"]
|
||||
[org.clojure/core.memoize "0.5.9"]
|
||||
[lib-noir "0.9.9" :exclusions [org.clojure/tools.reader]]
|
||||
[com.cemerick/url "0.1.1"]
|
||||
[ring-server "0.3.1"]
|
||||
[selmer "0.7.2"]
|
||||
[ring-server "0.4.0"]
|
||||
[selmer "1.0.7"]
|
||||
[com.taoensso/timbre "3.3.1" :exclusions [org.clojure/tools.reader]]
|
||||
[com.taoensso/tower "3.0.2" :exclusions [com.taoensso/encore]]
|
||||
[markdown-clj "0.9.55" :exclusions [com.keminglabs/cljx]]
|
||||
[crypto-password "0.1.3"]
|
||||
[clj-jgit "0.8.2"]
|
||||
[environ "1.0.0"]
|
||||
[im.chit/cronj "1.4.2"]
|
||||
[noir-exception "0.2.2"]
|
||||
[prone "0.6.0"]]
|
||||
[markdown-clj "0.9.89" :exclusions [com.keminglabs/cljx]]
|
||||
[crypto-password "0.2.0"]
|
||||
[clj-jgit "0.8.9"]
|
||||
[environ "1.1.0"]
|
||||
[im.chit/cronj "1.4.4"]
|
||||
[noir-exception "0.2.5"]
|
||||
[prone "1.1.1"]]
|
||||
|
||||
:repl-options {:init-ns smeagol.repl}
|
||||
:jvm-opts ["-server"]
|
||||
|
|
@ -35,8 +35,8 @@
|
|||
:stacktraces? false
|
||||
:auto-reload? false}}
|
||||
:dev {:dependencies [[ring-mock "0.1.5"]
|
||||
[ring/ring-devel "1.3.1"]
|
||||
[pjstadig/humane-test-output "0.6.0"]]
|
||||
[ring/ring-devel "1.5.0"]
|
||||
[pjstadig/humane-test-output "0.8.1"]]
|
||||
:injections [(require 'pjstadig.humane-test-output)
|
||||
(pjstadig.humane-test-output/activate!)]
|
||||
:env {:dev true}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue