akephalos-nerian 0.2.4-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. data/MIT_LICENSE +20 -0
  2. data/README.md +56 -0
  3. data/bin/akephalos +88 -0
  4. data/lib/akephalos.rb +19 -0
  5. data/lib/akephalos/capybara.rb +316 -0
  6. data/lib/akephalos/client.rb +112 -0
  7. data/lib/akephalos/client/cookies.rb +73 -0
  8. data/lib/akephalos/client/filter.rb +120 -0
  9. data/lib/akephalos/configuration.rb +49 -0
  10. data/lib/akephalos/console.rb +32 -0
  11. data/lib/akephalos/cucumber.rb +6 -0
  12. data/lib/akephalos/htmlunit.rb +38 -0
  13. data/lib/akephalos/htmlunit/ext/http_method.rb +30 -0
  14. data/lib/akephalos/node.rb +172 -0
  15. data/lib/akephalos/page.rb +113 -0
  16. data/lib/akephalos/remote_client.rb +84 -0
  17. data/lib/akephalos/server.rb +56 -0
  18. data/lib/akephalos/version.rb +3 -0
  19. data/src/htmlunit/apache-mime4j-0.6.jar +0 -0
  20. data/src/htmlunit/commons-codec-1.4.jar +0 -0
  21. data/src/htmlunit/commons-collections-3.2.1.jar +0 -0
  22. data/src/htmlunit/commons-io-1.4.jar +0 -0
  23. data/src/htmlunit/commons-lang-2.4.jar +0 -0
  24. data/src/htmlunit/commons-logging-1.1.1.jar +0 -0
  25. data/src/htmlunit/cssparser-0.9.5.jar +0 -0
  26. data/src/htmlunit/htmlunit-2.8.jar +0 -0
  27. data/src/htmlunit/htmlunit-core-js-2.8.jar +0 -0
  28. data/src/htmlunit/httpclient-4.0.1.jar +0 -0
  29. data/src/htmlunit/httpcore-4.0.1.jar +0 -0
  30. data/src/htmlunit/httpmime-4.0.1.jar +0 -0
  31. data/src/htmlunit/nekohtml-1.9.14.jar +0 -0
  32. data/src/htmlunit/sac-1.3.jar +0 -0
  33. data/src/htmlunit/serializer-2.7.1.jar +0 -0
  34. data/src/htmlunit/xalan-2.7.1.jar +0 -0
  35. data/src/htmlunit/xercesImpl-2.9.1.jar +0 -0
  36. data/src/htmlunit/xml-apis-1.3.04.jar +0 -0
  37. metadata +150 -0
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,150 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: akephalos-nerian
3
+ version: !ruby/object:Gem::Version
4
+ hash: 31
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 2
9
+ - 4
10
+ version: 0.2.4
11
+ platform: java
12
+ authors:
13
+ - Bernerd Schaefer
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-01-31 00:00:00 +00:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: capybara
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 15
30
+ segments:
31
+ - 0
32
+ - 4
33
+ - 0
34
+ version: 0.4.0
35
+ type: :runtime
36
+ version_requirements: *id001
37
+ - !ruby/object:Gem::Dependency
38
+ name: sinatra
39
+ prerelease: false
40
+ requirement: &id002 !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ hash: 3
46
+ segments:
47
+ - 0
48
+ version: "0"
49
+ type: :development
50
+ version_requirements: *id002
51
+ - !ruby/object:Gem::Dependency
52
+ name: rspec
53
+ prerelease: false
54
+ requirement: &id003 !ruby/object:Gem::Requirement
55
+ none: false
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ hash: 3
60
+ segments:
61
+ - 2
62
+ - 3
63
+ - 0
64
+ version: 2.3.0
65
+ type: :development
66
+ version_requirements: *id003
67
+ description: Headless Browser for Integration Testing with Capybara
68
+ email: bj.schaefer@gmail.com
69
+ executables:
70
+ - akephalos
71
+ extensions: []
72
+
73
+ extra_rdoc_files: []
74
+
75
+ files:
76
+ - lib/akephalos/capybara.rb
77
+ - lib/akephalos/client/cookies.rb
78
+ - lib/akephalos/client/filter.rb
79
+ - lib/akephalos/client.rb
80
+ - lib/akephalos/configuration.rb
81
+ - lib/akephalos/console.rb
82
+ - lib/akephalos/cucumber.rb
83
+ - lib/akephalos/htmlunit/ext/http_method.rb
84
+ - lib/akephalos/htmlunit.rb
85
+ - lib/akephalos/node.rb
86
+ - lib/akephalos/page.rb
87
+ - lib/akephalos/remote_client.rb
88
+ - lib/akephalos/server.rb
89
+ - lib/akephalos/version.rb
90
+ - lib/akephalos.rb
91
+ - src/htmlunit/apache-mime4j-0.6.jar
92
+ - src/htmlunit/commons-codec-1.4.jar
93
+ - src/htmlunit/commons-collections-3.2.1.jar
94
+ - src/htmlunit/commons-io-1.4.jar
95
+ - src/htmlunit/commons-lang-2.4.jar
96
+ - src/htmlunit/commons-logging-1.1.1.jar
97
+ - src/htmlunit/cssparser-0.9.5.jar
98
+ - src/htmlunit/htmlunit-2.8.jar
99
+ - src/htmlunit/htmlunit-core-js-2.8.jar
100
+ - src/htmlunit/httpclient-4.0.1.jar
101
+ - src/htmlunit/httpcore-4.0.1.jar
102
+ - src/htmlunit/httpmime-4.0.1.jar
103
+ - src/htmlunit/nekohtml-1.9.14.jar
104
+ - src/htmlunit/sac-1.3.jar
105
+ - src/htmlunit/serializer-2.7.1.jar
106
+ - src/htmlunit/xalan-2.7.1.jar
107
+ - src/htmlunit/xercesImpl-2.9.1.jar
108
+ - src/htmlunit/xml-apis-1.3.04.jar
109
+ - README.md
110
+ - MIT_LICENSE
111
+ - bin/akephalos
112
+ has_rdoc: true
113
+ homepage: http://bernerdschaefer.github.com/akephalos
114
+ licenses: []
115
+
116
+ post_install_message:
117
+ rdoc_options: []
118
+
119
+ require_paths:
120
+ - lib
121
+ - src
122
+ required_ruby_version: !ruby/object:Gem::Requirement
123
+ none: false
124
+ requirements:
125
+ - - ">="
126
+ - !ruby/object:Gem::Version
127
+ hash: 3
128
+ segments:
129
+ - 0
130
+ version: "0"
131
+ required_rubygems_version: !ruby/object:Gem::Requirement
132
+ none: false
133
+ requirements:
134
+ - - ">="
135
+ - !ruby/object:Gem::Version
136
+ hash: 23
137
+ segments:
138
+ - 1
139
+ - 3
140
+ - 6
141
+ version: 1.3.6
142
+ requirements: []
143
+
144
+ rubyforge_project: akephalos
145
+ rubygems_version: 1.3.7
146
+ signing_key:
147
+ specification_version: 3
148
+ summary: Headless Browser for Integration Testing with Capybara
149
+ test_files: []
150
+