rabbit-theme-parrot-comment 1.0.0 → 1.0.1
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/config.yaml +1 -1
- data/pdf/theme-benchmark-en.pdf +0 -0
- data/pdf/theme-benchmark-ja.pdf +0 -0
- data/theme.rb +6 -0
- metadata +3 -17
- data/README.html +0 -24
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bfe34d2b10409079ece577ad33df039898dcf0fafb7eaaf4dbed09b8f9182322
|
|
4
|
+
data.tar.gz: e61783b2d131c5c8195e8ca46d3232aebf16fed2e135eeb45fb1ec028da03fda
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86658cfb4bde8087a7520c94ce54de437aa9ef1c3e03c7b1e2e8fe899152baf96d2e2fbcc9286be0f227da3d01da2f0d9b01fb31edd30338062ee6868b7d6e86
|
|
7
|
+
data.tar.gz: d04983ff9f69c1af3efb22672619a4a4725a433ccacaf3946043c70ae5d5b838b0a77f03bad3c2fcfee6b82eaf957970be93d5cd636c3772c66901b72926ca11
|
data/config.yaml
CHANGED
data/pdf/theme-benchmark-en.pdf
CHANGED
|
Binary file
|
data/pdf/theme-benchmark-ja.pdf
CHANGED
|
Binary file
|
data/theme.rb
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
include_theme("footer-comment")
|
|
2
2
|
|
|
3
3
|
if display?
|
|
4
|
+
GLib::Timeout.add(100) do
|
|
5
|
+
Thread.pass
|
|
6
|
+
canvas.activate("Redraw")
|
|
7
|
+
GLib::Source::CONTINUE
|
|
8
|
+
end
|
|
9
|
+
|
|
4
10
|
@footer_comment_props["size"] = @x_small_font_size
|
|
5
11
|
@footer_comment_props["color"] = "#ffffff"
|
|
6
12
|
@footer_comment_props["background"] = "#00000088"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rabbit-theme-parrot-comment
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kitaiti Makoto
|
|
@@ -23,16 +23,13 @@ dependencies:
|
|
|
23
23
|
- - ">="
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
25
|
version: 2.0.2
|
|
26
|
-
description: |
|
|
27
|
-
</body>
|
|
28
|
-
</html>
|
|
26
|
+
description: Show comment on the footer for ((<Parrot|URL:https://gitlab.com/KitaitiMakoto/parrot>)).
|
|
29
27
|
email:
|
|
30
28
|
- KitaitiMakoto@gmail.com
|
|
31
29
|
executables: []
|
|
32
30
|
extensions: []
|
|
33
31
|
extra_rdoc_files: []
|
|
34
32
|
files:
|
|
35
|
-
- README.html
|
|
36
33
|
- README.rd
|
|
37
34
|
- Rakefile
|
|
38
35
|
- config.yaml
|
|
@@ -58,16 +55,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
58
55
|
requirements: []
|
|
59
56
|
rubygems_version: 4.0.16
|
|
60
57
|
specification_version: 4
|
|
61
|
-
summary:
|
|
62
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
|
|
63
|
-
<head> <title>README.rd</title> </head> <body> <h1><a name="label-0" id="label-0">Parrot
|
|
64
|
-
Comment</a></h1><!-- RDLabel: "Parrot Comment" --> <p>Show comment on the footer
|
|
65
|
-
for <a href="https://gitlab.com/KitaitiMakoto/parrot">Parrot</a>.</p> <h2><a name="label-1"
|
|
66
|
-
id="label-1">作者向け</a></h2><!-- RDLabel: "作者向け" --> <h3><a name="label-2" id="label-2">表示</a></h3><!--
|
|
67
|
-
RDLabel: "表示" --> <pre>rake</pre> <h3><a name="label-3" id="label-3">公開</a></h3><!--
|
|
68
|
-
RDLabel: "公開" --> <pre>rake publish</pre> <h2><a name="label-4" id="label-4">利用者用</a></h2><!--
|
|
69
|
-
RDLabel: "利用者用" --> <h3><a name="label-5" id="label-5">インストール</a></h3><!-- RDLabel:
|
|
70
|
-
"インストール" --> <pre>gem install rabbit-theme-parrot-comment</pre> <h3><a name="label-6"
|
|
71
|
-
id="label-6">表示</a></h3><!-- RDLabel: "表示" --> <pre>rabbit -t rabbit-theme-parrot-comment
|
|
72
|
-
rabbit-theme-benchmark-ja.gem</pre>'
|
|
58
|
+
summary: Parrot Comment
|
|
73
59
|
test_files: []
|
data/README.html
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" ?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
6
|
-
<head>
|
|
7
|
-
<title>README.rd</title>
|
|
8
|
-
</head>
|
|
9
|
-
<body>
|
|
10
|
-
<h1><a name="label-0" id="label-0">Parrot Comment</a></h1><!-- RDLabel: "Parrot Comment" -->
|
|
11
|
-
<p>Show comment on the footer for <a href="https://gitlab.com/KitaitiMakoto/parrot">Parrot</a>.</p>
|
|
12
|
-
<h2><a name="label-1" id="label-1">作者向け</a></h2><!-- RDLabel: "作者向け" -->
|
|
13
|
-
<h3><a name="label-2" id="label-2">表示</a></h3><!-- RDLabel: "表示" -->
|
|
14
|
-
<pre>rake</pre>
|
|
15
|
-
<h3><a name="label-3" id="label-3">公開</a></h3><!-- RDLabel: "公開" -->
|
|
16
|
-
<pre>rake publish</pre>
|
|
17
|
-
<h2><a name="label-4" id="label-4">利用者用</a></h2><!-- RDLabel: "利用者用" -->
|
|
18
|
-
<h3><a name="label-5" id="label-5">インストール</a></h3><!-- RDLabel: "インストール" -->
|
|
19
|
-
<pre>gem install rabbit-theme-parrot-comment</pre>
|
|
20
|
-
<h3><a name="label-6" id="label-6">表示</a></h3><!-- RDLabel: "表示" -->
|
|
21
|
-
<pre>rabbit -t rabbit-theme-parrot-comment rabbit-theme-benchmark-ja.gem</pre>
|
|
22
|
-
|
|
23
|
-
</body>
|
|
24
|
-
</html>
|