utopia-project 0.13.1 → 0.13.2

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: 77139b780df1db585888cdc74792e30c1321cc30f7bd5c2326c483cc615a775e
4
- data.tar.gz: 9cce22250274ac1fd13c8083925c9ef5d4d19d39d037c9cba0697071f59f0eec
3
+ metadata.gz: 9b83c86ddbb179ac1beb687c520072f224acccbd6b7468bf6af824d399e64e3b
4
+ data.tar.gz: 4a31742a497d000523c991ddaaabdd8abe28ceb990f72a7721c3fc8aa833f9c2
5
5
  SHA512:
6
- metadata.gz: 323bce955baba604915a47db006ea29916a019a0e3ebcf94d026e7a05574cce37fbd989ca3f4679d9a1ff9d14020d71188174b91bc07bc350fa1b11a01dbcb66
7
- data.tar.gz: bb09d35ba6ae4cea234b34db4f3ee3401bd77275037cf4bc2cd35cca95da753d2af588e7e139520425c54f5644225b4b98e6c191934aab7c762bb62d256a48c0
6
+ metadata.gz: bd88c7262337a9895c038cb32b156b8350321c7e75956dc7c95d3fa1bb884792480e76873d3a55c7c2c937a6b416545c5c34f39ab4a42a5f82660b276e68901b
7
+ data.tar.gz: 526fd60db6623cb5b44268f0ae4595b5d7ae3030134709bdf7b2ef6412a4f41e2183615a5879f046a79ed155d36cafb386e8c486fce510f0ade571bbb021fc32
@@ -22,6 +22,6 @@
22
22
 
23
23
  module Utopia
24
24
  module Project
25
- VERSION = "0.13.1"
25
+ VERSION = "0.13.2"
26
26
  end
27
27
  end
@@ -5,15 +5,17 @@
5
5
 
6
6
  base.guides do |guide|
7
7
  ?>
8
- <h3><a href="#{guide.href}">#{guide.title}</a></h3>
9
-
10
- <?r if documentation = guide.documentation ?>
11
- #{base.format(documentation.text, language: guide.documentation.language)}
12
- <?r elsif description = guide.description ?>
13
- #{MarkupString.raw description.to_html}
14
- <?r else ?>
15
- <p>No description.</p>
16
- <?r end ?>
8
+ <section>
9
+ <h3><a href="#{guide.href}">#{guide.title}</a></h3>
10
+
11
+ <?r if documentation = guide.documentation ?>
12
+ #{base.format(documentation.text, language: guide.documentation.language)}
13
+ <?r elsif description = guide.description ?>
14
+ #{MarkupString.raw description.to_html}
15
+ <?r else ?>
16
+ <p>No description.</p>
17
+ <?r end ?>
18
+ </section>
17
19
  <?r
18
20
  end
19
21
  ?>
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.13.1
4
+ version: 0.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams