This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
...idoctor-pdf-cjk-kai_gen_gothic_cn.gemspec → asciidoctor-pdf-cjk-kai_gen_gothic.gemspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
require "asciidoctor/pdf/cjk" | ||
require "asciidoctor/pdf/cjk/kai_gen_gothic/version" | ||
require "asciidoctor/pdf/cjk/kai_gen_gothic/theme_loader.rb" | ||
|
||
module Asciidoctor | ||
module Pdf | ||
module CJK | ||
module KaiGenGothic | ||
end | ||
end | ||
end | ||
end |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ctor/pdf/cjk/kai_gen_gothic_cn/version.rb → ...idoctor/pdf/cjk/kai_gen_gothic/version.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module Asciidoctor | ||
module Pdf | ||
module CJK | ||
module KaiGenGothicCN | ||
module KaiGenGothic | ||
VERSION = "0.0.0" | ||
end | ||
end | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
require 'test_helper' | ||
|
||
class Asciidoctor::Pdf::CJK::KaiGenGothicCNTest < Minitest::Test | ||
class Asciidoctor::Pdf::CJK::KaiGenGothicTest < Minitest::Test | ||
def test_that_it_has_a_version_number | ||
refute_nil ::Asciidoctor::Pdf::CJK::KaiGenGothicCN::VERSION | ||
refute_nil ::Asciidoctor::Pdf::CJK::KaiGenGothic::VERSION | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) | ||
require 'asciidoctor/pdf/cjk/kai_gen_gothic_cn' | ||
require 'asciidoctor/pdf/cjk/kai_gen_gothic' | ||
|
||
require 'minitest/autorun' |