-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from venantius/0.4.0
0.4.0
- Loading branch information
Showing
13 changed files
with
128 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
language: clojure | ||
notifications: | ||
email: false | ||
script: lein trampoline test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
(defproject venantius/ultra "0.3.4" | ||
(defproject venantius/ultra "0.4.0" | ||
:description "Ultra: A Leiningen plugin for a superior development environment" | ||
:url "http://github.com/venantius/ultra" | ||
:license {:name "Eclipse Public License" | ||
:url "http://www.eclipse.org/legal/epl-v10.html"} | ||
:dependencies [[org.clojure/clojure "1.7.0"] | ||
[org.clojure/tools.nrepl "0.2.10"] | ||
[org.clojure/tools.nrepl "0.2.11"] | ||
|
||
[im.chit/hara.class "2.2.11"] | ||
[im.chit/hara.reflect "2.2.11"] | ||
[io.aviso/pretty "0.1.18"] | ||
[mvxcvi/whidbey "1.0.0"] | ||
[mvxcvi/puget "0.8.1"] | ||
[mvxcvi/whidbey "1.1.1"] | ||
[mvxcvi/puget "0.9.2"] | ||
[org.clojars.brenton/google-diff-match-patch "0.1"] | ||
[robert/hooke "1.3.0"] | ||
[org.clojars.brenton/google-diff-match-patch "0.1"]] | ||
[venantius/glow "0.1.2"]] | ||
:test-selectors {:default (complement :demo) | ||
:demo :demo} | ||
:min-lein-version "2.5.2" | ||
:eval-in-leiningen true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
(ns ultra.printer | ||
(:require [puget.printer :as printer] | ||
[whidbey.render :as render])) | ||
[whidbey.repl :as repl])) | ||
|
||
(defn cprint | ||
"Puget's cprint, set to always use the Puget options." | ||
{:added "0.1.3"} | ||
[x] | ||
(printer/cprint x render/options)) | ||
(printer/cprint x repl/printer)) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters