Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misprintt committed Apr 27, 2014
1 parent 9652133 commit 21aa302
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 15 deletions.
4 changes: 0 additions & 4 deletions CHANGES.md
Expand Up @@ -4,10 +4,6 @@ v3.0.0
- removed Haxe 2.x support
- removed dependency on tink macros

Known Issues

- unable to mock private class references ()

v2.1.1
- hotfix for mocking getter/setters of type Void-Void (issue #17)

Expand Down
21 changes: 21 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,21 @@
(The MIT License)

Copyright (C) 2014 by Dominic De Lorenzo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
4 changes: 1 addition & 3 deletions build/Build.hx
Expand Up @@ -12,11 +12,9 @@ class Build extends mtask.core.BuildBase
t.description = "Mockatoo is a Haxe library for mock creation, verification and stubbing.";
t.url = "http://github.com/misprintt/mockatoo";

t.versionDescription = "Hotfix for mocking getter/setter of type Void->Void";
t.versionDescription = "Updated for Haxe 3.1.x";

t.addDependency("mconsole");
t.addDependency("tink_macro");
t.addDependency("tink_core");

t.beforeCompile = function(path)
{
Expand Down
9 changes: 4 additions & 5 deletions lib.json
Expand Up @@ -3,9 +3,8 @@
"mlib":"2.0.2",
"mcover":"2.0.3",
"msys":"1.2.2",
"mconsole":"1.5.0",
"mcore":"1.3.3",
"munit":"2.0.4",
"hamcrest":"1.2.1",
"mtask":"2.0.1"
"mconsole":"1.6.1",
"mcore":"1.3.8",
"munit":"2.1.1",
"mtask":"3.3.1"
}
2 changes: 1 addition & 1 deletion project.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies":
{
"mtask":"2.x",
"mtask":"3.x",
"munit":"2.x"
}
},
Expand Down
6 changes: 4 additions & 2 deletions src/haxelib.json
Expand Up @@ -3,8 +3,10 @@
"license": "MIT",
"tags": [],
"description": "Mockatoo is a Haxe library for mock creation, verification and stubbing.",
"contributors": ["massive"],
"releasenote": "Added support for Haxe 3.1.x",
"contributors": [
"massive"
],
"releasenote": "Updated for Haxe 3.1.x",
"version": "3.0.0",
"url": "http://github.com/misprintt/mockatoo",
"dependencies":
Expand Down

0 comments on commit 21aa302

Please sign in to comment.