ttl2html 2.0.10 → 2.0.11
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 +4 -4
- data/lib/ttl2html/version.rb +1 -1
- data/templates/dataset.html.erb +2 -2
- data/templates/layout.html.erb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9724547c455f091392715e13f386a3e0287c688cfffaf90f9609cb01ff887d4
|
|
4
|
+
data.tar.gz: 31e1fe0848b38b0015eaa405d51bb8040ba7f3bf0852c2968fc63ca2a4cfd708
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b06c2ffd5d06abeffddc1ee87910cc6b0035949742cd36433f52e1e3b6efeced85f09c0dc7601a4ad9650deec3fb788ad8ad71e4924d5189c1f9766ca10dcec7
|
|
7
|
+
data.tar.gz: 0f3e934743a63fbcdabbe93aabbd78408891285ece08eb32f0a7fe752c0a296648204ae508ba2931e93a5312391e497e310427d5e05aa34c6dba65ff979177c7
|
data/lib/ttl2html/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
TTL2HTML::VERSION = "2.0.
|
|
1
|
+
TTL2HTML::VERSION = "2.0.11"
|
data/templates/dataset.html.erb
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<%- if not param[:license].empty? -%>
|
|
16
16
|
<span class="license">
|
|
17
17
|
<%- if param[:license][:icon] -%>
|
|
18
|
-
<a href="<%=h param[:license][:url] %>"><img src="<%=h param[:license][:icon] %>"></a>
|
|
18
|
+
<a href="<%=h param[:license][:url] %>"><img src="<%=h param[:license][:icon] %>" alt=""></a>
|
|
19
19
|
<%- end -%>
|
|
20
20
|
<%= t("dataset.license-text", label: get_language_literal(param[:license][:label]), url: param[:license][:url]) %>
|
|
21
21
|
</span>
|
|
@@ -32,4 +32,4 @@
|
|
|
32
32
|
<%- param[:subset].each do |subset| -%>
|
|
33
33
|
<%= to_html_raw("dataset.html.erb", subset) %>
|
|
34
34
|
<%- end -%>
|
|
35
|
-
<%- end -%>
|
|
35
|
+
<%- end -%>
|
data/templates/layout.html.erb
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
|
|
7
7
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
|
8
8
|
<%- if @template == "about.html.erb" and param[:about_toc] -%>
|
|
9
|
-
<link rel="stylesheet" href="https://cdn.
|
|
9
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc/dist/bootstrap-toc.min.css">
|
|
10
10
|
<%- end -%>
|
|
11
11
|
<%- param[:css_file].each do |file| -%>
|
|
12
12
|
<link rel="stylesheet" href="<%=h relative_path(file) %>">
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
|
99
99
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
|
|
100
100
|
<%- if @template == "about.html.erb" and param[:about_toc] -%>
|
|
101
|
-
<script src="https://cdn.
|
|
101
|
+
<script src="https://cdn.jsdelivr.net/gh/afeld/bootstrap-toc/dist/bootstrap-toc.min.js"></script>
|
|
102
102
|
<%- end -%>
|
|
103
103
|
<%- param[:javascript_file].each do |file| -%>
|
|
104
104
|
<script src="<%=h relative_path(file) %>"></script>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ttl2html
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Masao Takaku
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
199
199
|
- !ruby/object:Gem::Version
|
|
200
200
|
version: '0'
|
|
201
201
|
requirements: []
|
|
202
|
-
rubygems_version: 3.5.
|
|
202
|
+
rubygems_version: 3.5.16
|
|
203
203
|
signing_key:
|
|
204
204
|
specification_version: 4
|
|
205
205
|
summary: ttl2html
|