utopia-project 0.11.3 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '098dae8af0637c57f6b27ada06dd8a550b477187a40762681004fd147cd28590'
4
- data.tar.gz: d3691badfcde2d47e3a174a9f8512d20ae6192f9f3ddd0f22a29d486b1ac22d4
3
+ metadata.gz: ed4ed23b57eeb76017604def95426994514086af256fa39cccb2be9a1c32110d
4
+ data.tar.gz: 77c47a198f7bda2e39fdb12d91aec5ae860172072dc5d75f1b8511dc2fc4c2c5
5
5
  SHA512:
6
- metadata.gz: 4d119c825fd9da5284c3abfbb340a1bcf07458358c97a45ae01b567dd6bab64573d851632bb75c81b8b79a5b624d9269e0d199787ca816b64be1952d8a57eab9
7
- data.tar.gz: c498be4408dd7b4397322145b55b77b1dbd10e91f24d2793072e722d700028d046b651ca4c7cff57958ff8ab8f6dd0f551d2ca3b9bd7491c4cc56e45d2831492
6
+ metadata.gz: f5942678119f557444049a7191e288e951d3de941abb2b3317d873f384b08d3b7142ee14ff400379befce25dcbdf21f03fca8e39f881763c6851043b462a14b5
7
+ data.tar.gz: ca17f6313cc66db60779b050ca5765a95254881d0a7c4315448c59d5ed6d94d96f9bfe364d153057eec05be8cda45654cd175d9dd29c6273c154719fe245543d
@@ -41,8 +41,8 @@ module Utopia
41
41
 
42
42
  def link_to(definition, text)
43
43
  Trenni::Builder.fragment do |builder|
44
- builder.inline('a', href: @base.link_for(definition)) do
45
- builder.text(definition.qualified_name)
44
+ builder.inline('a', href: @base.link_for(definition), title: definition.qualified_name) do
45
+ builder.text(text)
46
46
  end
47
47
  end
48
48
  end
@@ -22,6 +22,6 @@
22
22
 
23
23
  module Utopia
24
24
  module Project
25
- VERSION = "0.11.3"
25
+ VERSION = "0.12.0"
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.3
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-17 00:00:00.000000000 Z
11
+ date: 2020-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: utopia