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

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Jun 18, 2014
1 parent 8547f87 commit 2697f75
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Dev
## 0.4.0 - 2014-06-18

* Crop region for screenshots is calculated via client script inside
browser instead of `gemini`. This allows to issue fewer requests to
Expand Down
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gemini",
"version": "0.3.4",
"version": "0.4.0",
"description": "UI Screenshot testing utility",
"bin": {
"gemini": "./bin/gemini"
Expand Down Expand Up @@ -31,9 +31,24 @@
"test-func": "istanbul test _mocha test/functional",
"test": "istanbul test _mocha test test/functional"
},
"author": "",
"author": "Sergey Tatarintsev <[email protected]> (https://github.com/SevInf)",
"license": "MIT",
"directories": {
"test": "test"
}
},
"repository": {
"type": "git",
"url": "https://github.com/bem/gemini.git"
},
"keywords": [
"test",
"testing",
"screenshot",
"selenium",
"layout"
],
"bugs": {
"url": "https://github.com/bem/gemini/issues"
},
"homepage": "https://github.com/bem/gemini"
}

0 comments on commit 2697f75

Please sign in to comment.