yard 0.9.10 → 0.9.11
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of yard might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/docs/GettingStarted.md +5 -0
- data/lib/yard/cli/yardoc.rb +1 -1
- data/lib/yard/core_ext/file.rb +4 -1
- data/lib/yard/version.rb +1 -1
- data/spec/core_ext/file_spec.rb +7 -3
- data/spec/examples.txt +1766 -1765
- data/templates/default/fulldoc/html/css/style.css +7 -0
- metadata +2 -2
@@ -484,6 +484,13 @@ pre.code .rubyid_backref,
|
|
484
484
|
pre.code .rubyid_nth_ref { color: #6D79DE; }
|
485
485
|
pre.code .regexp, .dregexp { color: #036A07; }
|
486
486
|
pre.code a { border-bottom: 1px dotted #bbf; }
|
487
|
+
/* inline code */
|
488
|
+
p > code {
|
489
|
+
padding: 1px 3px 1px 3px;
|
490
|
+
border: 1px solid #E1E1E8;
|
491
|
+
background: #F7F7F9;
|
492
|
+
border-radius: 4px;
|
493
|
+
}
|
487
494
|
|
488
495
|
/* Color fix for links */
|
489
496
|
#content .summary_desc pre.code .id > .object_link a, /* identifier */
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Loren Segal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
YARD is a documentation generation tool for the Ruby programming language.
|