lebowski 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.md CHANGED
@@ -1,3 +1,7 @@
1
+ # lebowski 0.3.2 January 26, 2011
2
+
3
+ * Fixed picker pane proxy's click_off method. parent modal pane will now always be clicked and not get blocked by the picker pane.
4
+
1
5
  # lebowski 0.3.1 January 23, 2011
2
6
 
3
7
  * Fixed mouse down and right mouse down user actions
@@ -33,7 +33,7 @@ module Lebowski
33
33
  end
34
34
 
35
35
  def click_off()
36
- modal.click
36
+ modal.click_at(0, 0)
37
37
  end
38
38
 
39
39
  end
@@ -7,7 +7,7 @@ module Lebowski
7
7
  module Version
8
8
  MAJOR = 0
9
9
  MINOR = 3
10
- PATCH = 1
10
+ PATCH = 2
11
11
  BUILD = nil
12
12
 
13
13
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 2
9
+ version: 0.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Cohen
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-23 00:00:00 -05:00
17
+ date: 2011-01-26 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -291,7 +291,7 @@ licenses:
291
291
  post_install_message: |
292
292
  **************************************************
293
293
 
294
- Thank you for installing lebowski-0.3.1
294
+ Thank you for installing lebowski-0.3.2
295
295
 
296
296
  Please be sure to read the README.md and History.md
297
297
  for useful information on how to use this framework
@@ -314,7 +314,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
314
314
  requirements:
315
315
  - - ">="
316
316
  - !ruby/object:Gem::Version
317
- hash: 456298455366827608
317
+ hash: -1279369443089689073
318
318
  segments:
319
319
  - 0
320
320
  version: "0"