Skip to content

Commit 562b78b

Browse files
committed
version 1.0
1 parent d44b3e5 commit 562b78b

19 files changed

+36
-35
lines changed

docker/runAll.sh

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,7 @@ cp -r -n /source/. .
101101

102102
#Run unit tests
103103

104-
cd mock-data
105-
mkdir status
106-
mkdir other
107-
cd response
108-
find . -name "*.status" -exec mv {} ../status \;
109-
find . -name "info.json" -exec mv {} ../other \;
110-
find . -name "ping.json" -exec mv {} ../other \;
111-
find . -name "checkVersion.json" -exec mv {} ../other \;
112-
find . -name "retry-fail.json" -exec mv {} ../other \;
113-
find . -name "bad_info.json" -exec mv {} ../other \;
114-
115-
cd ../../tests
104+
cd tests
116105
npm install -g mocha
117106
npm install mocha
118107
npm install -g istanbul

lib/categories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var RosetteException = require("./rosetteExceptions");
2626
*
2727
* @type string
2828
*/
29-
var BINDING_VERSION = "0.8";
29+
var BINDING_VERSION = "1.0";
3030

3131
/**
3232
* @class

lib/checkVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var RosetteException = require("./rosetteExceptions");
2626
*
2727
* @type string
2828
*/
29-
var BINDING_VERSION = "0.10";
29+
var BINDING_VERSION = "1.0";
3030

3131
/**
3232
* @class

lib/entities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var RosetteException = require("./rosetteExceptions");
2626
*
2727
* @type string
2828
*/
29-
var BINDING_VERSION = "0.8";
29+
var BINDING_VERSION = "1.0";
3030

3131
/**
3232
* @class

lib/info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var RosetteException = require("./rosetteExceptions");
2626
*
2727
* @type string
2828
*/
29-
var BINDING_VERSION = "0.8";
29+
var BINDING_VERSION = "1.0";
3030

3131
/**
3232
* @class

lib/language.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var RosetteException = require("./rosetteExceptions");
2626
*
2727
* @type string
2828
*/
29-
var BINDING_VERSION = "0.8";
29+
var BINDING_VERSION = "1.0";
3030

3131
/**
3232
* @class

lib/morphology.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var RosetteException = require("./rosetteExceptions");
2626
*
2727
* @type string
2828
*/
29-
var BINDING_VERSION = "0.8";
29+
var BINDING_VERSION = "1.0";
3030

3131
/**
3232
* @class

lib/nameSimilarity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var RosetteException = require("./rosetteExceptions");
2626
*
2727
* @type string
2828
*/
29-
var BINDING_VERSION = "0.8";
29+
var BINDING_VERSION = "1.0";
3030

3131
/**
3232
* @class

lib/nameTranslation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var RosetteException = require("./rosetteExceptions");
2626
*
2727
* @type string
2828
*/
29-
var BINDING_VERSION = "0.8";
29+
var BINDING_VERSION = "1.0";
3030

3131
/**
3232
* @class

lib/parameters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var zlib = require("zlib");
2828
*
2929
* @type string
3030
*/
31-
var BINDING_VERSION = "0.9";
31+
var BINDING_VERSION = "1.0";
3232

3333
/**
3434
* @class

0 commit comments

Comments
 (0)