r509-middleware-validity 0.1 → 0.2
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/doc/R509.html +29 -20
- data/doc/R509/Middleware.html +30 -21
- data/doc/R509/Middleware/Validity.html +297 -20
- data/doc/_index.html +27 -23
- data/doc/class_list.html +11 -5
- data/doc/css/full_list.css +4 -2
- data/doc/css/style.css +50 -44
- data/doc/file.README.html +38 -22
- data/doc/file_list.html +12 -6
- data/doc/frames.html +20 -5
- data/doc/index.html +38 -22
- data/doc/js/app.js +52 -43
- data/doc/js/full_list.js +14 -8
- data/doc/js/jquery.js +4 -16
- data/doc/method_list.html +12 -6
- data/doc/top-level-namespace.html +27 -18
- data/lib/r509/middleware/validity/version.rb +1 -1
- metadata +41 -18
data/doc/_index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
6
|
<title>
|
|
7
|
-
Documentation by YARD 0.
|
|
7
|
+
Documentation by YARD 0.8.3
|
|
8
8
|
|
|
9
9
|
</title>
|
|
10
10
|
|
|
@@ -13,10 +13,12 @@
|
|
|
13
13
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
|
14
14
|
|
|
15
15
|
<script type="text/javascript" charset="utf-8">
|
|
16
|
+
hasFrames = window.top.frames.main ? true : false;
|
|
16
17
|
relpath = '';
|
|
17
|
-
|
|
18
|
+
framesUrl = "frames.html#!" + escape(window.location.href);
|
|
18
19
|
</script>
|
|
19
20
|
|
|
21
|
+
|
|
20
22
|
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
|
21
23
|
|
|
22
24
|
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
|
@@ -24,40 +26,42 @@
|
|
|
24
26
|
|
|
25
27
|
</head>
|
|
26
28
|
<body>
|
|
27
|
-
<script type="text/javascript" charset="utf-8">
|
|
28
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
|
29
|
-
</script>
|
|
30
|
-
|
|
31
29
|
<div id="header">
|
|
32
30
|
<div id="menu">
|
|
33
31
|
|
|
34
|
-
|
|
35
|
-
<span class="title"></span>
|
|
36
|
-
|
|
37
|
-
|
|
32
|
+
|
|
38
33
|
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
|
39
34
|
</div>
|
|
40
35
|
|
|
41
36
|
<div id="search">
|
|
42
37
|
|
|
43
|
-
<a
|
|
38
|
+
<a class="full_list_link" id="class_list_link"
|
|
39
|
+
href="class_list.html">
|
|
40
|
+
Class List
|
|
41
|
+
</a>
|
|
44
42
|
|
|
45
|
-
<a
|
|
43
|
+
<a class="full_list_link" id="method_list_link"
|
|
44
|
+
href="method_list.html">
|
|
45
|
+
Method List
|
|
46
|
+
</a>
|
|
46
47
|
|
|
47
|
-
<a
|
|
48
|
+
<a class="full_list_link" id="file_list_link"
|
|
49
|
+
href="file_list.html">
|
|
50
|
+
File List
|
|
51
|
+
</a>
|
|
48
52
|
|
|
49
53
|
</div>
|
|
50
54
|
<div class="clear"></div>
|
|
51
55
|
</div>
|
|
52
|
-
|
|
56
|
+
|
|
53
57
|
<iframe id="search_frame"></iframe>
|
|
54
|
-
|
|
55
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.
|
|
58
|
+
|
|
59
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.3</h1>
|
|
56
60
|
<div id="listing">
|
|
57
61
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
|
58
62
|
|
|
59
63
|
<h2>File Listing</h2>
|
|
60
|
-
<ul id="files">
|
|
64
|
+
<ul id="files" class="index_inline_list">
|
|
61
65
|
|
|
62
66
|
|
|
63
67
|
<li class="r1"><a href="index.html" title="README">README</a></li>
|
|
@@ -81,7 +85,7 @@
|
|
|
81
85
|
<ul>
|
|
82
86
|
|
|
83
87
|
<li>
|
|
84
|
-
<span class='object_link'><a href="R509/Middleware.html" title="R509::Middleware (module)">Middleware</a></span>
|
|
88
|
+
<span class='object_link'><a href="R509/Middleware.html" title="R509::Middleware (module)">Middleware</a></span>
|
|
85
89
|
|
|
86
90
|
<small>(R509)</small>
|
|
87
91
|
|
|
@@ -96,7 +100,7 @@
|
|
|
96
100
|
<ul>
|
|
97
101
|
|
|
98
102
|
<li>
|
|
99
|
-
<span class='object_link'><a href="R509.html" title="R509 (module)">R509</a></span>
|
|
103
|
+
<span class='object_link'><a href="R509.html" title="R509 (module)">R509</a></span>
|
|
100
104
|
|
|
101
105
|
</li>
|
|
102
106
|
|
|
@@ -109,7 +113,7 @@
|
|
|
109
113
|
<ul>
|
|
110
114
|
|
|
111
115
|
<li>
|
|
112
|
-
<span class='object_link'><a href="R509/Middleware/Validity.html" title="R509::Middleware::Validity (
|
|
116
|
+
<span class='object_link'><a href="R509/Middleware/Validity.html" title="R509::Middleware::Validity (class)">Validity</a></span>
|
|
113
117
|
|
|
114
118
|
<small>(R509::Middleware)</small>
|
|
115
119
|
|
|
@@ -125,11 +129,11 @@
|
|
|
125
129
|
</div>
|
|
126
130
|
|
|
127
131
|
</div>
|
|
128
|
-
|
|
132
|
+
|
|
129
133
|
<div id="footer">
|
|
130
|
-
Generated on
|
|
134
|
+
Generated on Thu Nov 8 14:49:20 2012 by
|
|
131
135
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
132
|
-
0.
|
|
136
|
+
0.8.3 (ruby-1.9.3).
|
|
133
137
|
</div>
|
|
134
138
|
|
|
135
139
|
</body>
|
data/doc/class_list.html
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
|
|
9
9
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
|
|
12
12
|
|
|
13
13
|
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
|
14
14
|
|
|
15
15
|
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
|
|
18
18
|
<base id="base_target" target="_parent" />
|
|
19
19
|
</head>
|
|
20
20
|
<body>
|
|
@@ -28,11 +28,17 @@
|
|
|
28
28
|
<h1 id="full_list_header">Class List</h1>
|
|
29
29
|
<div id="nav">
|
|
30
30
|
|
|
31
|
-
<a target="_self" href="class_list.html">
|
|
31
|
+
<span><a target="_self" href="class_list.html">
|
|
32
|
+
Classes
|
|
33
|
+
</a></span>
|
|
32
34
|
|
|
33
|
-
<a target="_self" href="method_list.html">
|
|
35
|
+
<span><a target="_self" href="method_list.html">
|
|
36
|
+
Methods
|
|
37
|
+
</a></span>
|
|
34
38
|
|
|
35
|
-
<a target="_self" href="file_list.html">
|
|
39
|
+
<span><a target="_self" href="file_list.html">
|
|
40
|
+
Files
|
|
41
|
+
</a></span>
|
|
36
42
|
|
|
37
43
|
</div>
|
|
38
44
|
<div id="search">Search: <input type="text" /></div>
|
data/doc/css/full_list.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
body {
|
|
1
|
+
body {
|
|
2
2
|
margin: 0;
|
|
3
|
-
font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
|
|
3
|
+
font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
|
|
4
4
|
font-size: 13px;
|
|
5
5
|
height: 101%;
|
|
6
6
|
overflow-x: hidden;
|
|
@@ -37,6 +37,8 @@ li.collapsed.clicked a.toggle { background-position: top right; }
|
|
|
37
37
|
#nav { margin-left: 10px; font-size: 0.9em; display: none; color: #aaa; }
|
|
38
38
|
#nav a:link, #nav a:visited { color: #358; }
|
|
39
39
|
#nav a:hover { background: transparent; color: #5af; }
|
|
40
|
+
.frames #nav span:after { content: ' | '; }
|
|
41
|
+
.frames #nav span:last-child:after { content: ''; }
|
|
40
42
|
|
|
41
43
|
.frames #content h1 { margin-top: 0; }
|
|
42
44
|
.frames li { white-space: nowrap; cursor: normal; }
|
data/doc/css/style.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
body {
|
|
1
|
+
body {
|
|
2
2
|
padding: 0 20px;
|
|
3
|
-
font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
|
|
3
|
+
font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
|
|
4
4
|
font-size: 13px;
|
|
5
5
|
}
|
|
6
6
|
body.frames { padding: 0 5px; }
|
|
@@ -8,7 +8,7 @@ h1 { font-size: 25px; margin: 1em 0 0.5em; padding-top: 4px; border-top: 1px dot
|
|
|
8
8
|
h1.noborder { border-top: 0px; margin-top: 0; padding-top: 4px; }
|
|
9
9
|
h1.title { margin-bottom: 10px; }
|
|
10
10
|
h1.alphaindex { margin-top: 0; font-size: 22px; }
|
|
11
|
-
h2 {
|
|
11
|
+
h2 {
|
|
12
12
|
padding: 0;
|
|
13
13
|
padding-bottom: 3px;
|
|
14
14
|
border-bottom: 1px #aaa solid;
|
|
@@ -36,9 +36,9 @@ h2 small { font-weight: normal; font-size: 0.7em; display: block; float: right;
|
|
|
36
36
|
#filecontents dd, .docstring dd { padding: 5px 0px; margin-left: 18px; }
|
|
37
37
|
#filecontents dd > p, .docstring dd > p { margin: 0px; }
|
|
38
38
|
|
|
39
|
-
.note {
|
|
39
|
+
.note {
|
|
40
40
|
color: #222;
|
|
41
|
-
-moz-border-radius: 3px; -webkit-border-radius: 3px;
|
|
41
|
+
-moz-border-radius: 3px; -webkit-border-radius: 3px;
|
|
42
42
|
background: #e3e4e3; border: 1px solid #d5d5d5; padding: 7px 10px;
|
|
43
43
|
display: block;
|
|
44
44
|
}
|
|
@@ -46,13 +46,14 @@ h2 small { font-weight: normal; font-size: 0.7em; display: block; float: right;
|
|
|
46
46
|
.note.returns_void { background: #efefef; }
|
|
47
47
|
.note.deprecated { background: #ffe5e5; border-color: #e9dada; }
|
|
48
48
|
.note.private { background: #ffffc5; border-color: #ececaa; }
|
|
49
|
-
.note.title {
|
|
49
|
+
.note.title { padding: 1px 5px; font-size: 0.9em; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; display: inline; }
|
|
50
50
|
.summary_signature + .note.title { margin-left: 7px; }
|
|
51
51
|
h1 .note.title { font-size: 0.5em; font-weight: normal; padding: 3px 5px; position: relative; top: -3px; text-transform: capitalize; }
|
|
52
|
-
.note.title.constructor { color: #fff; background: #6a98d6; border-color: #6689d6; }
|
|
53
|
-
.note.title.writeonly { color: #fff; background: #45a638; border-color: #2da31d; }
|
|
54
|
-
.note.title.readonly { color: #fff; background: #6a98d6; border-color: #6689d6; }
|
|
52
|
+
.note.title.constructor { color: #fff; background: #6a98d6; border-color: #6689d6; }
|
|
53
|
+
.note.title.writeonly { color: #fff; background: #45a638; border-color: #2da31d; }
|
|
54
|
+
.note.title.readonly { color: #fff; background: #6a98d6; border-color: #6689d6; }
|
|
55
55
|
.note.title.private { background: #d5d5d5; border-color: #c5c5c5; }
|
|
56
|
+
.note.title.not_defined_here { background: transparent; border: none; font-style: italic; }
|
|
56
57
|
.discussion .note { margin-top: 6px; }
|
|
57
58
|
.discussion .note:first-child { margin-top: 0; }
|
|
58
59
|
|
|
@@ -106,10 +107,8 @@ p.inherited {
|
|
|
106
107
|
#filecontents dl.box .r1, dl.box .r1 { background: #eee; }
|
|
107
108
|
|
|
108
109
|
ul.toplevel { list-style: none; padding-left: 0; font-size: 1.1em; }
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
#files { padding: 0; }
|
|
112
|
-
#files li { list-style: none; display: inline; padding: 7px 12px; line-height: 35px; }
|
|
110
|
+
.index_inline_list { padding-left: 0; font-size: 1.1em; }
|
|
111
|
+
.index_inline_list li { list-style: none; display: inline; padding: 7px 12px; line-height: 35px; }
|
|
113
112
|
|
|
114
113
|
dl.constants { margin-left: 40px; }
|
|
115
114
|
dl.constants dt { font-weight: bold; font-size: 1.1em; margin-bottom: 5px; }
|
|
@@ -125,29 +124,36 @@ dl.constants .discussion *:last-child { margin-bottom: 0; }
|
|
|
125
124
|
|
|
126
125
|
.method_details { border-top: 1px dotted #aaa; margin-top: 15px; padding-top: 0; }
|
|
127
126
|
.method_details.first { border: 0; }
|
|
128
|
-
p.signature {
|
|
129
|
-
font-size: 1.1em; font-weight: normal; font-family: Monaco, Consolas, Courier, monospace;
|
|
130
|
-
padding: 6px 10px; margin-top: 18px;
|
|
127
|
+
p.signature, h3.signature {
|
|
128
|
+
font-size: 1.1em; font-weight: normal; font-family: Monaco, Consolas, Courier, monospace;
|
|
129
|
+
padding: 6px 10px; margin-top: 18px;
|
|
131
130
|
background: #e5e8ff; border: 1px solid #d8d8e5; -moz-border-radius: 3px; -webkit-border-radius: 3px;
|
|
132
131
|
}
|
|
133
|
-
p.signature tt
|
|
134
|
-
|
|
135
|
-
p.signature .
|
|
136
|
-
|
|
137
|
-
p.signature .
|
|
132
|
+
p.signature tt,
|
|
133
|
+
h3.signature tt { font-family: Monaco, Consolas, Courier, monospace; }
|
|
134
|
+
p.signature .overload,
|
|
135
|
+
h3.signature .overload { display: block; }
|
|
136
|
+
p.signature .extras,
|
|
137
|
+
h3.signature .extras { font-weight: normal; font-family: sans-serif; color: #444; font-size: 1em; }
|
|
138
|
+
p.signature .not_defined_here,
|
|
139
|
+
h3.signature .not_defined_here,
|
|
140
|
+
p.signature .aliases,
|
|
141
|
+
h3.signature .aliases { display: block; font-weight: normal; font-size: 0.9em; font-family: sans-serif; margin-top: 0px; color: #555; }
|
|
142
|
+
p.signature .aliases .names,
|
|
143
|
+
h3.signature .aliases .names { font-family: Monaco, Consolas, Courier, monospace; font-weight: bold; color: #000; font-size: 1.2em; }
|
|
138
144
|
|
|
139
|
-
.tags
|
|
145
|
+
.tags .tag_title { font-size: 1em; margin-bottom: 0; font-weight: bold; }
|
|
140
146
|
.tags ul { margin-top: 5px; padding-left: 30px; list-style: square; }
|
|
141
147
|
.tags ul li { margin-bottom: 3px; }
|
|
142
148
|
.tags ul .name { font-family: monospace; font-weight: bold; }
|
|
143
149
|
.tags ul .note { padding: 3px 6px; }
|
|
144
150
|
.tags { margin-bottom: 12px; }
|
|
145
151
|
|
|
146
|
-
.tags .examples
|
|
147
|
-
.tags .examples
|
|
152
|
+
.tags .examples .tag_title { margin-bottom: 10px; font-weight: bold; }
|
|
153
|
+
.tags .examples .inline p { padding: 0; margin: 0; margin-left: 15px; font-weight: bold; font-size: 0.9em; }
|
|
148
154
|
|
|
149
155
|
.tags .overload .overload_item { list-style: none; margin-bottom: 25px; }
|
|
150
|
-
.tags .overload .overload_item .signature {
|
|
156
|
+
.tags .overload .overload_item .signature {
|
|
151
157
|
padding: 2px 8px;
|
|
152
158
|
background: #e5e8ff; border: 1px solid #d8d8e5; -moz-border-radius: 3px; -webkit-border-radius: 3px;
|
|
153
159
|
}
|
|
@@ -171,19 +177,19 @@ ul.summary {
|
|
|
171
177
|
font-size: 1em;
|
|
172
178
|
line-height: 1.5em;
|
|
173
179
|
}
|
|
174
|
-
ul.summary a:link, ul.summary a:visited {
|
|
180
|
+
ul.summary a:link, ul.summary a:visited {
|
|
175
181
|
text-decoration: none; font-size: 1.1em;
|
|
176
182
|
}
|
|
177
183
|
ul.summary li { margin-bottom: 5px; }
|
|
178
|
-
.summary .summary_signature {
|
|
184
|
+
.summary .summary_signature {
|
|
179
185
|
padding: 1px 10px;
|
|
180
186
|
background: #eaeaff; border: 1px solid #dfdfe5;
|
|
181
|
-
-moz-border-radius: 3px; -webkit-border-radius: 3px;
|
|
187
|
+
-moz-border-radius: 3px; -webkit-border-radius: 3px;
|
|
182
188
|
}
|
|
183
189
|
.summary_signature:hover { background: #eeeeff; cursor: pointer; }
|
|
184
190
|
ul.summary.compact li { display: inline-block; margin: 0px 5px 0px 0px; line-height: 2.6em;}
|
|
185
191
|
ul.summary.compact .summary_signature { padding: 5px 7px; padding-right: 4px; }
|
|
186
|
-
#content .summary_signature:hover a:link,
|
|
192
|
+
#content .summary_signature:hover a:link,
|
|
187
193
|
#content .summary_signature:hover a:visited {
|
|
188
194
|
background: transparent;
|
|
189
195
|
color: #48f;
|
|
@@ -206,18 +212,18 @@ ul.fullTree li:last-child { padding-bottom: 0; }
|
|
|
206
212
|
.showAll .inheritName { display: none; }
|
|
207
213
|
|
|
208
214
|
#search { position: absolute; right: 14px; top: 0px; }
|
|
209
|
-
#search a:link, #search a:visited {
|
|
215
|
+
#search a:link, #search a:visited {
|
|
210
216
|
display: block; float: left; margin-right: 4px;
|
|
211
217
|
padding: 8px 10px; text-decoration: none; color: #05a;
|
|
212
218
|
border: 1px solid #d8d8e5;
|
|
213
|
-
-moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
|
|
219
|
+
-moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
|
|
214
220
|
-webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px;
|
|
215
221
|
background: #eaf0ff;
|
|
216
222
|
-webkit-box-shadow: -1px 1px 3px #ddd;
|
|
217
223
|
}
|
|
218
224
|
#search a:hover { background: #f5faff; color: #06b; }
|
|
219
|
-
#search a.active {
|
|
220
|
-
background: #568; padding-bottom: 20px; color: #fff; border: 1px solid #457;
|
|
225
|
+
#search a.active {
|
|
226
|
+
background: #568; padding-bottom: 20px; color: #fff; border: 1px solid #457;
|
|
221
227
|
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
|
|
222
228
|
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
|
|
223
229
|
}
|
|
@@ -231,7 +237,7 @@ ul.fullTree li:last-child { padding-bottom: 0; }
|
|
|
231
237
|
#menu .title { color: #555; }
|
|
232
238
|
#menu a:link, #menu a:visited { color: #333; text-decoration: none; border-bottom: 1px dotted #bbd; }
|
|
233
239
|
#menu a:hover { color: #05a; }
|
|
234
|
-
#menu .noframes { display:
|
|
240
|
+
#menu .noframes { display: inline; }
|
|
235
241
|
.frames #menu .noframes { display: inline; float: right; }
|
|
236
242
|
|
|
237
243
|
#footer { margin-top: 15px; border-top: 1px solid #ccc; text-align: center; padding: 7px 0; color: #999; }
|
|
@@ -251,8 +257,8 @@ li.r2 { background: #fafafa; }
|
|
|
251
257
|
z-index: 9999;
|
|
252
258
|
background: #fff;
|
|
253
259
|
display: none;
|
|
254
|
-
position: absolute;
|
|
255
|
-
top: 36px;
|
|
260
|
+
position: absolute;
|
|
261
|
+
top: 36px;
|
|
256
262
|
right: 18px;
|
|
257
263
|
width: 500px;
|
|
258
264
|
height: 80%;
|
|
@@ -268,7 +274,7 @@ li.r2 { background: #fafafa; }
|
|
|
268
274
|
#content ul.summary li.deprecated .summary_signature a:link,
|
|
269
275
|
#content ul.summary li.deprecated .summary_signature a:visited { text-decoration: line-through; font-style: italic; }
|
|
270
276
|
|
|
271
|
-
#toc {
|
|
277
|
+
#toc {
|
|
272
278
|
padding: 20px; padding-right: 30px; border: 1px solid #ddd; float: right; background: #fff; margin-left: 20px; margin-bottom: 20px;
|
|
273
279
|
max-width: 300px;
|
|
274
280
|
-webkit-box-shadow: -2px 2px 6px #bbb;
|
|
@@ -293,7 +299,7 @@ li.r2 { background: #fafafa; }
|
|
|
293
299
|
#filecontents pre.code, .docstring pre.code, .source_code pre { font-family: monospace; }
|
|
294
300
|
#filecontents pre.code, .docstring pre.code { display: block; }
|
|
295
301
|
.source_code .lines { padding-right: 12px; color: #555; text-align: right; }
|
|
296
|
-
#filecontents pre.code, .docstring pre.code,
|
|
302
|
+
#filecontents pre.code, .docstring pre.code,
|
|
297
303
|
.tags pre.example { padding: 5px 12px; margin-top: 4px; border: 1px solid #eef; background: #f5f5ff; }
|
|
298
304
|
pre.code { color: #000; }
|
|
299
305
|
pre.code .info.file { color: #555; }
|
|
@@ -302,21 +308,21 @@ pre.code .tstring_content,
|
|
|
302
308
|
pre.code .heredoc_beg, pre.code .heredoc_end,
|
|
303
309
|
pre.code .qwords_beg, pre.code .qwords_end,
|
|
304
310
|
pre.code .tstring, pre.code .dstring { color: #036A07; }
|
|
305
|
-
pre.code .fid, pre.code .rubyid_new, pre.code .rubyid_to_s,
|
|
306
|
-
pre.code .rubyid_to_sym, pre.code .rubyid_to_f,
|
|
311
|
+
pre.code .fid, pre.code .rubyid_new, pre.code .rubyid_to_s,
|
|
312
|
+
pre.code .rubyid_to_sym, pre.code .rubyid_to_f,
|
|
307
313
|
pre.code .dot + pre.code .id,
|
|
308
314
|
pre.code .rubyid_to_i pre.code .rubyid_each { color: #0085FF; }
|
|
309
315
|
pre.code .comment { color: #0066FF; }
|
|
310
316
|
pre.code .const, pre.code .constant { color: #585CF6; }
|
|
311
317
|
pre.code .symbol { color: #C5060B; }
|
|
312
|
-
pre.code .kw,
|
|
318
|
+
pre.code .kw,
|
|
313
319
|
pre.code .label,
|
|
314
|
-
pre.code .rubyid_require,
|
|
320
|
+
pre.code .rubyid_require,
|
|
315
321
|
pre.code .rubyid_extend,
|
|
316
322
|
pre.code .rubyid_include { color: #0000FF; }
|
|
317
323
|
pre.code .ivar { color: #318495; }
|
|
318
|
-
pre.code .gvar,
|
|
319
|
-
pre.code .rubyid_backref,
|
|
324
|
+
pre.code .gvar,
|
|
325
|
+
pre.code .rubyid_backref,
|
|
320
326
|
pre.code .rubyid_nth_ref { color: #6D79DE; }
|
|
321
327
|
pre.code .regexp, .dregexp { color: #036A07; }
|
|
322
328
|
pre.code a { border-bottom: 1px dotted #bbf; }
|
data/doc/file.README.html
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
4
|
<head>
|
|
5
|
-
<meta http-equiv="Content-Type" content="text/html; charset=
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" />
|
|
6
6
|
<title>
|
|
7
7
|
File: README
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.
|
|
9
|
+
— Documentation by YARD 0.8.3
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -15,10 +15,12 @@
|
|
|
15
15
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
|
18
19
|
relpath = '';
|
|
19
|
-
|
|
20
|
+
framesUrl = "frames.html#!" + escape(window.location.href);
|
|
20
21
|
</script>
|
|
21
22
|
|
|
23
|
+
|
|
22
24
|
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
|
23
25
|
|
|
24
26
|
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
|
@@ -26,50 +28,64 @@
|
|
|
26
28
|
|
|
27
29
|
</head>
|
|
28
30
|
<body>
|
|
29
|
-
<script type="text/javascript" charset="utf-8">
|
|
30
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
|
31
|
-
</script>
|
|
32
|
-
|
|
33
31
|
<div id="header">
|
|
34
32
|
<div id="menu">
|
|
35
33
|
|
|
36
|
-
<a href="_index.html"
|
|
34
|
+
<a href="_index.html">Index</a> »
|
|
37
35
|
<span class="title">File: README</span>
|
|
38
36
|
|
|
39
|
-
|
|
37
|
+
|
|
40
38
|
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
|
41
39
|
</div>
|
|
42
40
|
|
|
43
41
|
<div id="search">
|
|
44
42
|
|
|
45
|
-
<a
|
|
43
|
+
<a class="full_list_link" id="class_list_link"
|
|
44
|
+
href="class_list.html">
|
|
45
|
+
Class List
|
|
46
|
+
</a>
|
|
46
47
|
|
|
47
|
-
<a
|
|
48
|
+
<a class="full_list_link" id="method_list_link"
|
|
49
|
+
href="method_list.html">
|
|
50
|
+
Method List
|
|
51
|
+
</a>
|
|
48
52
|
|
|
49
|
-
<a
|
|
53
|
+
<a class="full_list_link" id="file_list_link"
|
|
54
|
+
href="file_list.html">
|
|
55
|
+
File List
|
|
56
|
+
</a>
|
|
50
57
|
|
|
51
58
|
</div>
|
|
52
59
|
<div class="clear"></div>
|
|
53
60
|
</div>
|
|
54
|
-
|
|
61
|
+
|
|
55
62
|
<iframe id="search_frame"></iframe>
|
|
56
|
-
|
|
57
|
-
<div id="content"><div id='filecontents'><p>This project is related to <a href="http://github.com/reaperhulk/r509">r509</a> and <a href="http://github.com/sirsean/r509-ca-http">r509-ca-http</a>, allowing us to save certificate validity status to a Redis backend via Rack Middleware, so the CA itself doesn't need to know anything about Redis. This is done so that you can run a CA without saving validity status, if you want to do that.</p>
|
|
58
63
|
|
|
59
|
-
<
|
|
64
|
+
<div id="content"><div id='filecontents'><h1>r509-middleware-validity</h1>
|
|
65
|
+
|
|
66
|
+
<p>This project is related to <a href="http://github.com/reaperhulk/r509">r509</a> and <a href="http://github.com/sirsean/r509-ca-http">r509-ca-http</a>, allowing us to save certificate validity status to a Redis backend via Rack Middleware, so the CA itself doesn't need to know anything about Redis. This is done so that you can run a CA without saving validity status, if you want to do that.</p>
|
|
67
|
+
|
|
68
|
+
<h1>Redis</h1>
|
|
60
69
|
|
|
61
|
-
<
|
|
62
|
-
|
|
70
|
+
<p>Make sure you have a Redis server running on localhost. The standard configuration should work. You also need to <code>gem install redis</code>.</p>
|
|
71
|
+
|
|
72
|
+
<p>Ruby will connect to it using <code>Redis.new</code>.</p>
|
|
73
|
+
|
|
74
|
+
<h1>config.ru</h1>
|
|
75
|
+
|
|
76
|
+
<pre class="code ruby"><code><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>r509/middleware/validity</span><span class='tstring_end'>'</span></span>
|
|
63
77
|
|
|
64
78
|
<span class='id identifier rubyid_use'>use</span> <span class='const'>R509</span><span class='op'>::</span><span class='const'>Middleware</span><span class='op'>::</span><span class='const'>Validity</span>
|
|
65
79
|
<span class='id identifier rubyid_run'>run</span> <span class='const'>R509</span><span class='op'>::</span><span class='const'>CertificateAuthority</span><span class='op'>::</span><span class='const'>Http</span><span class='op'>::</span><span class='const'>Server</span>
|
|
66
|
-
</pre>
|
|
80
|
+
</code></pre>
|
|
81
|
+
|
|
82
|
+
<p>Now all the issue/revoke/unrevoke events will be saved in your Redis database.</p>
|
|
67
83
|
</div></div>
|
|
68
|
-
|
|
84
|
+
|
|
69
85
|
<div id="footer">
|
|
70
|
-
Generated on
|
|
86
|
+
Generated on Thu Nov 8 14:49:20 2012 by
|
|
71
87
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
72
|
-
0.
|
|
88
|
+
0.8.3 (ruby-1.9.3).
|
|
73
89
|
</div>
|
|
74
90
|
|
|
75
91
|
</body>
|