Run lein ancient, and updated dependencies except Clojure. All tests pass.

This commit is contained in:
Simon Brooke 2019-11-12 16:14:27 +00:00
parent 35c061b519
commit 6b7d43599a
3 changed files with 11 additions and 7 deletions

View file

@ -1,17 +1,21 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
## 0.1.4 - 2018-0922 ## 0.1.5 - 2018-0922
### Added ### Added
Mainly documentation and tidy-up; Beta release. Mainly documentation and tidy-up; Beta release.
[0.1.5]: https://github.com/simon_brooke/adl-support/compare/0.1.4...0.1.5
## 0.1.4 - 2018-09-20 ## 0.1.4 - 2018-09-20
This is not anticipated to be the actual Beta release; it's a dummy run to test the release and deployment process. Some required features are still missing. This is not anticipated to be the actual Beta release; it's a dummy run to test the release and deployment process. Some required features are still missing.
[0.1.4]: https://github.com/simon_brooke/adl-support/compare/0.1.0...0.1.4
## 0.1.0 - 2018-06-17 ## 0.1.0 - 2018-06-17
### Added ### Added
Initial release. Initial release.
[Unreleased]: https://github.com/your-name/adl-support/compare/0.1.1...HEAD [Unreleased]: https://github.com/simon_brooke/adl-support/compare/0.1.1...HEAD
[0.1.1]: https://github.com/your-name/adl-support/compare/0.1.0...0.1.1 [0.1.1]: https://github.com/simon_brooke/adl-support/compare/0.1.0...0.1.1

View file

@ -5,10 +5,10 @@
:url "https://opensource.org/licenses/MIT"} :url "https://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.8.0"] :dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/core.memoize "0.7.1"] [org.clojure/core.memoize "0.8.2"]
[org.clojure/math.numeric-tower "0.0.4"] [org.clojure/math.numeric-tower "0.0.4"]
[org.clojure/tools.logging "0.4.1"] [org.clojure/tools.logging "0.5.0"]
[selmer "1.11.8"]] [selmer "1.12.17"]]
:plugins [[lein-codox "0.10.4"] :plugins [[lein-codox "0.10.4"]
[lein-release "1.0.5"]] [lein-release "1.0.5"]]

View file

@ -261,7 +261,7 @@
(s/join (s/join
" " " "
(map (map
#(apply str (cons (Character/toUpperCase (first %)) (rest %))) s/capitalize
(s/split s #"[^a-zA-Z0-9]+"))) (s/split s #"[^a-zA-Z0-9]+")))
s)) s))