awetestlib 0.1.29pre4 → 0.1.29

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awetestlib
3
3
  version: !ruby/object:Gem::Version
4
- hash: -223651751
5
- prerelease: 6
4
+ hash: 33
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 29
10
- - pre
11
- - 4
12
- version: 0.1.29pre4
10
+ version: 0.1.29
13
11
  platform: ruby
14
12
  authors:
15
13
  - Anthony Woo
@@ -18,7 +16,7 @@ autorequire:
18
16
  bindir: bin
19
17
  cert_chain: []
20
18
 
21
- date: 2013-04-10 00:00:00 Z
19
+ date: 2013-04-22 00:00:00 Z
22
20
  dependencies:
23
21
  - !ruby/object:Gem::Dependency
24
22
  name: watir-webdriver
@@ -282,19 +280,6 @@ files:
282
280
  - ext/Rakefile
283
281
  - ext/mkrf_conf.rb
284
282
  - images/logo.png
285
- - images/netbeans1.jpg
286
- - images/netbeans2.jpg
287
- - images/netbeans3.jpg
288
- - images/netbeans4.jpg
289
- - images/netbeans5.jpg
290
- - images/rubymine1.jpg
291
- - images/rubymine2.jpg
292
- - images/rubymine3.jpg
293
- - images/rubymine4.jpg
294
- - images/scripting1.png
295
- - images/scripting2.png
296
- - images/scripting3.png
297
- - images/scripting4.png
298
283
  - lib/awetestlib.rb
299
284
  - lib/awetestlib/html_report.rb
300
285
  - lib/awetestlib/logging.rb
@@ -352,7 +337,6 @@ files:
352
337
  - test/create_zoho_account1.rb
353
338
  - test/create_zoho_account2.rb
354
339
  - test/demo.rb
355
- - test/demo_wwd.rb
356
340
  - test/google_search1.rb
357
341
  - test/google_search2.rb
358
342
  - test/login.xls
data/images/netbeans1.jpg DELETED
Binary file
data/images/netbeans2.jpg DELETED
Binary file
data/images/netbeans3.jpg DELETED
Binary file
data/images/netbeans4.jpg DELETED
Binary file
data/images/netbeans5.jpg DELETED
Binary file
data/images/rubymine1.jpg DELETED
Binary file
data/images/rubymine2.jpg DELETED
Binary file
data/images/rubymine3.jpg DELETED
Binary file
data/images/rubymine4.jpg DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
data/test/demo_wwd.rb DELETED
@@ -1,7 +0,0 @@
1
- require 'rubygems'
2
- require 'watir-webdriver'
3
-
4
- b=Watir::Browser.new(:remote, :desired_capabilities=>:'safari')
5
- b.goto("www.google.com")
6
- b.text_field(:name ,"q").set("3qilabs")
7
- b.button(:name,"btnG").click