From c6d1ecc373024991050fcdf8cbe7a5b474298f77 Mon Sep 17 00:00:00 2001 From: Lee Olayvar Date: Wed, 22 Aug 2012 19:52:51 -0400 Subject: [PATCH 1/2] Incremented the version number for development on 0.0.3. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 200bbec..33826fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dork", - "version": "0.0.2", + "version": "0.0.3", "description": "A very basic, api friendly, testing framework.", "keywords": [ "test", From 9586fe4ae51b63d580c0f8b3dc3a0a2fe93c67bc Mon Sep 17 00:00:00 2001 From: Lee Olayvar Date: Wed, 22 Aug 2012 23:35:42 -0400 Subject: [PATCH 2/2] Rewrote the entire file due to a bizarre bug.. i am thinking there were hidden characters in there somewhere. It's tripping me out. --- bin/dork.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/bin/dork.js b/bin/dork.js index 2ba16a8..4f83722 100644 --- a/bin/dork.js +++ b/bin/dork.js @@ -1,13 +1,13 @@ -#!/usr/bin/env node -// -// bin/dork.js -// -// The bin Dork.js entry point. -// -// Note that this file is in JavaScript because CoffeeScript is currently -// unable to properly add hashbangs as this file has. -// -// Copyright (c) 2012 Lee Olayvar -// MIT Licensed -// +#!/usr/bin/env node +// +// bin/dork.js +// +// The bin Dork.js entry point. +// +// Note that this file is in JavaScript because CoffeeScript is currently +// unable to properly add hashbangs as this file has. +// +// Copyright (c) 2012 Lee Olayvar +// MIT Licensed +// require('../lib/bin').exec(); \ No newline at end of file