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