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.

@@ -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.10
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-18 00:00:00.000000000 Z
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.