celerity 0.8.7 → 0.8.8

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/README.rdoc CHANGED
@@ -64,7 +64,7 @@ The source code is available on [GitHub](http://github.com/jarib/celerity/tree/m
64
64
  == License
65
65
 
66
66
  Celerity - JRuby wrapper for HtmlUnit
67
- Copyright (c) 2008-2010 FINN.no AS
67
+ Copyright (c) 2008-2011 FINN.no AS
68
68
 
69
69
  This program is free software: you can redistribute it and/or modify
70
70
  it under the terms of the GNU General Public License as published by
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 8
4
- :patch: 7
4
+ :patch: 8
5
5
  :build:
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.7"
8
+ s.version = "0.8.8"
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{2011-01-09}
12
+ s.date = %q{2011-02-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 = [
@@ -52,18 +52,17 @@ Gem::Specification.new do |s|
52
52
  "lib/celerity/elements/text_field.rb",
53
53
  "lib/celerity/exception.rb",
54
54
  "lib/celerity/htmlunit.rb",
55
- "lib/celerity/htmlunit/apache-mime4j-0.6.jar",
56
55
  "lib/celerity/htmlunit/commons-codec-1.4.jar",
57
56
  "lib/celerity/htmlunit/commons-collections-3.2.1.jar",
58
57
  "lib/celerity/htmlunit/commons-io-2.0.jar",
59
- "lib/celerity/htmlunit/commons-lang-2.5.jar",
58
+ "lib/celerity/htmlunit/commons-lang-2.6.jar",
60
59
  "lib/celerity/htmlunit/commons-logging-1.1.1.jar",
61
60
  "lib/celerity/htmlunit/cssparser-0.9.5.jar",
62
61
  "lib/celerity/htmlunit/htmlunit-2.9-SNAPSHOT.jar",
63
62
  "lib/celerity/htmlunit/htmlunit-core-js-2.9-SNAPSHOT.jar",
64
- "lib/celerity/htmlunit/httpclient-4.0.3.jar",
65
- "lib/celerity/htmlunit/httpcore-4.0.1.jar",
66
- "lib/celerity/htmlunit/httpmime-4.0.3.jar",
63
+ "lib/celerity/htmlunit/httpclient-4.1.jar",
64
+ "lib/celerity/htmlunit/httpcore-4.1.jar",
65
+ "lib/celerity/htmlunit/httpmime-4.1.jar",
67
66
  "lib/celerity/htmlunit/nekohtml-1.9.15-20101026.093020-2.jar",
68
67
  "lib/celerity/htmlunit/sac-1.3.jar",
69
68
  "lib/celerity/htmlunit/serializer-2.7.1.jar",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 8
8
- - 7
9
- version: 0.8.7
8
+ - 8
9
+ version: 0.8.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jari Bakken
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-01-09 00:00:00 +01:00
19
+ date: 2011-02-17 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -115,18 +115,17 @@ files:
115
115
  - lib/celerity/elements/text_field.rb
116
116
  - lib/celerity/exception.rb
117
117
  - lib/celerity/htmlunit.rb
118
- - lib/celerity/htmlunit/apache-mime4j-0.6.jar
119
118
  - lib/celerity/htmlunit/commons-codec-1.4.jar
120
119
  - lib/celerity/htmlunit/commons-collections-3.2.1.jar
121
120
  - lib/celerity/htmlunit/commons-io-2.0.jar
122
- - lib/celerity/htmlunit/commons-lang-2.5.jar
121
+ - lib/celerity/htmlunit/commons-lang-2.6.jar
123
122
  - lib/celerity/htmlunit/commons-logging-1.1.1.jar
124
123
  - lib/celerity/htmlunit/cssparser-0.9.5.jar
125
124
  - lib/celerity/htmlunit/htmlunit-2.9-SNAPSHOT.jar
126
125
  - lib/celerity/htmlunit/htmlunit-core-js-2.9-SNAPSHOT.jar
127
- - lib/celerity/htmlunit/httpclient-4.0.3.jar
128
- - lib/celerity/htmlunit/httpcore-4.0.1.jar
129
- - lib/celerity/htmlunit/httpmime-4.0.3.jar
126
+ - lib/celerity/htmlunit/httpclient-4.1.jar
127
+ - lib/celerity/htmlunit/httpcore-4.1.jar
128
+ - lib/celerity/htmlunit/httpmime-4.1.jar
130
129
  - lib/celerity/htmlunit/nekohtml-1.9.15-20101026.093020-2.jar
131
130
  - lib/celerity/htmlunit/sac-1.3.jar
132
131
  - lib/celerity/htmlunit/serializer-2.7.1.jar