watirsplash 0.2.11 → 0.2.12
Sign up to get free protection for your applications and to get access to all the features.
- data/History.rdoc +4 -0
- data/VERSION +1 -1
- data/lib/watirsplash.rb +3 -0
- metadata +5 -5
data/History.rdoc
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
=== Version 0.2.12 / 2010-10-15
|
2
|
+
|
3
|
+
* really fix integration with RAutomation and AutoIt - uninstall all versions of Watir before installing this version of WatirSplash due to the conflicts of Watir's AutoIt version and RAutomation AutoIt version
|
4
|
+
|
1
5
|
=== Version 0.2.11 / 2010-10-15
|
2
6
|
|
3
7
|
* fix integration with RAutomation - uninstall all versions of Watir before installing this version of WatirSplash due to the conflicts of Watir's AutoIt version and RAutomation AutoIt version
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.12
|
data/lib/watirsplash.rb
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
require "rubygems"
|
2
2
|
require "require_all"
|
3
3
|
require "rautomation"
|
4
|
+
# initialize explicitly RAutomation::Window object to load correct version of AutoIt
|
5
|
+
RAutomation::Window.new(:title => "sometitle")
|
6
|
+
|
4
7
|
gem "rspec", "=1.3.0"
|
5
8
|
require "spec"
|
6
9
|
gem "watir", "=1.6.6"
|
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: 15
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 12
|
10
|
+
version: 0.2.12
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jarmo Pertman
|
@@ -202,7 +202,7 @@ licenses: []
|
|
202
202
|
post_install_message: |-
|
203
203
|
*************************
|
204
204
|
|
205
|
-
Thank you for installing WatirSplash 0.2.
|
205
|
+
Thank you for installing WatirSplash 0.2.12! Don't forget to take a look at README and History files!
|
206
206
|
|
207
207
|
Execute "watirsplash generate" under your project's directory to generate default project structure.
|
208
208
|
|
@@ -241,7 +241,7 @@ rubyforge_project:
|
|
241
241
|
rubygems_version: 1.3.7
|
242
242
|
signing_key:
|
243
243
|
specification_version: 3
|
244
|
-
summary: watirsplash 0.2.
|
244
|
+
summary: watirsplash 0.2.12
|
245
245
|
test_files:
|
246
246
|
- spec/spec_helper_spec.rb
|
247
247
|
- spec/spec_match_array_spec.rb
|