vapir-common 1.7.0.rc1 → 1.7.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.
- data/lib/vapir-common/elements/elements.rb +0 -3
- data/lib/vapir-common.rb +1 -1
- metadata +20 -11
|
@@ -15,9 +15,6 @@ module Vapir
|
|
|
15
15
|
dom_attr :name
|
|
16
16
|
dom_attr :src
|
|
17
17
|
inspect_these :name, :src
|
|
18
|
-
|
|
19
|
-
# TODO/FIX: move this onto common page container, when such a thing exists
|
|
20
|
-
element_collection proc{|frame| Element.object_collection_to_enumerable(frame.content_window_object.frames) }, :frames, Frame
|
|
21
18
|
end
|
|
22
19
|
module InputElement
|
|
23
20
|
extend ElementHelper
|
data/lib/vapir-common.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vapir-common
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 1
|
|
7
|
+
- 7
|
|
8
|
+
- 0
|
|
9
|
+
version: 1.7.0
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- Ethan
|
|
@@ -9,19 +14,21 @@ autorequire:
|
|
|
9
14
|
bindir: bin
|
|
10
15
|
cert_chain: []
|
|
11
16
|
|
|
12
|
-
date: 2010-
|
|
17
|
+
date: 2010-06-02 00:00:00 -04:00
|
|
13
18
|
default_executable:
|
|
14
19
|
dependencies:
|
|
15
20
|
- !ruby/object:Gem::Dependency
|
|
16
21
|
name: user-choices
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
20
24
|
requirements:
|
|
21
25
|
- - ">="
|
|
22
26
|
- !ruby/object:Gem::Version
|
|
27
|
+
segments:
|
|
28
|
+
- 0
|
|
23
29
|
version: "0"
|
|
24
|
-
|
|
30
|
+
type: :runtime
|
|
31
|
+
version_requirements: *id001
|
|
25
32
|
description: " Vapir Common is a library containing common code shared among browser-specific\n Vapir implementations which programatically drive the web browsers,\n exposing a simple-to-use and powerful API to make automated testing a \n simple and joyous affair. \n Forked from the Watir library. \n"
|
|
26
33
|
email: vapir@googlegroups.com
|
|
27
34
|
executables: []
|
|
@@ -70,18 +77,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
70
77
|
requirements:
|
|
71
78
|
- - ">="
|
|
72
79
|
- !ruby/object:Gem::Version
|
|
80
|
+
segments:
|
|
81
|
+
- 0
|
|
73
82
|
version: "0"
|
|
74
|
-
version:
|
|
75
83
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
84
|
requirements:
|
|
77
|
-
- - "
|
|
85
|
+
- - ">="
|
|
78
86
|
- !ruby/object:Gem::Version
|
|
79
|
-
|
|
80
|
-
|
|
87
|
+
segments:
|
|
88
|
+
- 0
|
|
89
|
+
version: "0"
|
|
81
90
|
requirements: []
|
|
82
91
|
|
|
83
92
|
rubyforge_project:
|
|
84
|
-
rubygems_version: 1.3.
|
|
93
|
+
rubygems_version: 1.3.6
|
|
85
94
|
signing_key:
|
|
86
95
|
specification_version: 3
|
|
87
96
|
summary: Common basis for Vapir libraries for automating web browsers in Ruby
|