Skip to content

Commit

Permalink
Updated Lebowski to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcohen committed Dec 6, 2010
1 parent cc728ca commit 99c999d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# lebowski 0.3.0 December 6, 2010

* Updated to now work with Ruby 1.9.2 and RSpec v2
* Fixes drag and drop user actions
* Fixes clicking on segmented view's buttons
* Fixes mouse user actions so that, by default, DOM elements are clicked in the center instead of relative (0, 0)
* Fixes RSpec extension That operator's contains? method
* Note: If creating an instance of the Selenium client driver that you want to pass to Lebowski's
MainApplication, you must now supply the client with a timeout value or else you will immediately get a
timeout error (e.g. set :timeout_in_seconds => 60)

# lebowski 0.2.1 October 6, 2010

* Fixed MainApplication object's define_root_object method
Expand Down
4 changes: 2 additions & 2 deletions lib/lebowski/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
module Lebowski
module Version
MAJOR = 0
MINOR = 2
PATCH = 1
MINOR = 3
PATCH = 0
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
Expand Down

0 comments on commit 99c999d

Please sign in to comment.