Skip to content

Commit 0cee6fd

Browse files
garyfpose
authored andcommitted
add ruby repo
1 parent e9af09e commit 0cee6fd

File tree

3 files changed

+85
-1
lines changed

3 files changed

+85
-1
lines changed

html/index.jade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ html(lang='en')
261261
include libraries/php3.jade
262262
include libraries/php4.jade
263263
include libraries/ruby.jade
264+
include libraries/ruby2.jade
264265
include libraries/elixir.jade
265266
include libraries/go.jade
266267
include libraries/go2.jade

html/libraries/ruby2.jade

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
// Ruby garyf/json_web_token
2+
article.jwt-ruby.accordion(data-accordion)
3+
.panel-heading(data-control)
4+
img(src='/img/7.svg')
5+
h3 Ruby
6+
.panel-wrap(data-content)
7+
.panel-body
8+
.column
9+
p
10+
i.icon-budicon-500
11+
| Sign
12+
p
13+
i.icon-budicon-500
14+
| Verify
15+
p
16+
i.icon-budicon-500
17+
code iss
18+
| check
19+
p
20+
i.icon-budicon-500
21+
code sub
22+
| check
23+
p
24+
i.icon-budicon-500
25+
code aud
26+
| check
27+
p
28+
i.icon-budicon-500
29+
code exp
30+
| check
31+
p
32+
i.icon-budicon-500
33+
code nbf
34+
| check
35+
p
36+
i.icon-budicon-500
37+
code iat
38+
| check
39+
p
40+
i.icon-budicon-500
41+
code jti
42+
| check
43+
.column
44+
p
45+
i.icon-budicon-500
46+
| HS256
47+
p
48+
i.icon-budicon-500
49+
| HS384
50+
p
51+
i.icon-budicon-500
52+
| HS512
53+
p
54+
i.icon-budicon-500
55+
| RS256
56+
p
57+
i.icon-budicon-500
58+
| RS384
59+
p
60+
i.icon-budicon-500
61+
| RS512
62+
p
63+
i.icon-budicon-500
64+
| ES256
65+
p
66+
i.icon-budicon-500
67+
| ES384
68+
p
69+
i.icon-budicon-500
70+
| ES512
71+
72+
.author-info
73+
.maintainer
74+
i.icon-budicon-333(data-toggle='tooltip', title='', data-original-title='Maintainer')
75+
| Fleshman
76+
span.stars(data-repo='garyf/json_web_token', style='display: inline;')
77+
i.icon-budicon-466
78+
.repository
79+
i.icon-1392070209-icon-social-github
80+
a(href='https://github.com/garyf/json_web_token') View Repo
81+
82+
.panel-footer
83+
code gem install json_web_token

index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)