ident 0.0.2 → 0.0.3
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/LICENSE +29 -0
- data/Rakefile +26 -6
- data/lib/ident.rb +1 -1
- metadata +20 -29
- data/COPYING +0 -674
- data/doc/Ident.html +0 -552
- data/doc/Ident/Response.html +0 -113
- data/doc/Ident/Response/BasicResponse.html +0 -271
- data/doc/Ident/Response/ERROR.html +0 -445
- data/doc/Ident/Response/USERID.html +0 -170
- data/doc/README.html +0 -29
- data/doc/all-files.html +0 -23
- data/doc/all-methods.html +0 -126
- data/doc/all-namespaces.html +0 -32
- data/doc/app.js +0 -18
- data/doc/custom.css +0 -1
- data/doc/index.html +0 -19
- data/doc/jquery.js +0 -11
- data/doc/style.css +0 -81
- data/doc/syntax_highlight.css +0 -24
- data/doc/top-level-namespace.html +0 -25
data/doc/syntax_highlight.css
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
/* Canvas */
|
2
|
-
.source_code pre.lines { margin-right: 20px; text-align: right; color: #888; }
|
3
|
-
.docstring pre { padding: 12px; padding-left: 0; }
|
4
|
-
.docstring pre, .source_code { background: #222; padding: 12px; margin-top: 8px; border: 1px dashed #ccc; font-size: 0.9em; overflow-x: auto; }
|
5
|
-
|
6
|
-
/* Token colours. Borrowed from pastie.org's "Blackboard" theme */
|
7
|
-
pre.code, pre.lines { font-family: Monaco, Courier, monospace; }
|
8
|
-
pre.code { color: #fff; }
|
9
|
-
pre.code .info.file { color: #888; }
|
10
|
-
pre.code .val, pre.code .int, pre.code .float { color: #61CE3C; }
|
11
|
-
pre.code .dstring, pre.code .tstring_content,
|
12
|
-
pre.code .regexp_beg, pre.code .regexp_end,
|
13
|
-
pre.code .tstring_beg, pre.code .tstring_end { color: #61DE3C; }
|
14
|
-
pre.code .embexpr_beg, pre.code .tstring, pre.code .tstring .rbrace { color: #7CFE65; }
|
15
|
-
pre.code .fid, pre.code .id.new, pre.code .id.to_s,
|
16
|
-
pre.code .id.to_sym, pre.code .id.to_f,
|
17
|
-
pre.code .dot + pre.code .id,
|
18
|
-
pre.code .id.to_i pre.code .id.each { color: #FF6400; }
|
19
|
-
pre.code .comment { color: #AEAEAE; }
|
20
|
-
pre.code .constant, pre.code .const, pre.code .symbol, pre.code .symbeg { color: #D8FA3C; }
|
21
|
-
pre.code .kw { color: #FBDE2D; }
|
22
|
-
pre.code .ivar { color: #AACEFB; }
|
23
|
-
pre.code .gvar, pre.code .backref, pre.code .id.nth_ref { color: #BADEFF; }
|
24
|
-
pre.code .regexp, .dregexp { color: #EA5EFB; }
|
@@ -1,25 +0,0 @@
|
|
1
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
2
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
6
|
-
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
|
7
|
-
<link rel="stylesheet" href="custom.css" type="text/css" charset="utf-8" />
|
8
|
-
<link rel="stylesheet" href="syntax_highlight.css" type="text/css" charset="utf-8" />
|
9
|
-
|
10
|
-
<script src="jquery.js" type="text/javascript" charset="utf-8"></script>
|
11
|
-
<script src="app.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<title>Top Level Namespace</title>
|
13
|
-
</head>
|
14
|
-
<body>
|
15
|
-
<div id="content">
|
16
|
-
|
17
|
-
</div>
|
18
|
-
<div id="yard_info">
|
19
|
-
Generated on Thursday, October 15 2009 at 12:40:54 AM by
|
20
|
-
<abbr class="yard" title="Yay! A Ruby Documentation Tool"><a href="http://yard.soen.ca">YARD</a></abbr>
|
21
|
-
0.2.3.3 (ruby-1.9.1).
|
22
|
-
</div>
|
23
|
-
|
24
|
-
</body>
|
25
|
-
</html>
|