Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
Merge branch '1-0-2'
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
	lib/capybara/poltergeist/version.rb
  • Loading branch information
jonleighton committed Oct 30, 2012
2 parents 05f26a9 + 40c9136 commit 7cfd512
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
@@ -1,6 +1,10 @@
# Poltergeist - A PhantomJS driver for Capybara #

<<<<<<< HEAD
Version: 1.0.1
=======
Version: 1.0.2
>>>>>>> 1-0-2
[![Build Status](https://secure.travis-ci.org/jonleighton/poltergeist.png)](http://travis-ci.org/jonleighton/poltergeist)

Expand Down Expand Up @@ -298,6 +302,8 @@ Include as much information as possible. For example:
* Add `page.driver.click(x, y)` to click precise coordinates.
(Micah Geisel)

### 1.0.2 ###

#### Bug fixes ####

* Clearing the value before setting a new value by sending a backspace.
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/poltergeist/version.rb
@@ -1,5 +1,5 @@
module Capybara
module Poltergeist
VERSION = "1.0.1"
VERSION = "1.0.2"
end
end

0 comments on commit 7cfd512

Please sign in to comment.