celerity 0.8.0.beta.3 → 0.8.0.beta.4
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/VERSION.yml +1 -1
- data/celerity.gemspec +4 -4
- data/lib/celerity/htmlunit/htmlunit-2.8-SNAPSHOT.jar +0 -0
- metadata +165 -152
data/VERSION.yml
CHANGED
data/celerity.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{celerity}
|
|
8
|
-
s.version = "0.8.0.beta.
|
|
8
|
+
s.version = "0.8.0.beta.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jari Bakken", "T. Alexander Lystad", "Knut Johannes Dahle"]
|
|
12
|
-
s.date = %q{2010-07-
|
|
12
|
+
s.date = %q{2010-07-29}
|
|
13
13
|
s.description = %q{Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for programmatic navigation through web applications. Celerity provides a superset of Watir's API.}
|
|
14
14
|
s.email = %q{jari.bakken@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -98,14 +98,14 @@ Gem::Specification.new do |s|
|
|
|
98
98
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
99
99
|
s.require_paths = ["lib"]
|
|
100
100
|
s.rubyforge_project = %q{celerity}
|
|
101
|
-
s.rubygems_version = %q{1.3.
|
|
101
|
+
s.rubygems_version = %q{1.3.7}
|
|
102
102
|
s.summary = %q{Celerity is a JRuby library for easy and fast functional test automation for web applications.}
|
|
103
103
|
|
|
104
104
|
if s.respond_to? :specification_version then
|
|
105
105
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
106
106
|
s.specification_version = 3
|
|
107
107
|
|
|
108
|
-
if Gem::Version.new(Gem::
|
|
108
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
109
109
|
s.add_development_dependency(%q<rspec>, [">= 0"])
|
|
110
110
|
s.add_development_dependency(%q<yard>, [">= 0"])
|
|
111
111
|
s.add_development_dependency(%q<sinatra>, [">= 1.0"])
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,75 +1,84 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: celerity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: -762584507
|
|
4
5
|
prerelease: true
|
|
5
6
|
segments:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
version: 0.8.0.beta.
|
|
7
|
+
- 0
|
|
8
|
+
- 8
|
|
9
|
+
- 0
|
|
10
|
+
- beta
|
|
11
|
+
- 4
|
|
12
|
+
version: 0.8.0.beta.4
|
|
12
13
|
platform: ruby
|
|
13
14
|
authors:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
- Jari Bakken
|
|
16
|
+
- T. Alexander Lystad
|
|
17
|
+
- Knut Johannes Dahle
|
|
17
18
|
autorequire:
|
|
18
19
|
bindir: bin
|
|
19
20
|
cert_chain: []
|
|
20
21
|
|
|
21
|
-
date: 2010-07-
|
|
22
|
+
date: 2010-07-29 00:00:00 +02:00
|
|
22
23
|
default_executable:
|
|
23
24
|
dependencies:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: rspec
|
|
27
|
+
prerelease: false
|
|
28
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
29
|
+
none: false
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
hash: 3
|
|
34
|
+
segments:
|
|
35
|
+
- 0
|
|
36
|
+
version: "0"
|
|
37
|
+
type: :development
|
|
38
|
+
version_requirements: *id001
|
|
39
|
+
- !ruby/object:Gem::Dependency
|
|
40
|
+
name: yard
|
|
41
|
+
prerelease: false
|
|
42
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
43
|
+
none: false
|
|
44
|
+
requirements:
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
hash: 3
|
|
48
|
+
segments:
|
|
49
|
+
- 0
|
|
50
|
+
version: "0"
|
|
51
|
+
type: :development
|
|
52
|
+
version_requirements: *id002
|
|
53
|
+
- !ruby/object:Gem::Dependency
|
|
54
|
+
name: sinatra
|
|
55
|
+
prerelease: false
|
|
56
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
57
|
+
none: false
|
|
58
|
+
requirements:
|
|
59
|
+
- - ">="
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
hash: 15
|
|
62
|
+
segments:
|
|
63
|
+
- 1
|
|
64
|
+
- 0
|
|
65
|
+
version: "1.0"
|
|
66
|
+
type: :development
|
|
67
|
+
version_requirements: *id003
|
|
68
|
+
- !ruby/object:Gem::Dependency
|
|
69
|
+
name: mongrel
|
|
70
|
+
prerelease: false
|
|
71
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
72
|
+
none: false
|
|
73
|
+
requirements:
|
|
74
|
+
- - ">="
|
|
75
|
+
- !ruby/object:Gem::Version
|
|
76
|
+
hash: 3
|
|
77
|
+
segments:
|
|
78
|
+
- 0
|
|
79
|
+
version: "0"
|
|
80
|
+
type: :development
|
|
81
|
+
version_requirements: *id004
|
|
73
82
|
description: "Celerity is a JRuby wrapper around HtmlUnit \xE2\x80\x93 a headless Java browser with JavaScript support. It provides a simple API for programmatic navigation through web applications. Celerity provides a superset of Watir's API."
|
|
74
83
|
email: jari.bakken@gmail.com
|
|
75
84
|
executables: []
|
|
@@ -77,114 +86,118 @@ executables: []
|
|
|
77
86
|
extensions: []
|
|
78
87
|
|
|
79
88
|
extra_rdoc_files:
|
|
80
|
-
|
|
81
|
-
|
|
89
|
+
- LICENSE
|
|
90
|
+
- README.rdoc
|
|
82
91
|
files:
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
92
|
+
- HISTORY
|
|
93
|
+
- LICENSE
|
|
94
|
+
- README.rdoc
|
|
95
|
+
- Rakefile
|
|
96
|
+
- VERSION.yml
|
|
97
|
+
- celerity.gemspec
|
|
98
|
+
- lib/celerity.rb
|
|
99
|
+
- lib/celerity/browser.rb
|
|
100
|
+
- lib/celerity/clickable_element.rb
|
|
101
|
+
- lib/celerity/collections.rb
|
|
102
|
+
- lib/celerity/container.rb
|
|
103
|
+
- lib/celerity/default_viewer.rb
|
|
104
|
+
- lib/celerity/disabled_element.rb
|
|
105
|
+
- lib/celerity/element.rb
|
|
106
|
+
- lib/celerity/element_collection.rb
|
|
107
|
+
- lib/celerity/element_locator.rb
|
|
108
|
+
- lib/celerity/elements/button.rb
|
|
109
|
+
- lib/celerity/elements/file_field.rb
|
|
110
|
+
- lib/celerity/elements/form.rb
|
|
111
|
+
- lib/celerity/elements/frame.rb
|
|
112
|
+
- lib/celerity/elements/image.rb
|
|
113
|
+
- lib/celerity/elements/label.rb
|
|
114
|
+
- lib/celerity/elements/link.rb
|
|
115
|
+
- lib/celerity/elements/meta.rb
|
|
116
|
+
- lib/celerity/elements/non_control_elements.rb
|
|
117
|
+
- lib/celerity/elements/option.rb
|
|
118
|
+
- lib/celerity/elements/radio_check.rb
|
|
119
|
+
- lib/celerity/elements/select_list.rb
|
|
120
|
+
- lib/celerity/elements/table.rb
|
|
121
|
+
- lib/celerity/elements/table_cell.rb
|
|
122
|
+
- lib/celerity/elements/table_elements.rb
|
|
123
|
+
- lib/celerity/elements/table_row.rb
|
|
124
|
+
- lib/celerity/elements/text_field.rb
|
|
125
|
+
- lib/celerity/exception.rb
|
|
126
|
+
- lib/celerity/htmlunit.rb
|
|
127
|
+
- lib/celerity/htmlunit/apache-mime4j-0.6.jar
|
|
128
|
+
- lib/celerity/htmlunit/commons-codec-1.4.jar
|
|
129
|
+
- lib/celerity/htmlunit/commons-collections-3.2.1.jar
|
|
130
|
+
- lib/celerity/htmlunit/commons-io-1.4.jar
|
|
131
|
+
- lib/celerity/htmlunit/commons-lang-2.4.jar
|
|
132
|
+
- lib/celerity/htmlunit/commons-logging-1.1.1.jar
|
|
133
|
+
- lib/celerity/htmlunit/cssparser-0.9.5.jar
|
|
134
|
+
- lib/celerity/htmlunit/htmlunit-2.8-SNAPSHOT.jar
|
|
135
|
+
- lib/celerity/htmlunit/htmlunit-core-js-2.8-SNAPSHOT.jar
|
|
136
|
+
- lib/celerity/htmlunit/httpclient-4.0.1.jar
|
|
137
|
+
- lib/celerity/htmlunit/httpcore-4.0.1.jar
|
|
138
|
+
- lib/celerity/htmlunit/httpmime-4.0.1.jar
|
|
139
|
+
- lib/celerity/htmlunit/nekohtml-1.9.14.jar
|
|
140
|
+
- lib/celerity/htmlunit/sac-1.3.jar
|
|
141
|
+
- lib/celerity/htmlunit/serializer-2.7.1.jar
|
|
142
|
+
- lib/celerity/htmlunit/xalan-2.7.1.jar
|
|
143
|
+
- lib/celerity/htmlunit/xercesImpl-2.9.1.jar
|
|
144
|
+
- lib/celerity/htmlunit/xml-apis-1.3.04.jar
|
|
145
|
+
- lib/celerity/identifier.rb
|
|
146
|
+
- lib/celerity/ignoring_web_connection.rb
|
|
147
|
+
- lib/celerity/input_element.rb
|
|
148
|
+
- lib/celerity/javascript_debugger.rb
|
|
149
|
+
- lib/celerity/listener.rb
|
|
150
|
+
- lib/celerity/resources/no_viewer.png
|
|
151
|
+
- lib/celerity/short_inspect.rb
|
|
152
|
+
- lib/celerity/util.rb
|
|
153
|
+
- lib/celerity/version.rb
|
|
154
|
+
- lib/celerity/viewer_connection.rb
|
|
155
|
+
- lib/celerity/watir_compatibility.rb
|
|
156
|
+
- lib/celerity/xpath_support.rb
|
|
157
|
+
- tasks/benchmark.rake
|
|
158
|
+
- tasks/check.rake
|
|
159
|
+
- tasks/clean.rake
|
|
160
|
+
- tasks/fix.rake
|
|
161
|
+
- tasks/jar.rake
|
|
162
|
+
- tasks/jeweler.rake
|
|
163
|
+
- tasks/rdoc.rake
|
|
164
|
+
- tasks/snapshot.rake
|
|
165
|
+
- tasks/spec.rake
|
|
166
|
+
- tasks/website.rake
|
|
167
|
+
- tasks/yard.rake
|
|
159
168
|
has_rdoc: true
|
|
160
169
|
homepage: http://github.com/jarib/celerity
|
|
161
170
|
licenses: []
|
|
162
171
|
|
|
163
172
|
post_install_message:
|
|
164
173
|
rdoc_options:
|
|
165
|
-
|
|
174
|
+
- --charset=UTF-8
|
|
166
175
|
require_paths:
|
|
167
|
-
|
|
176
|
+
- lib
|
|
168
177
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
178
|
+
none: false
|
|
169
179
|
requirements:
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
180
|
+
- - ">="
|
|
181
|
+
- !ruby/object:Gem::Version
|
|
182
|
+
hash: 3
|
|
183
|
+
segments:
|
|
184
|
+
- 0
|
|
185
|
+
version: "0"
|
|
175
186
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
|
+
none: false
|
|
176
188
|
requirements:
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
189
|
+
- - ">"
|
|
190
|
+
- !ruby/object:Gem::Version
|
|
191
|
+
hash: 25
|
|
192
|
+
segments:
|
|
193
|
+
- 1
|
|
194
|
+
- 3
|
|
195
|
+
- 1
|
|
196
|
+
version: 1.3.1
|
|
184
197
|
requirements: []
|
|
185
198
|
|
|
186
199
|
rubyforge_project: celerity
|
|
187
|
-
rubygems_version: 1.3.
|
|
200
|
+
rubygems_version: 1.3.7
|
|
188
201
|
signing_key:
|
|
189
202
|
specification_version: 3
|
|
190
203
|
summary: Celerity is a JRuby library for easy and fast functional test automation for web applications.
|