awetestlib 0.1.29pre4-x86-mingw32 → 0.1.29-x86-mingw32

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: x86-mingw32
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
@@ -347,19 +345,6 @@ files:
347
345
  - ext/Rakefile
348
346
  - ext/mkrf_conf.rb
349
347
  - images/logo.png
350
- - images/netbeans1.jpg
351
- - images/netbeans2.jpg
352
- - images/netbeans3.jpg
353
- - images/netbeans4.jpg
354
- - images/netbeans5.jpg
355
- - images/rubymine1.jpg
356
- - images/rubymine2.jpg
357
- - images/rubymine3.jpg
358
- - images/rubymine4.jpg
359
- - images/scripting1.png
360
- - images/scripting2.png
361
- - images/scripting3.png
362
- - images/scripting4.png
363
348
  - lib/awetestlib.rb
364
349
  - lib/awetestlib/html_report.rb
365
350
  - lib/awetestlib/logging.rb
@@ -417,7 +402,6 @@ files:
417
402
  - test/create_zoho_account1.rb
418
403
  - test/create_zoho_account2.rb
419
404
  - test/demo.rb
420
- - test/demo_wwd.rb
421
405
  - test/google_search1.rb
422
406
  - test/google_search2.rb
423
407
  - test/login.xls
@@ -448,14 +432,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
448
432
  required_rubygems_version: !ruby/object:Gem::Requirement
449
433
  none: false
450
434
  requirements:
451
- - - ">"
435
+ - - ">="
452
436
  - !ruby/object:Gem::Version
453
- hash: 25
437
+ hash: 3
454
438
  segments:
455
- - 1
456
- - 3
457
- - 1
458
- version: 1.3.1
439
+ - 0
440
+ version: "0"
459
441
  requirements: []
460
442
 
461
443
  rubyforge_project:
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