akephalos2 2.0.4 → 2.0.5
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.md +11 -12
- data/bin/akephalos +1 -1
- data/lib/akephalos/capybara.rb +2 -1
- data/lib/akephalos/version.rb +1 -1
- metadata +12 -12
data/README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
# Important Notice
|
2
2
|
|
3
3
|
This repo has rewritten its history and as such is not compatible with the main Akephalos repo.
|
4
|
-
|
5
|
-
Further development will be done here.
|
6
4
|
|
7
|
-
You can get the unaltered pristine copy at: [https://github.com/Nerian/akephalos](https://github.com/Nerian/akephalos)
|
5
|
+
You can get the unaltered – before history rewrite – pristine copy at: [https://github.com/Nerian/akephalos](https://github.com/Nerian/akephalos)
|
6
|
+
|
7
|
+
Further development will be done here:
|
8
|
+
[https://github.com/Nerian/akephalos2](https://github.com/Nerian/akephalos2)
|
8
9
|
|
9
10
|
The reason why its history was rewrote was to remove .jar vendor files that were making its size huge.
|
10
11
|
|
@@ -12,7 +13,7 @@ The reason why its history was rewrote was to remove .jar vendor files that were
|
|
12
13
|
# Akephalos
|
13
14
|
|
14
15
|
Akephalos is a full-stack headless browser for integration testing with
|
15
|
-
Capybara. It is built on top of [HtmlUnit](http://htmlunit.sourceforge.net),
|
16
|
+
[Capybara](https://github.com/jnicklas/capybara). It is built on top of [HtmlUnit](http://htmlunit.sourceforge.net),
|
16
17
|
a GUI-less browser for the Java platform, but can be run on both JRuby and
|
17
18
|
MRI with no need for JRuby to be installed on the system.
|
18
19
|
|
@@ -35,6 +36,11 @@ Or (for the current master branch)
|
|
35
36
|
gem 'akephalos', :git => 'git://github.com/Nerian/akephalos2.git', :submodules => true
|
36
37
|
```
|
37
38
|
|
39
|
+
# Questions, bugs, etc:
|
40
|
+
|
41
|
+
We use GitHub issues:
|
42
|
+
|
43
|
+
[https://github.com/Nerian/akephalos2/issues](https://github.com/Nerian/akephalos2/issues)
|
38
44
|
|
39
45
|
# Development
|
40
46
|
|
@@ -317,11 +323,4 @@ the vendored version and use it instead of the bundled version.
|
|
317
323
|
|
318
324
|
#### akephalos --server <socket_file>
|
319
325
|
|
320
|
-
Akephalos uses this command internally to start a JRuby DRb server using the provided socket file.
|
321
|
-
|
322
|
-
## Resources
|
323
|
-
|
324
|
-
* [API Documentation](http://bernerdschaefer.github.com/akephalos/api)
|
325
|
-
* [Source code](http://github.com/bernerdschaefer/akephalos) and
|
326
|
-
[issues](http://github.com/bernerdschaefer/akephalos/issues) are hosted on
|
327
|
-
github.
|
326
|
+
Akephalos uses this command internally to start a JRuby DRb server using the provided socket file.
|
data/bin/akephalos
CHANGED
@@ -5,7 +5,7 @@ require "pathname"
|
|
5
5
|
require "optparse"
|
6
6
|
require 'rubygems'
|
7
7
|
|
8
|
-
options = { :interactive => false, :default_jvm_max_memory => '
|
8
|
+
options = { :interactive => false, :default_jvm_max_memory => '128' }
|
9
9
|
|
10
10
|
parser = OptionParser.new do |opts|
|
11
11
|
opts.banner = "Usage: akephalos [--interactive, --use-htmlunit-snapshot, --memory [number]] | [--server] <port>"
|
data/lib/akephalos/capybara.rb
CHANGED
@@ -251,9 +251,10 @@ class Capybara::Driver::Akephalos < Capybara::Driver::Base
|
|
251
251
|
reset!
|
252
252
|
end
|
253
253
|
|
254
|
-
#
|
254
|
+
# Reset session
|
255
255
|
def reset!
|
256
256
|
cookies.clear
|
257
|
+
browser.visit('about:blank')
|
257
258
|
end
|
258
259
|
|
259
260
|
# Confirm or cancel the dialog, returning the text of the dialog
|
data/lib/akephalos/version.rb
CHANGED
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.
|
4
|
+
version: 2.0.5
|
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-
|
12
|
+
date: 2011-10-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capybara
|
16
|
-
requirement: &
|
16
|
+
requirement: &70141052319380 !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: *
|
24
|
+
version_requirements: *70141052319380
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: rake
|
27
|
-
requirement: &
|
27
|
+
requirement: &70141052318440 !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: *
|
35
|
+
version_requirements: *70141052318440
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: jruby-jars
|
38
|
-
requirement: &
|
38
|
+
requirement: &70141052315780 !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: *
|
46
|
+
version_requirements: *70141052315780
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: sinatra
|
49
|
-
requirement: &
|
49
|
+
requirement: &70141052329080 !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: *
|
57
|
+
version_requirements: *70141052329080
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: rspec
|
60
|
-
requirement: &
|
60
|
+
requirement: &70141052326120 !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: *
|
68
|
+
version_requirements: *70141052326120
|
69
69
|
description: Headless Browser for Integration Testing with Capybara
|
70
70
|
email: bj.schaefer@gmail.com
|
71
71
|
executables:
|