watirspec 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ === Version 0.1.4 / 2010-04-06
2
+
3
+ * added dependency for win32screenshot
4
+
1
5
  === Version 0.1.3 / 2010-04-06
2
6
 
3
7
  * fixed a bug where inner table was not shown with Watir::Table#to_a when it was not a direct child, but some other element was in between for example form, span, div etc.
data/README.rdoc CHANGED
@@ -158,4 +158,14 @@ Now, in ui-test-common/config.rb change the URL to your hostname and in config.r
158
158
  This gives you the ability to have host and port written only in one place.
159
159
 
160
160
  Now move all the common functionality away from your project's files into ui-test-common files and start testing.
161
- From now on, add all common functionality into ui-test-common/lib
161
+ From now on, add all common functionality into ui-test-common/lib
162
+
163
+ == KNOWN PROBLEMS (& SOLUTIONS)
164
+
165
+ = PROBLEM #1
166
+
167
+ If you see the following error message when running watirspec:
168
+ R6034. An application has made an attempt to load the C runtime library incorrectly.
169
+
170
+ Solution:
171
+ Install Microsoft Visual C++ 2008 SP1 Redistributable Package
@@ -1,3 +1,3 @@
1
1
  module WatiRspec
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
Binary file
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jarmo Pertman
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-06 00:00:00 +03:00
17
+ date: 2010-04-07 00:00:00 +03:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -105,6 +105,18 @@ dependencies:
105
105
  version: "0"
106
106
  type: :runtime
107
107
  version_requirements: *id007
108
+ - !ruby/object:Gem::Dependency
109
+ name: win32screenshot
110
+ prerelease: false
111
+ requirement: &id008 !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ segments:
116
+ - 0
117
+ version: "0"
118
+ type: :runtime
119
+ version_requirements: *id008
108
120
  description: Combines best features of Watir, RSpec and Ruby for browser-based functional testing.
109
121
  email:
110
122
  - jarmo.p@gmail.com
@@ -150,6 +162,7 @@ files:
150
162
  - todo.txt
151
163
  - watirspec-0.1.1.gem
152
164
  - watirspec-0.1.2.gem
165
+ - watirspec-0.1.3.gem
153
166
  has_rdoc: true
154
167
  homepage: http://github.com/jarmo/WatiRspec
155
168
  licenses: []
@@ -191,6 +204,6 @@ rubyforge_project:
191
204
  rubygems_version: 1.3.6
192
205
  signing_key:
193
206
  specification_version: 3
194
- summary: watirspec 0.1.3
207
+ summary: watirspec 0.1.4
195
208
  test_files: []
196
209