commonwatir 2.0.0.rc3 → 2.0.0

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.
Files changed (3) hide show
  1. data/CHANGES +8 -2
  2. data/VERSION +1 -1
  3. metadata +8 -12
data/CHANGES CHANGED
@@ -1,6 +1,6 @@
1
- == Version 2.0.0 - 2011/07/XX
1
+ == Version 2.0.0 - 2011/08/10
2
2
 
3
- * RIP FireWatir - there won't be any new releases
3
+ * RIP FireWatir - there won't be any new releases due to the lack of JSSH extension for Firefox 4+ versions.
4
4
  * all elements are using 0-based indexing instead of old 1-based indexing:
5
5
  - disable it temporarily: require "watir"; Watir.options[:zero_based_indexing] = false
6
6
  * #radio and #checkbox methods doesn't allow 3 parameters anymore for locating with "value"
@@ -22,6 +22,12 @@
22
22
  - tds => cells
23
23
  - a => link
24
24
  - as => links
25
+ - img => image
26
+ - imgs => images
27
+
28
+ == Version 1.9.3 - 2011/07/24
29
+
30
+ * Only FireWatir version released to make a dependency for commonwatir to be less strict to make it possible to use FireWatir together with Watir 2+ versions if needed.
25
31
 
26
32
  == Version 1.9.2 - 2011/07/11
27
33
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0.rc3
1
+ 2.0.0
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commonwatir
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424083
5
- prerelease: 6
4
+ hash: 15
5
+ prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
9
  - 0
10
- - rc
11
- - 3
12
- version: 2.0.0.rc3
10
+ version: 2.0.0
13
11
  platform: ruby
14
12
  authors:
15
13
  - Bret Pettichord
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2011-07-25 00:00:00 Z
18
+ date: 2011-08-10 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: user-choices
@@ -125,14 +123,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
125
123
  required_rubygems_version: !ruby/object:Gem::Requirement
126
124
  none: false
127
125
  requirements:
128
- - - ">"
126
+ - - ">="
129
127
  - !ruby/object:Gem::Version
130
- hash: 25
128
+ hash: 3
131
129
  segments:
132
- - 1
133
- - 3
134
- - 1
135
- version: 1.3.1
130
+ - 0
131
+ version: "0"
136
132
  requirements: []
137
133
 
138
134
  rubyforge_project: wtr