forked from jarib/celerity
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcelerity.gemspec
More file actions
126 lines (121 loc) · 4.8 KB
/
celerity.gemspec
File metadata and controls
126 lines (121 loc) · 4.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
73
74
75
76
77
78
79
80
81
82
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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{celerity}
s.version = "0.8.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jari Bakken", "T. Alexander Lystad", "Knut Johannes Dahle"]
s.date = %q{2010-12-16}
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.}
s.email = %q{jari.bakken@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
"HISTORY",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"celerity.gemspec",
"lib/celerity.rb",
"lib/celerity/browser.rb",
"lib/celerity/clickable_element.rb",
"lib/celerity/collections.rb",
"lib/celerity/container.rb",
"lib/celerity/default_viewer.rb",
"lib/celerity/disabled_element.rb",
"lib/celerity/element.rb",
"lib/celerity/element_collection.rb",
"lib/celerity/element_locator.rb",
"lib/celerity/elements/button.rb",
"lib/celerity/elements/file_field.rb",
"lib/celerity/elements/form.rb",
"lib/celerity/elements/frame.rb",
"lib/celerity/elements/image.rb",
"lib/celerity/elements/label.rb",
"lib/celerity/elements/link.rb",
"lib/celerity/elements/meta.rb",
"lib/celerity/elements/non_control_elements.rb",
"lib/celerity/elements/option.rb",
"lib/celerity/elements/radio_check.rb",
"lib/celerity/elements/select_list.rb",
"lib/celerity/elements/table.rb",
"lib/celerity/elements/table_cell.rb",
"lib/celerity/elements/table_elements.rb",
"lib/celerity/elements/table_row.rb",
"lib/celerity/elements/text_field.rb",
"lib/celerity/exception.rb",
"lib/celerity/htmlunit.rb",
"lib/celerity/htmlunit/apache-mime4j-0.6.jar",
"lib/celerity/htmlunit/commons-codec-1.4.jar",
"lib/celerity/htmlunit/commons-collections-3.2.1.jar",
"lib/celerity/htmlunit/commons-io-2.0.jar",
"lib/celerity/htmlunit/commons-lang-2.5.jar",
"lib/celerity/htmlunit/commons-logging-1.1.1.jar",
"lib/celerity/htmlunit/cssparser-0.9.5.jar",
"lib/celerity/htmlunit/htmlunit-2.9-SNAPSHOT.jar",
"lib/celerity/htmlunit/htmlunit-core-js-2.9-SNAPSHOT.jar",
"lib/celerity/htmlunit/httpclient-4.0.3.jar",
"lib/celerity/htmlunit/httpcore-4.0.1.jar",
"lib/celerity/htmlunit/httpmime-4.0.3.jar",
"lib/celerity/htmlunit/nekohtml-1.9.15-20101026.093020-2.jar",
"lib/celerity/htmlunit/sac-1.3.jar",
"lib/celerity/htmlunit/serializer-2.7.1.jar",
"lib/celerity/htmlunit/xalan-2.7.1.jar",
"lib/celerity/htmlunit/xercesImpl-2.9.1.jar",
"lib/celerity/htmlunit/xml-apis-1.3.04.jar",
"lib/celerity/identifier.rb",
"lib/celerity/ignoring_web_connection.rb",
"lib/celerity/input_element.rb",
"lib/celerity/javascript_debugger.rb",
"lib/celerity/listener.rb",
"lib/celerity/resources/no_viewer.png",
"lib/celerity/short_inspect.rb",
"lib/celerity/util.rb",
"lib/celerity/version.rb",
"lib/celerity/viewer_connection.rb",
"lib/celerity/watir_compatibility.rb",
"lib/celerity/xpath_support.rb",
"tasks/benchmark.rake",
"tasks/check.rake",
"tasks/clean.rake",
"tasks/fix.rake",
"tasks/jar.rake",
"tasks/jeweler.rake",
"tasks/rdoc.rake",
"tasks/snapshot.rake",
"tasks/spec.rake",
"tasks/website.rake",
"tasks/yard.rake"
]
s.homepage = %q{http://github.com/jarib/celerity}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{celerity}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Celerity is a JRuby library for easy and fast functional test automation for web applications.}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rspec>, ["~> 2.0.0"])
s.add_development_dependency(%q<yard>, [">= 0"])
s.add_development_dependency(%q<sinatra>, [">= 1.0"])
s.add_development_dependency(%q<mongrel>, [">= 0"])
else
s.add_dependency(%q<rspec>, ["~> 2.0.0"])
s.add_dependency(%q<yard>, [">= 0"])
s.add_dependency(%q<sinatra>, [">= 1.0"])
s.add_dependency(%q<mongrel>, [">= 0"])
end
else
s.add_dependency(%q<rspec>, ["~> 2.0.0"])
s.add_dependency(%q<yard>, [">= 0"])
s.add_dependency(%q<sinatra>, [">= 1.0"])
s.add_dependency(%q<mongrel>, [">= 0"])
end
end