From 69cf127dd093b60d13a84f64b6dc43c2f9bc086b Mon Sep 17 00:00:00 2001 From: Scott Rahner Date: Sat, 31 Jan 2015 10:22:35 -0500 Subject: [PATCH 1/4] Update releasenotes.md changing RC to 1.0.0 --- releasenotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes.md b/releasenotes.md index 191922f..4503062 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,4 +1,4 @@ -Version 0.9.2 - *Pending* +Version 1.0.0 ----------------- - removed dependency on tesla.lib.cache From 5bae77c837ec7d6dedaf211d2967c434473352ea Mon Sep 17 00:00:00 2001 From: Scott Rahner Date: Sat, 31 Jan 2015 10:22:57 -0500 Subject: [PATCH 2/4] Update package.json 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 086b2f6..c9a1dda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fiveby", - "version": "0.9.2", + "version": "1.0.0", "description": "Package up testing options, levels, apis, and dependencies into one simple lib", "scripts": { "test": "gulp test" From c12902fa3f33fc57adb8f08feede489e4d7b83c6 Mon Sep 17 00:00:00 2001 From: Scott Rahner Date: Sat, 31 Jan 2015 10:30:49 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6994c44..dfefd9e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ fiveby(function (browser) { }); }); ``` -Add [gulp](http://gulpjs.com/) and some convention to make it even more powerful: [slush-fiveby](https://github.com/dowjones/slush-fiveby) +Add [gulp](http://gulpjs.com/) and some convention to make it even more powerful: [slush-fiveby](https://github.com/dowjones/slush-fiveby). slush-fiveby is a simple fiveby project generator/example. ###What's unique about fiveby? @@ -59,6 +59,6 @@ Ok, this tool will allow you to write a bit of javascript that will open any bro - [node.js](http://nodejs.org/) - [mocha cli](http://mochajs.org/) -- [java](https://www.java.com/en/download/help/download_options.xml) +- [java](https://www.java.com/en/download/help/download_options.xml) (for selenium) See [docs folder](/docs) for even more details! From 5b5a00ad9f4aa7dd15e333782a6997ebe003ecc7 Mon Sep 17 00:00:00 2001 From: Scott Rahner Date: Sat, 31 Jan 2015 10:40:18 -0500 Subject: [PATCH 4/4] license --- LICENSE.md | 7 +++++++ package.json | 1 + 2 files changed, 8 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..aa8f10d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ +#License - ISC + +Copyright (c) 2015, Dow Jones & Co + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/package.json b/package.json index c9a1dda..77e6392 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "test": "gulp test" }, "author": "Scott Rahner", + "license": "ISC", "repository": { "type": "git", "url": "https://github.dowjones.net/institutional/fiveby.git"