akephalos2 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Important Notice
2
2
 
3
- This repo has rewrote its history and as such is not compatible with the main Akephalos repo.
3
+ This repo has rewritten its history and as such is not compatible with the main Akephalos repo.
4
4
 
5
5
  Further development will be done here.
6
6
 
@@ -32,13 +32,15 @@ gem 'akephalos2', :require => 'akephalos'
32
32
  Or (for the current master branch)
33
33
 
34
34
  ``` ruby
35
- gem 'akephalos', :git => 'git://github.com/Nerian/akephalos.git'
35
+ gem 'akephalos', :git => 'git://github.com/Nerian/akephalos2.git', :submodules => true
36
36
  ```
37
37
 
38
38
 
39
39
  # Development
40
40
 
41
- <img src="https://secure.travis-ci.org/Nerian/akephalos2.png?branch=master&amp;.png">
41
+ <a href='http://travis-ci.org/#!/Nerian/akephalos2'>
42
+ <img src="https://secure.travis-ci.org/Nerian/akephalos2.png?branch=master&amp;.png"/>
43
+ </a>
42
44
 
43
45
  ``` bash
44
46
  git clone https://github.com/Nerian/akephalos2
@@ -76,6 +76,7 @@ else
76
76
  client.setCssErrorHandler(HtmlUnit::SilentCssErrorHandler.new)
77
77
  client.setThrowExceptionOnScriptError(validate_scripts)
78
78
  client.setUseInsecureSSL(use_insecure_ssl)
79
+ client.setRefreshHandler(HtmlUnit::WaitingRefreshHandler.new)
79
80
 
80
81
  Filter.new(client)
81
82
  client
@@ -24,6 +24,7 @@ module HtmlUnit
24
24
  java_import "com.gargoylesoftware.htmlunit.WebClient"
25
25
  java_import "com.gargoylesoftware.htmlunit.WebResponseData"
26
26
  java_import "com.gargoylesoftware.htmlunit.WebResponse"
27
+ java_import "com.gargoylesoftware.htmlunit.WaitingRefreshHandler"
27
28
 
28
29
  # Container module for com.gargoylesoftware.htmlunit.util namespace.
29
30
  module Util
@@ -1,3 +1,3 @@
1
1
  module Akephalos #:nodoc
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: akephalos2
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-05 00:00:00.000000000 Z
12
+ date: 2011-10-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capybara
16
- requirement: &70330786578260 !ruby/object:Gem::Requirement
16
+ requirement: &70343725984640 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70330786578260
24
+ version_requirements: *70343725984640
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
27
- requirement: &70330786577520 !ruby/object:Gem::Requirement
27
+ requirement: &70343725983900 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70330786577520
35
+ version_requirements: *70343725983900
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: jruby-jars
38
- requirement: &70330786576580 !ruby/object:Gem::Requirement
38
+ requirement: &70343725983000 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>='
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: '0'
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *70330786576580
46
+ version_requirements: *70343725983000
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: sinatra
49
- requirement: &70330786575720 !ruby/object:Gem::Requirement
49
+ requirement: &70343725982160 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ! '>='
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *70330786575720
57
+ version_requirements: *70343725982160
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: rspec
60
- requirement: &70330786574240 !ruby/object:Gem::Requirement
60
+ requirement: &70343725980620 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ! '>='
@@ -65,7 +65,7 @@ dependencies:
65
65
  version: '0'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *70330786574240
68
+ version_requirements: *70343725980620
69
69
  description: Headless Browser for Integration Testing with Capybara
70
70
  email: bj.schaefer@gmail.com
71
71
  executables: