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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb0b7b33821d7a97058f3e549bb88ea6e2856e0a
4
- data.tar.gz: 8fcaedcae38c2e06a9a6e6200cff4447f3e3fa15
3
+ metadata.gz: 77dd2afbb1e76bb00075b69c32f44d355580039f
4
+ data.tar.gz: 200f2bf61599a12213831b0d4384969c27371faf
5
5
  SHA512:
6
- metadata.gz: 786c263524b57e0a43a4f940c86462a4dedf9bd9e4782af91d30297c0de0dba6a83a317f85e76a02d9464246bc729a36c9ed8ad6395d72d51915c0400b4908cd
7
- data.tar.gz: 9a54fb99ad1c0d40595e184fb473d4b845c54365be938c2cc2f25cfda3d66a039a8b1087d0c4993770035fc48363b88f39e6206c17373b5cd29b2a7912162b34
6
+ metadata.gz: c8cc9ad15af524332350fb5313e5ac20b5b17fb05c8d7e668d80b410e72e6203652090a341a2a05cb8179c9ee42fe629171c35ca7ceb4cd34ec6120688c12adb
7
+ data.tar.gz: ddeaffa361bd127110cda482fc12c4dc98c6e5b0b9b586f04df3fb211e6ef96f67829716e43db05d8ee7b5104e29dbef801299679f0328920eb7e3d3f137f140
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Asciidoctor::Pdf::CJK::KaiGenGothicCn
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.0'
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=[THEME] doc.asc
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/[USERNAME]/asciidoctor-pdf-cjk-kai_gen_gothic_cn.
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.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"
@@ -47,7 +47,7 @@ base:
47
47
  font_size_small: round($base_font_size * 0.85)
48
48
  font_size_min: $base_font_size * 0.75
49
49
  font_style: normal
50
- align: justify
50
+ align: left
51
51
  border_radius: 4
52
52
  border_width: 0.5
53
53
  border_color: eeeeee
@@ -47,7 +47,7 @@ base:
47
47
  font_size_small: round($base_font_size * 0.85)
48
48
  font_size_min: $base_font_size * 0.75
49
49
  font_style: normal
50
- align: justify
50
+ align: left
51
51
  border_radius: 4
52
52
  border_width: 0.5
53
53
  border_color: eeeeee
@@ -47,7 +47,7 @@ base:
47
47
  font_size_small: round($base_font_size * 0.85)
48
48
  font_size_min: $base_font_size * 0.75
49
49
  font_style: normal
50
- align: justify
50
+ align: left
51
51
  border_radius: 4
52
52
  border_width: 0.5
53
53
  border_color: eeeeee
@@ -47,7 +47,7 @@ base:
47
47
  font_size_small: round($base_font_size * 0.85)
48
48
  font_size_min: $base_font_size * 0.75
49
49
  font_style: normal
50
- align: justify
50
+ align: left
51
51
  border_radius: 4
52
52
  border_width: 0.5
53
53
  border_color: eeeeee
@@ -2,7 +2,7 @@ module Asciidoctor
2
2
  module Pdf
3
3
  module CJK
4
4
  module KaiGenGothic
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
8
8
  end
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.0
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-07-12 00:00:00.000000000 Z
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.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.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