watirsplash 2.1.0 → 2.1.1

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/Gemfile CHANGED
@@ -9,7 +9,7 @@ platforms :mingw, :mswin do
9
9
  end
10
10
 
11
11
  gem "watir-webdriver", WatirSplash::Version::WATIR_WEBDRIVER
12
- gem "firewatir", WatirSplash::Version::WATIR
12
+ gem "firewatir", ">= 1.9.3"
13
13
  gem "rspec", "~>2.6.0"
14
14
  gem "spork", "~>0.9.0.rc9"
15
15
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- watirsplash (2.1.0)
4
+ watirsplash (2.1.1)
5
5
  bundler (~> 1.0)
6
6
  rake (= 0.8.7)
7
7
  require_all
@@ -12,22 +12,22 @@ GEM
12
12
  remote: http://rubygems.org/
13
13
  specs:
14
14
  builder (3.0.0)
15
- childprocess (0.1.9)
15
+ childprocess (0.2.1)
16
16
  ffi (~> 1.0.6)
17
- commonwatir (1.9.2)
17
+ commonwatir (2.0.1)
18
18
  user-choices
19
19
  diff-lcs (1.1.2)
20
20
  ffi (1.0.9-x86-mingw32)
21
- firewatir (1.9.2)
22
- commonwatir (= 1.9.2)
23
- hoe (2.10.0)
21
+ firewatir (1.9.3)
22
+ commonwatir (>= 1.9.2)
23
+ hoe (2.12.0)
24
24
  rake (~> 0.8)
25
25
  json_pure (1.5.3)
26
26
  mini_magick (3.2.1)
27
27
  subexec (~> 0.0.4)
28
28
  nokogiri (1.5.0-x86-mingw32)
29
29
  rake (0.8.7)
30
- rautomation (0.6.2)
30
+ rautomation (0.6.3)
31
31
  require_all (1.2.0)
32
32
  rspec (2.6.0)
33
33
  rspec-core (~> 2.6.0)
@@ -40,8 +40,8 @@ GEM
40
40
  rubyzip (0.9.4)
41
41
  s4t-utils (1.0.4)
42
42
  hoe (>= 1.3.0)
43
- selenium-webdriver (0.2.2)
44
- childprocess (>= 0.1.9)
43
+ selenium-webdriver (2.4.0)
44
+ childprocess (>= 0.2.1)
45
45
  ffi (>= 1.0.7)
46
46
  json_pure
47
47
  rubyzip
@@ -54,23 +54,22 @@ GEM
54
54
  builder (>= 2.1.2)
55
55
  s4t-utils (>= 1.0.3)
56
56
  xml-simple (>= 1.0.11)
57
- watir (1.9.2)
58
- commonwatir (= 1.9.2)
57
+ watir (2.0.1)
58
+ commonwatir (= 2.0.1)
59
59
  ffi (~> 1.0)
60
- firewatir (= 1.9.2)
61
60
  nokogiri
62
- rautomation (~> 0.6.2)
61
+ rautomation (~> 0.6.3)
63
62
  win32-process (>= 0.5.5)
64
63
  windows-pr (>= 0.6.6)
65
- watir-webdriver (0.2.5)
64
+ watir-webdriver (0.3.1)
66
65
  selenium-webdriver (>= 0.2.2)
67
66
  win32-api (1.4.8-x86-mingw32)
68
67
  win32-process (0.6.5)
69
68
  windows-pr (>= 1.1.2)
70
- win32screenshot (1.0.4)
69
+ win32screenshot (1.0.5)
71
70
  ffi (~> 1.0)
72
71
  mini_magick (~> 3.2.0)
73
- rautomation (~> 0.5)
72
+ rautomation (~> 0.6.3)
74
73
  windows-api (0.4.0)
75
74
  win32-api (>= 1.4.5)
76
75
  windows-pr (1.2.0)
@@ -82,10 +81,10 @@ PLATFORMS
82
81
  x86-mingw32
83
82
 
84
83
  DEPENDENCIES
85
- firewatir (= 1.9.2)
84
+ firewatir (>= 1.9.3)
86
85
  rspec (~> 2.6.0)
87
86
  spork (~> 0.9.0.rc9)
88
- watir (= 1.9.2)
89
- watir-webdriver (~> 0.2.5)
87
+ watir (= 2.0.1)
88
+ watir-webdriver (~> 0.3.1)
90
89
  watirsplash!
91
- win32screenshot (~> 1.0.4)
90
+ win32screenshot (~> 1.0.5)
data/History.rdoc CHANGED
@@ -1,3 +1,8 @@
1
+ === Version 2.1.1 / 2011-08-18
2
+
3
+ * bumped Watir dependency to 2.0.1
4
+ * bumped Watir-WebDriver dependency to 0.3.1
5
+
1
6
  === Version 2.1.0 / 2011-07-11
2
7
 
3
8
  * integrated with Spork for faster environment loading
@@ -1,10 +1,10 @@
1
1
  module WatirSplash
2
2
  module Version
3
- WATIRSPLASH = "2.1.0"
3
+ WATIRSPLASH = "2.1.1"
4
4
 
5
5
  # possible runtime dependencies
6
- WATIR = "1.9.2"
7
- WIN32SCREENSHOT = "~>1.0.4"
8
- WATIR_WEBDRIVER = "~>0.2.5"
6
+ WATIR = "2.0.1"
7
+ WIN32SCREENSHOT = "~>1.0.5"
8
+ WATIR_WEBDRIVER = "~>0.3.1"
9
9
  end
10
10
  end
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: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 0
10
- version: 2.1.0
9
+ - 1
10
+ version: 2.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jarmo Pertman
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-12 00:00:00 Z
18
+ date: 2011-08-18 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rake
@@ -173,7 +173,7 @@ rubyforge_project:
173
173
  rubygems_version: 1.8.4
174
174
  signing_key:
175
175
  specification_version: 3
176
- summary: watirsplash 2.1.0
176
+ summary: watirsplash 2.1.1
177
177
  test_files:
178
178
  - spec/browser_spec.rb
179
179
  - spec/page_spec.rb