watirsplash 0.2.9 → 0.2.10
Sign up to get free protection for your applications and to get access to all the features.
- data/History.rdoc +5 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +8 -8
data/History.rdoc
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
=== Version 0.2.10 / 2010-10-14
|
2
|
+
|
3
|
+
* Added Watir 1.6.6 dependency
|
4
|
+
|
1
5
|
=== Version 0.2.9 / 2010-10-14
|
2
6
|
|
3
7
|
* AutoItHelper is no more! Using RAutomation gem instead
|
@@ -16,7 +20,7 @@
|
|
16
20
|
|
17
21
|
* moved a lot of documentation from the README to the wiki at http://github.com/jarmo/watirsplash/wiki
|
18
22
|
* Timeout::Error will be raised if browser hasn't loaded page within 5 minutes
|
19
|
-
* added Watir::WaitHelper with
|
23
|
+
* added Watir::WaitHelper with convenience methods like #when_present, #wait_until_present,
|
20
24
|
#wait_while_present, #wait_while and #wait_while? - see about usage from the wiki!
|
21
25
|
Timeout Exception class is now Watir::WaitHelper::TimeoutError when using the methods above
|
22
26
|
* removed #file_path and #native_file_path methods - use File.path and File.native_path methods instead
|
data/Rakefile
CHANGED
@@ -27,7 +27,7 @@ Execute "watirsplash generate" under your project's directory to generate defaul
|
|
27
27
|
|
28
28
|
#{"*"*25}}
|
29
29
|
|
30
|
-
gem.add_dependency("watir", "=1.6.
|
30
|
+
gem.add_dependency("watir", "=1.6.6")
|
31
31
|
gem.add_dependency("rspec", "=1.3.0")
|
32
32
|
gem.add_dependency("diff-lcs")
|
33
33
|
gem.add_dependency("rautomation")
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.10
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: watirsplash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 10
|
10
|
+
version: 0.2.10
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jarmo Pertman
|
@@ -26,12 +26,12 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - "="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
hash:
|
29
|
+
hash: 3
|
30
30
|
segments:
|
31
31
|
- 1
|
32
32
|
- 6
|
33
|
-
-
|
34
|
-
version: 1.6.
|
33
|
+
- 6
|
34
|
+
version: 1.6.6
|
35
35
|
type: :runtime
|
36
36
|
version_requirements: *id001
|
37
37
|
- !ruby/object:Gem::Dependency
|
@@ -200,7 +200,7 @@ licenses: []
|
|
200
200
|
post_install_message: |-
|
201
201
|
*************************
|
202
202
|
|
203
|
-
Thank you for installing WatirSplash 0.2.
|
203
|
+
Thank you for installing WatirSplash 0.2.10! Don't forget to take a look at README and History files!
|
204
204
|
|
205
205
|
Execute "watirsplash generate" under your project's directory to generate default project structure.
|
206
206
|
|
@@ -239,7 +239,7 @@ rubyforge_project:
|
|
239
239
|
rubygems_version: 1.3.7
|
240
240
|
signing_key:
|
241
241
|
specification_version: 3
|
242
|
-
summary: watirsplash 0.2.
|
242
|
+
summary: watirsplash 0.2.10
|
243
243
|
test_files:
|
244
244
|
- spec/spec_helper_spec.rb
|
245
245
|
- spec/spec_match_array_spec.rb
|