celerity 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +2 -1
- data/celerity.gemspec +2 -2
- data/lib/celerity/browser.rb +3 -3
- data/lib/celerity/htmlunit/htmlunit-2.9-SNAPSHOT.jar +0 -0
- metadata +151 -151
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.
|
8
|
+
s.version = "0.8.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Jari Bakken", "T. Alexander Lystad", "Knut Johannes Dahle"]
|
12
|
-
s.date = %q{2010-09-
|
12
|
+
s.date = %q{2010-09-17}
|
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 = [
|
data/lib/celerity/browser.rb
CHANGED
@@ -829,13 +829,13 @@ module Celerity
|
|
829
829
|
when :firefox, :ff, :firefox3, :ff3 # default :firefox
|
830
830
|
::HtmlUnit::BrowserVersion::FIREFOX_3
|
831
831
|
when :firefox_3_6, :ff36
|
832
|
-
::HtmlUnit::BrowserVersion::
|
832
|
+
::HtmlUnit::BrowserVersion::FIREFOX_3_6
|
833
833
|
when :internet_explorer_6, :ie6
|
834
834
|
::HtmlUnit::BrowserVersion::INTERNET_EXPLORER_6
|
835
|
-
when :internet_explorer, :ie, :internet_explorer7, :ie7 # default :ie
|
835
|
+
when :internet_explorer, :ie, :internet_explorer7, :internet_explorer_7, :ie7 # default :ie
|
836
836
|
::HtmlUnit::BrowserVersion::INTERNET_EXPLORER_7
|
837
837
|
when :internet_explorer_8, :ie8
|
838
|
-
::HtmlUnit::BrowserVersion::
|
838
|
+
::HtmlUnit::BrowserVersion::INTERNET_EXPLORER_8
|
839
839
|
else
|
840
840
|
raise ArgumentError, "unknown browser: #{browser.inspect}"
|
841
841
|
end
|
Binary file
|
metadata
CHANGED
@@ -3,75 +3,75 @@ name: celerity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
version: 0.8.
|
6
|
+
- 0
|
7
|
+
- 8
|
8
|
+
- 2
|
9
|
+
version: 0.8.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
|
-
- Jari Bakken
|
13
|
-
- T. Alexander Lystad
|
14
|
-
- Knut Johannes Dahle
|
12
|
+
- Jari Bakken
|
13
|
+
- T. Alexander Lystad
|
14
|
+
- Knut Johannes Dahle
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-09-
|
19
|
+
date: 2010-09-17 00:00:00 +02:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
|
-
- !ruby/object:Gem::Dependency
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
- !ruby/object:Gem::Dependency
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
- !ruby/object:Gem::Dependency
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
- !ruby/object:Gem::Dependency
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
22
|
+
- !ruby/object:Gem::Dependency
|
23
|
+
name: rspec
|
24
|
+
prerelease: false
|
25
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
27
|
+
requirements:
|
28
|
+
- - ">="
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
segments:
|
31
|
+
- 0
|
32
|
+
version: "0"
|
33
|
+
type: :development
|
34
|
+
version_requirements: *id001
|
35
|
+
- !ruby/object:Gem::Dependency
|
36
|
+
name: yard
|
37
|
+
prerelease: false
|
38
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
39
|
+
none: false
|
40
|
+
requirements:
|
41
|
+
- - ">="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
segments:
|
44
|
+
- 0
|
45
|
+
version: "0"
|
46
|
+
type: :development
|
47
|
+
version_requirements: *id002
|
48
|
+
- !ruby/object:Gem::Dependency
|
49
|
+
name: sinatra
|
50
|
+
prerelease: false
|
51
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
52
|
+
none: false
|
53
|
+
requirements:
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
segments:
|
57
|
+
- 1
|
58
|
+
- 0
|
59
|
+
version: "1.0"
|
60
|
+
type: :development
|
61
|
+
version_requirements: *id003
|
62
|
+
- !ruby/object:Gem::Dependency
|
63
|
+
name: mongrel
|
64
|
+
prerelease: false
|
65
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
66
|
+
none: false
|
67
|
+
requirements:
|
68
|
+
- - ">="
|
69
|
+
- !ruby/object:Gem::Version
|
70
|
+
segments:
|
71
|
+
- 0
|
72
|
+
version: "0"
|
73
|
+
type: :development
|
74
|
+
version_requirements: *id004
|
75
75
|
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."
|
76
76
|
email: jari.bakken@gmail.com
|
77
77
|
executables: []
|
@@ -79,110 +79,110 @@ executables: []
|
|
79
79
|
extensions: []
|
80
80
|
|
81
81
|
extra_rdoc_files:
|
82
|
-
- LICENSE
|
83
|
-
- README.rdoc
|
82
|
+
- LICENSE
|
83
|
+
- README.rdoc
|
84
84
|
files:
|
85
|
-
- HISTORY
|
86
|
-
- LICENSE
|
87
|
-
- README.rdoc
|
88
|
-
- Rakefile
|
89
|
-
- VERSION.yml
|
90
|
-
- celerity.gemspec
|
91
|
-
- lib/celerity.rb
|
92
|
-
- lib/celerity/browser.rb
|
93
|
-
- lib/celerity/clickable_element.rb
|
94
|
-
- lib/celerity/collections.rb
|
95
|
-
- lib/celerity/container.rb
|
96
|
-
- lib/celerity/default_viewer.rb
|
97
|
-
- lib/celerity/disabled_element.rb
|
98
|
-
- lib/celerity/element.rb
|
99
|
-
- lib/celerity/element_collection.rb
|
100
|
-
- lib/celerity/element_locator.rb
|
101
|
-
- lib/celerity/elements/button.rb
|
102
|
-
- lib/celerity/elements/file_field.rb
|
103
|
-
- lib/celerity/elements/form.rb
|
104
|
-
- lib/celerity/elements/frame.rb
|
105
|
-
- lib/celerity/elements/image.rb
|
106
|
-
- lib/celerity/elements/label.rb
|
107
|
-
- lib/celerity/elements/link.rb
|
108
|
-
- lib/celerity/elements/meta.rb
|
109
|
-
- lib/celerity/elements/non_control_elements.rb
|
110
|
-
- lib/celerity/elements/option.rb
|
111
|
-
- lib/celerity/elements/radio_check.rb
|
112
|
-
- lib/celerity/elements/select_list.rb
|
113
|
-
- lib/celerity/elements/table.rb
|
114
|
-
- lib/celerity/elements/table_cell.rb
|
115
|
-
- lib/celerity/elements/table_elements.rb
|
116
|
-
- lib/celerity/elements/table_row.rb
|
117
|
-
- lib/celerity/elements/text_field.rb
|
118
|
-
- lib/celerity/exception.rb
|
119
|
-
- lib/celerity/htmlunit.rb
|
120
|
-
- lib/celerity/htmlunit/apache-mime4j-0.6.jar
|
121
|
-
- lib/celerity/htmlunit/commons-codec-1.4.jar
|
122
|
-
- lib/celerity/htmlunit/commons-collections-3.2.1.jar
|
123
|
-
- lib/celerity/htmlunit/commons-io-1.4.jar
|
124
|
-
- lib/celerity/htmlunit/commons-lang-2.5.jar
|
125
|
-
- lib/celerity/htmlunit/commons-logging-1.1.1.jar
|
126
|
-
- lib/celerity/htmlunit/cssparser-0.9.5.jar
|
127
|
-
- lib/celerity/htmlunit/htmlunit-2.9-SNAPSHOT.jar
|
128
|
-
- lib/celerity/htmlunit/htmlunit-core-js-2.8.jar
|
129
|
-
- lib/celerity/htmlunit/httpclient-4.0.1.jar
|
130
|
-
- lib/celerity/htmlunit/httpcore-4.0.1.jar
|
131
|
-
- lib/celerity/htmlunit/httpmime-4.0.1.jar
|
132
|
-
- lib/celerity/htmlunit/nekohtml-1.9.14.jar
|
133
|
-
- lib/celerity/htmlunit/sac-1.3.jar
|
134
|
-
- lib/celerity/htmlunit/serializer-2.7.1.jar
|
135
|
-
- lib/celerity/htmlunit/xalan-2.7.1.jar
|
136
|
-
- lib/celerity/htmlunit/xercesImpl-2.9.1.jar
|
137
|
-
- lib/celerity/htmlunit/xml-apis-1.3.04.jar
|
138
|
-
- lib/celerity/identifier.rb
|
139
|
-
- lib/celerity/ignoring_web_connection.rb
|
140
|
-
- lib/celerity/input_element.rb
|
141
|
-
- lib/celerity/javascript_debugger.rb
|
142
|
-
- lib/celerity/listener.rb
|
143
|
-
- lib/celerity/resources/no_viewer.png
|
144
|
-
- lib/celerity/short_inspect.rb
|
145
|
-
- lib/celerity/util.rb
|
146
|
-
- lib/celerity/version.rb
|
147
|
-
- lib/celerity/viewer_connection.rb
|
148
|
-
- lib/celerity/watir_compatibility.rb
|
149
|
-
- lib/celerity/xpath_support.rb
|
150
|
-
- tasks/benchmark.rake
|
151
|
-
- tasks/check.rake
|
152
|
-
- tasks/clean.rake
|
153
|
-
- tasks/fix.rake
|
154
|
-
- tasks/jar.rake
|
155
|
-
- tasks/jeweler.rake
|
156
|
-
- tasks/rdoc.rake
|
157
|
-
- tasks/snapshot.rake
|
158
|
-
- tasks/spec.rake
|
159
|
-
- tasks/website.rake
|
160
|
-
- tasks/yard.rake
|
85
|
+
- HISTORY
|
86
|
+
- LICENSE
|
87
|
+
- README.rdoc
|
88
|
+
- Rakefile
|
89
|
+
- VERSION.yml
|
90
|
+
- celerity.gemspec
|
91
|
+
- lib/celerity.rb
|
92
|
+
- lib/celerity/browser.rb
|
93
|
+
- lib/celerity/clickable_element.rb
|
94
|
+
- lib/celerity/collections.rb
|
95
|
+
- lib/celerity/container.rb
|
96
|
+
- lib/celerity/default_viewer.rb
|
97
|
+
- lib/celerity/disabled_element.rb
|
98
|
+
- lib/celerity/element.rb
|
99
|
+
- lib/celerity/element_collection.rb
|
100
|
+
- lib/celerity/element_locator.rb
|
101
|
+
- lib/celerity/elements/button.rb
|
102
|
+
- lib/celerity/elements/file_field.rb
|
103
|
+
- lib/celerity/elements/form.rb
|
104
|
+
- lib/celerity/elements/frame.rb
|
105
|
+
- lib/celerity/elements/image.rb
|
106
|
+
- lib/celerity/elements/label.rb
|
107
|
+
- lib/celerity/elements/link.rb
|
108
|
+
- lib/celerity/elements/meta.rb
|
109
|
+
- lib/celerity/elements/non_control_elements.rb
|
110
|
+
- lib/celerity/elements/option.rb
|
111
|
+
- lib/celerity/elements/radio_check.rb
|
112
|
+
- lib/celerity/elements/select_list.rb
|
113
|
+
- lib/celerity/elements/table.rb
|
114
|
+
- lib/celerity/elements/table_cell.rb
|
115
|
+
- lib/celerity/elements/table_elements.rb
|
116
|
+
- lib/celerity/elements/table_row.rb
|
117
|
+
- lib/celerity/elements/text_field.rb
|
118
|
+
- lib/celerity/exception.rb
|
119
|
+
- lib/celerity/htmlunit.rb
|
120
|
+
- lib/celerity/htmlunit/apache-mime4j-0.6.jar
|
121
|
+
- lib/celerity/htmlunit/commons-codec-1.4.jar
|
122
|
+
- lib/celerity/htmlunit/commons-collections-3.2.1.jar
|
123
|
+
- lib/celerity/htmlunit/commons-io-1.4.jar
|
124
|
+
- lib/celerity/htmlunit/commons-lang-2.5.jar
|
125
|
+
- lib/celerity/htmlunit/commons-logging-1.1.1.jar
|
126
|
+
- lib/celerity/htmlunit/cssparser-0.9.5.jar
|
127
|
+
- lib/celerity/htmlunit/htmlunit-2.9-SNAPSHOT.jar
|
128
|
+
- lib/celerity/htmlunit/htmlunit-core-js-2.8.jar
|
129
|
+
- lib/celerity/htmlunit/httpclient-4.0.1.jar
|
130
|
+
- lib/celerity/htmlunit/httpcore-4.0.1.jar
|
131
|
+
- lib/celerity/htmlunit/httpmime-4.0.1.jar
|
132
|
+
- lib/celerity/htmlunit/nekohtml-1.9.14.jar
|
133
|
+
- lib/celerity/htmlunit/sac-1.3.jar
|
134
|
+
- lib/celerity/htmlunit/serializer-2.7.1.jar
|
135
|
+
- lib/celerity/htmlunit/xalan-2.7.1.jar
|
136
|
+
- lib/celerity/htmlunit/xercesImpl-2.9.1.jar
|
137
|
+
- lib/celerity/htmlunit/xml-apis-1.3.04.jar
|
138
|
+
- lib/celerity/identifier.rb
|
139
|
+
- lib/celerity/ignoring_web_connection.rb
|
140
|
+
- lib/celerity/input_element.rb
|
141
|
+
- lib/celerity/javascript_debugger.rb
|
142
|
+
- lib/celerity/listener.rb
|
143
|
+
- lib/celerity/resources/no_viewer.png
|
144
|
+
- lib/celerity/short_inspect.rb
|
145
|
+
- lib/celerity/util.rb
|
146
|
+
- lib/celerity/version.rb
|
147
|
+
- lib/celerity/viewer_connection.rb
|
148
|
+
- lib/celerity/watir_compatibility.rb
|
149
|
+
- lib/celerity/xpath_support.rb
|
150
|
+
- tasks/benchmark.rake
|
151
|
+
- tasks/check.rake
|
152
|
+
- tasks/clean.rake
|
153
|
+
- tasks/fix.rake
|
154
|
+
- tasks/jar.rake
|
155
|
+
- tasks/jeweler.rake
|
156
|
+
- tasks/rdoc.rake
|
157
|
+
- tasks/snapshot.rake
|
158
|
+
- tasks/spec.rake
|
159
|
+
- tasks/website.rake
|
160
|
+
- tasks/yard.rake
|
161
161
|
has_rdoc: true
|
162
162
|
homepage: http://github.com/jarib/celerity
|
163
163
|
licenses: []
|
164
164
|
|
165
165
|
post_install_message:
|
166
166
|
rdoc_options:
|
167
|
-
- --charset=UTF-8
|
167
|
+
- --charset=UTF-8
|
168
168
|
require_paths:
|
169
|
-
- lib
|
169
|
+
- lib
|
170
170
|
required_ruby_version: !ruby/object:Gem::Requirement
|
171
171
|
none: false
|
172
172
|
requirements:
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
173
|
+
- - ">="
|
174
|
+
- !ruby/object:Gem::Version
|
175
|
+
segments:
|
176
|
+
- 0
|
177
|
+
version: "0"
|
178
178
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
179
179
|
none: false
|
180
180
|
requirements:
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
181
|
+
- - ">="
|
182
|
+
- !ruby/object:Gem::Version
|
183
|
+
segments:
|
184
|
+
- 0
|
185
|
+
version: "0"
|
186
186
|
requirements: []
|
187
187
|
|
188
188
|
rubyforge_project: celerity
|