utopia-project 0.15.4 → 0.15.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b57a18176afa9434511f28f02302fee700be285f2b758619354753af53577a3
4
- data.tar.gz: 6ae9b2ef4860fcf69a94fa374f45e593398888e14410b0dc646e0823f9b4feee
3
+ metadata.gz: 5bce0912852ded6422335c5f5b4fb819485a2bf600ee2fd459c41db1d1ecee73
4
+ data.tar.gz: 835f4eb6be07a1063d6f575ab882d6ae62cf4101ec1b387769c036c136657941
5
5
  SHA512:
6
- metadata.gz: 63d9424f566e31010506ab7cef1dacd28495967d86ac08c29dec93bb11158c4c43fd7751e3adb920e4df1f4d14d3e941d9dce612530dc62ba37640098d520dd4
7
- data.tar.gz: cca320d9ebdb86b78e6b8f655028ef0e3978776f2df6f300dd4f693b0225e447a81a28c3eb1f1601fae58eef2962afcde674b13b3bb4de899a2a36d53c1d94d1
6
+ metadata.gz: b7bf5269dec13418197d951e61b635e6176bf6335bc0397bc6e4b9d1c584ae0facd0ee2f813358c22e79465f2359611f36f56544a533a6cc5b8929000d6f4520
7
+ data.tar.gz: 2be013a652c1eafc7cc044eaabf42c5c53796bd8192a56014e331528d516590e10d2bc02533aa08490643fc1421bb3dbaf757a6628b6cf7f7d2b16c6e920b624
@@ -22,6 +22,6 @@
22
22
 
23
23
  module Utopia
24
24
  module Project
25
- VERSION = "0.15.4"
25
+ VERSION = "0.15.5"
26
26
  end
27
27
  end
@@ -9,8 +9,8 @@ pragmas = documentation&.filter(Decode::Comment::Pragma).to_a
9
9
  if pragmas&.any? ?>
10
10
  <ul class="pragmas #{attributes[:class]}">
11
11
  <?r pragmas.each do |pragma| ?>
12
- <li class="pragma #{pragma.directive}">
13
- <span class="directive">#{pragma.directive}</span>
12
+ <li class="pragma #{pragma.directive}" title="#{pragma.text.first}">
13
+ #{pragma.directive}
14
14
  </li>
15
15
  <?r end ?>
16
16
  </ul>
@@ -6,8 +6,6 @@
6
6
  ?>
7
7
  <content:heading><code class="language-#{symbol.language.name}">#{symbol.qualified_name}</code></content:heading>
8
8
 
9
- #{partial 'content:signature', symbol: symbol}
10
-
11
9
  <?r
12
10
  if document = base.document_for(symbol)
13
11
  ?>#{document.to_html}<?r
@@ -16,6 +14,8 @@
16
14
  end
17
15
  ?>
18
16
 
17
+ #{partial 'content:signature', symbol: symbol}
18
+
19
19
  <?r
20
20
  nested = node.children.map{|name, child| base.best(child.values)}.select{|symbol| symbol.container?}
21
21
 
@@ -271,10 +271,6 @@ ul.pragmas.inline {
271
271
  display: inline;
272
272
  }
273
273
 
274
- ul.pragmas .directive {
275
- font-weight: bold;
276
- }
277
-
278
274
  ul.pragmas li {
279
275
  list-style: none;
280
276
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.4
4
+ version: 0.15.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams