Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Modifications to versioning information
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeeching committed Mar 2, 2010
1 parent 8b3cc0c commit 6f9512d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "vendor/riotjs"]
path = vendor/riotjs
url = git://github.com/alexyoung/riotjs.git
[submodule "vendor/pdoc"]
path = vendor/pdoc
url = git://github.com/tobie/pdoc.git
5 changes: 0 additions & 5 deletions docs/TODO.rtf

This file was deleted.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qmock",
"version": "0.3.0",
"description": "An 'expect-run-verify' JavaScript mocking framework",
"description": "An 'expect-run-verify' JavaScript object mocking framework",
"keywords": [ "testing", "unit", "stub", "mocking", "mock", "CommonJS" ],
"maintainers": [
{
Expand All @@ -11,6 +11,11 @@
}
],
"contributors" : [
{
"name": "Andy Beeching",
"email": "andybeeching@gmail.com",
"url": "http://twitter.com/andybeeching/"
},
{
"name": "Mark Meyer",
"email": "markdotmeyer@gmail.com",
Expand Down
4 changes: 2 additions & 2 deletions src/qmock.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* class QMock
*
* QMock is a 'expect-run-verify' JavaScript mocking library inspired by
* the Java jMock & EasyMock libraries for use in TDD workflow for authoring
* the Java JMock & EasyMock libraries for use in TDD workflow for authoring
* JavaScript. QMock can be used:
*
* * By itself for easy mocking of collaborator objects & interfaces with
Expand Down Expand Up @@ -624,7 +624,7 @@
Mock: Receiver,
Method: Member,
config: config,
version: "0.3", // follow semantic versioning conventions (http://semver.org/)
version: "0.3.0", // follow semantic versioning conventions (http://semver.org/)
is: is,
createStub: createStub,
verify: {
Expand Down

0 comments on commit 6f9512d

Please sign in to comment.