File tree Expand file tree Collapse file tree 2 files changed +137
-242
lines changed Expand file tree Collapse file tree 2 files changed +137
-242
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
+ gem 'ffi' , '1.16.3'
3
4
gem 'rake'
4
- gem 'asciidoctor' , '1.5.6.2 '
5
+ gem 'asciidoctor' , '2.0.12 '
5
6
6
7
gem 'json'
7
8
gem 'awesome_print'
8
9
9
- gem 'ttfunk' , '= 1.5.1'
10
+ gem 'ttfunk' , '1.5.1'
11
+ gem 'asciidoctor-fb2'
10
12
gem 'asciidoctor-epub3' , '1.5.0.alpha.9'
11
13
gem 'asciidoctor-pdf' , '1.5.0.alpha.16'
12
14
gem 'asciidoctor-pdf-cjk' , '~> 0.1.3'
13
- gem 'asciidoctor-pdf-cjk-kai_gen_gothic' , '~> 0.1.1 '
15
+ gem 'asciidoctor-pdf-cjk-kai_gen_gothic' , github : 'Sherry520/asciidoctor-pdf-cjk-kai_gen_gothic '
14
16
15
17
gem 'coderay'
16
18
gem 'pygments.rb'
17
19
gem 'thread_safe'
18
20
gem 'epubcheck-ruby'
19
- gem 'kindlegen '
21
+ gem 'html-proofer '
20
22
21
- gem 'octokit'
22
- gem 'github_changelog_generator' , github : 'Furtif/github-changelog-generator'
23
+ #gem 'kindlegen', '3.1.1'
You can’t perform that action at this time.
0 commit comments