apphunk 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.rdoc +5 -0
- data/README.rdoc +45 -2
- data/{TODO.rdoc → TODO} +0 -0
- data/VERSION +1 -1
- data/apphunk.gemspec +5 -35
- data/lib/apphunk.rb +29 -2
- data/lib/apphunk/config.rb +1 -1
- data/rails/init.rb +0 -2
- data/spec/apphunk_spec.rb +9 -9
- metadata +4 -34
- data/doc/apple-touch-icon.png +0 -0
- data/doc/classes/Apphunk.html +0 -294
- data/doc/classes/Apphunk/Config.html +0 -159
- data/doc/classes/Apphunk/Logger.html +0 -105
- data/doc/classes/Apphunk/Proxy.html +0 -196
- data/doc/classes/Apphunk/Remote.html +0 -117
- data/doc/classes/Apphunk/Remote/Result.html +0 -125
- data/doc/created.rid +0 -1
- data/doc/css/main.css +0 -263
- data/doc/css/panel.css +0 -383
- data/doc/css/reset.css +0 -53
- data/doc/favicon.ico +0 -0
- data/doc/files/LICENSE.html +0 -81
- data/doc/files/README_rdoc.html +0 -87
- data/doc/files/lib/apphunk/config_rb.html +0 -59
- data/doc/files/lib/apphunk/logger_rb.html +0 -59
- data/doc/files/lib/apphunk/proxy_rb.html +0 -68
- data/doc/files/lib/apphunk/remote/result_rb.html +0 -59
- data/doc/files/lib/apphunk/remote_rb.html +0 -70
- data/doc/files/lib/apphunk_rb.html +0 -66
- data/doc/i/arrows.png +0 -0
- data/doc/i/results_bg.png +0 -0
- data/doc/i/tree_bg.png +0 -0
- data/doc/index.html +0 -14
- data/doc/js/jquery-1.3.2.min.js +0 -19
- data/doc/js/jquery-effect.js +0 -593
- data/doc/js/main.js +0 -22
- data/doc/js/searchdoc.js +0 -628
- data/doc/panel/index.html +0 -71
- data/doc/panel/search_index.js +0 -1
- data/doc/panel/tree.js +0 -1
data/doc/files/README_rdoc.html
DELETED
@@ -1,87 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>README.rdoc</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
README.rdoc
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>README.rdoc</li>
|
22
|
-
<li>Last modified: Fri Nov 27 13:37:15 +0100 2009</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
<div class="description">
|
30
|
-
<h1>apphunk</h1>
|
31
|
-
<p>
|
32
|
-
A library that send’s messages to the remote logging service
|
33
|
-
apphunk.com.
|
34
|
-
</p>
|
35
|
-
<h2>Note on Patches/Pull Requests</h2>
|
36
|
-
<ul>
|
37
|
-
<li>Fork the project.
|
38
|
-
|
39
|
-
</li>
|
40
|
-
<li>Make your feature addition or bug fix.
|
41
|
-
|
42
|
-
</li>
|
43
|
-
<li>Add tests for it. This is important so I don’t break it in a future
|
44
|
-
version unintentionally.
|
45
|
-
|
46
|
-
</li>
|
47
|
-
<li>Commit, do not mess with rakefile, version, or history. (if you want to
|
48
|
-
have your own version, that is fine but bump version in a commit by itself
|
49
|
-
I can ignore when I pull)
|
50
|
-
|
51
|
-
</li>
|
52
|
-
<li>Send me a pull request. Get bonus points for topic branches.
|
53
|
-
|
54
|
-
</li>
|
55
|
-
</ul>
|
56
|
-
<h2>Copyright</h2>
|
57
|
-
<p>
|
58
|
-
Copyright © 2009 rubyphunk. See <a href="LICENSE.html">LICENSE</a> for
|
59
|
-
details.
|
60
|
-
</p>
|
61
|
-
|
62
|
-
</div>
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
</div>
|
85
|
-
</div>
|
86
|
-
</body>
|
87
|
-
</html>
|
@@ -1,59 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>config.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
config.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/apphunk/config.rb</li>
|
22
|
-
<li>Last modified: Fri Nov 27 13:33:10 +0100 2009</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
<div class="sectiontitle">Classes and Modules</div>
|
44
|
-
<ul>
|
45
|
-
|
46
|
-
<li><span class="type">MODULE</span> <a href="../../../classes/Apphunk.html">Apphunk</a></li>
|
47
|
-
|
48
|
-
</ul>
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
</div>
|
57
|
-
</div>
|
58
|
-
</body>
|
59
|
-
</html>
|
@@ -1,59 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>logger.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
logger.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/apphunk/logger.rb</li>
|
22
|
-
<li>Last modified: Thu Nov 26 17:52:56 +0100 2009</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
<div class="sectiontitle">Classes and Modules</div>
|
44
|
-
<ul>
|
45
|
-
|
46
|
-
<li><span class="type">MODULE</span> <a href="../../../classes/Apphunk.html">Apphunk</a></li>
|
47
|
-
|
48
|
-
</ul>
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
</div>
|
57
|
-
</div>
|
58
|
-
</body>
|
59
|
-
</html>
|
@@ -1,68 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>proxy.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
proxy.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/apphunk/proxy.rb</li>
|
22
|
-
<li>Last modified: Thu Nov 26 18:11:40 +0100 2009</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
<div class="sectiontitle">Required Files</div>
|
32
|
-
<ul>
|
33
|
-
|
34
|
-
<li>json</li>
|
35
|
-
|
36
|
-
<li>ostruct</li>
|
37
|
-
|
38
|
-
</ul>
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
<div class="sectiontitle">Classes and Modules</div>
|
53
|
-
<ul>
|
54
|
-
|
55
|
-
<li><span class="type">MODULE</span> <a href="../../../classes/Apphunk.html">Apphunk</a></li>
|
56
|
-
|
57
|
-
</ul>
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
</div>
|
66
|
-
</div>
|
67
|
-
</body>
|
68
|
-
</html>
|
@@ -1,59 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>result.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
result.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/apphunk/remote/result.rb</li>
|
22
|
-
<li>Last modified: Fri Nov 20 13:42:03 +0100 2009</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
<div class="sectiontitle">Classes and Modules</div>
|
44
|
-
<ul>
|
45
|
-
|
46
|
-
<li><span class="type">MODULE</span> <a href="../../../../classes/Apphunk.html">Apphunk</a></li>
|
47
|
-
|
48
|
-
</ul>
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
</div>
|
57
|
-
</div>
|
58
|
-
</body>
|
59
|
-
</html>
|
@@ -1,70 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>remote.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
remote.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/apphunk/remote.rb</li>
|
22
|
-
<li>Last modified: Fri Nov 20 14:25:56 +0100 2009</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
<div class="sectiontitle">Required Files</div>
|
32
|
-
<ul>
|
33
|
-
|
34
|
-
<li>net/http</li>
|
35
|
-
|
36
|
-
<li>timeout</li>
|
37
|
-
|
38
|
-
<li>uri</li>
|
39
|
-
|
40
|
-
</ul>
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
<div class="sectiontitle">Classes and Modules</div>
|
55
|
-
<ul>
|
56
|
-
|
57
|
-
<li><span class="type">MODULE</span> <a href="../../../classes/Apphunk.html">Apphunk</a></li>
|
58
|
-
|
59
|
-
</ul>
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
</div>
|
68
|
-
</div>
|
69
|
-
</body>
|
70
|
-
</html>
|
@@ -1,66 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>apphunk.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
8
|
-
<link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
</head>
|
14
|
-
|
15
|
-
<body>
|
16
|
-
<div class="banner">
|
17
|
-
<h1>
|
18
|
-
apphunk.rb
|
19
|
-
</h1>
|
20
|
-
<ul class="files">
|
21
|
-
<li>lib/apphunk.rb</li>
|
22
|
-
<li>Last modified: Fri Nov 27 12:43:17 +0100 2009</li>
|
23
|
-
</ul>
|
24
|
-
</div>
|
25
|
-
|
26
|
-
<div id="bodyContent">
|
27
|
-
<div id="content">
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
<div class="sectiontitle">Required Files</div>
|
32
|
-
<ul>
|
33
|
-
|
34
|
-
<li>rubygems</li>
|
35
|
-
|
36
|
-
</ul>
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
<div class="sectiontitle">Classes and Modules</div>
|
51
|
-
<ul>
|
52
|
-
|
53
|
-
<li><span class="type">MODULE</span> <a href="../../classes/Apphunk.html">Apphunk</a></li>
|
54
|
-
|
55
|
-
</ul>
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
</div>
|
64
|
-
</div>
|
65
|
-
</body>
|
66
|
-
</html>
|