selenium-framework 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/copyfiles/Gemfile +10 -10
- data/bin/copyfiles/include.rb +12 -12
- data/bin/copyfiles/project_file.rb +24 -24
- data/bin/framework +297 -297
- data/lib/modules/login/login.rb +13 -13
- data/lib/selenium-framework.rb +10 -10
- data/lib/userextension/user_extension.rb +239 -239
- metadata +42 -21
metadata
CHANGED
@@ -1,23 +1,33 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: selenium-framework
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 0
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Suyog Sakegaonkar, Thiyagarajan Veluchamy
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
17
|
+
|
18
|
+
date: 2013-03-26 00:00:00 -07:00
|
19
|
+
default_executable:
|
13
20
|
dependencies: []
|
21
|
+
|
14
22
|
description: Selenium Automation FrameWork
|
15
23
|
email: suyogsakegaonkar@gmail.com, thiyagarajannv@gmail.com
|
16
|
-
executables:
|
24
|
+
executables:
|
17
25
|
- framework
|
18
26
|
extensions: []
|
27
|
+
|
19
28
|
extra_rdoc_files: []
|
20
|
-
|
29
|
+
|
30
|
+
files:
|
21
31
|
- lib/userextension/user_extension.rb
|
22
32
|
- lib/selenium-framework.rb
|
23
33
|
- lib/modules/login/login.rb
|
@@ -25,28 +35,39 @@ files:
|
|
25
35
|
- bin/copyfiles/include.rb
|
26
36
|
- bin/copyfiles/project_file.rb
|
27
37
|
- bin/framework
|
38
|
+
has_rdoc: true
|
28
39
|
homepage: https://github.com/webonise/AutomationFramework
|
29
40
|
licenses: []
|
30
|
-
|
41
|
+
|
42
|
+
post_install_message: ""
|
31
43
|
rdoc_options: []
|
32
|
-
|
44
|
+
|
45
|
+
require_paths:
|
33
46
|
- lib
|
34
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
47
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
35
48
|
none: false
|
36
|
-
requirements:
|
37
|
-
- -
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
|
40
|
-
|
49
|
+
requirements:
|
50
|
+
- - ">="
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
hash: 3
|
53
|
+
segments:
|
54
|
+
- 0
|
55
|
+
version: "0"
|
56
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
41
57
|
none: false
|
42
|
-
requirements:
|
43
|
-
- -
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
hash: 3
|
62
|
+
segments:
|
63
|
+
- 0
|
64
|
+
version: "0"
|
46
65
|
requirements: []
|
66
|
+
|
47
67
|
rubyforge_project:
|
48
|
-
rubygems_version: 1.
|
68
|
+
rubygems_version: 1.6.2
|
49
69
|
signing_key:
|
50
70
|
specification_version: 3
|
51
|
-
summary: This gem is used for automation framework
|
71
|
+
summary: This gem is used for selenium automation framework
|
52
72
|
test_files: []
|
73
|
+
|