asciidoctor-pdf-cjk-kai_gen_gothic 0.1.0 → 0.1.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/README.md +4 -4
- data/asciidoctor-pdf-cjk-kai_gen_gothic.gemspec +2 -2
- data/data/themes/KaiGenGothicCN-theme.yml +1 -1
- data/data/themes/KaiGenGothicJP-theme.yml +1 -1
- data/data/themes/KaiGenGothicKR-theme.yml +1 -1
- data/data/themes/KaiGenGothicTW-theme.yml +1 -1
- data/lib/asciidoctor/pdf/cjk/kai_gen_gothic/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77dd2afbb1e76bb00075b69c32f44d355580039f
|
4
|
+
data.tar.gz: 200f2bf61599a12213831b0d4384969c27371faf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8cc9ad15af524332350fb5313e5ac20b5b17fb05c8d7e668d80b410e72e6203652090a341a2a05cb8179c9ee42fe629171c35ca7ceb4cd34ec6120688c12adb
|
7
|
+
data.tar.gz: ddeaffa361bd127110cda482fc12c4dc98c6e5b0b9b586f04df3fb211e6ef96f67829716e43db05d8ee7b5104e29dbef801299679f0328920eb7e3d3f137f140
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Asciidoctor::Pdf::CJK::
|
1
|
+
# Asciidoctor::Pdf::CJK::KaiGenGothic
|
2
2
|
|
3
3
|
A Asciidoctor PDF theme, using font [KaiGen Gothic](https://github.com/akiratw/kaigen-gothic). Include CN/JP/KR/TW glyphs.
|
4
4
|
|
@@ -7,7 +7,7 @@ A Asciidoctor PDF theme, using font [KaiGen Gothic](https://github.com/akiratw/k
|
|
7
7
|
Add this line to your application's Gemfile:
|
8
8
|
|
9
9
|
```ruby
|
10
|
-
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', '~> 0.1.
|
10
|
+
gem 'asciidoctor-pdf-cjk-kai_gen_gothic', '~> 0.1.1'
|
11
11
|
```
|
12
12
|
|
13
13
|
And then execute:
|
@@ -26,7 +26,7 @@ And download fonts after installed gem:
|
|
26
26
|
|
27
27
|
Render PDF:
|
28
28
|
|
29
|
-
$ asciidoctor-pdf -r asciidoctor-pdf-cjk-kai_gen_gothic -a pdf-style=
|
29
|
+
$ asciidoctor-pdf -r asciidoctor-pdf-cjk-kai_gen_gothic -a pdf-style=THEME doc.asc
|
30
30
|
|
31
31
|
Available themes:
|
32
32
|
|
@@ -46,4 +46,4 @@ Fonts:
|
|
46
46
|
|
47
47
|
## Contributing
|
48
48
|
|
49
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
49
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/chloerei/asciidoctor-pdf-cjk-kai_gen_gothic.
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
|
21
21
|
|
22
22
|
======================
|
23
23
|
|
24
|
-
Run this command to download required fonts:
|
24
|
+
Run this command to download required fonts:
|
25
25
|
|
26
26
|
$ asciidoctor-pdf-cjk-kai_gen_gothic-install
|
27
27
|
|
@@ -29,7 +29,7 @@ Run this command to download required fonts:"
|
|
29
29
|
|
30
30
|
EOF
|
31
31
|
|
32
|
-
spec.add_dependency "asciidoctor-pdf-cjk", "~> 0.1.
|
32
|
+
spec.add_dependency "asciidoctor-pdf-cjk", "~> 0.1.2"
|
33
33
|
spec.add_development_dependency "bundler", "~> 1.10"
|
34
34
|
spec.add_development_dependency "rake", "~> 10.0"
|
35
35
|
spec.add_development_dependency "minitest"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asciidoctor-pdf-cjk-kai_gen_gothic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rei
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: asciidoctor-pdf-cjk
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.1.
|
19
|
+
version: 0.1.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.1.
|
26
|
+
version: 0.1.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -101,7 +101,7 @@ post_install_message: |2+
|
|
101
101
|
|
102
102
|
======================
|
103
103
|
|
104
|
-
Run this command to download required fonts:
|
104
|
+
Run this command to download required fonts:
|
105
105
|
|
106
106
|
$ asciidoctor-pdf-cjk-kai_gen_gothic-install
|
107
107
|
|