Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
change gem name to -kai_gen_gothic
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerei committed Jul 12, 2015
1 parent 11a36a6 commit 63b2ac4
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'asciidoctor/pdf/cjk/kai_gen_gothic_cn/version'
require 'asciidoctor/pdf/cjk/kai_gen_gothic/version'

Gem::Specification.new do |spec|
spec.name = "asciidoctor-pdf-cjk-kai_gen_gothic_cn"
spec.version = Asciidoctor::Pdf::CJK::KaiGenGothicCN::VERSION
spec.name = "asciidoctor-pdf-cjk-kai_gen_gothic"
spec.version = Asciidoctor::Pdf::CJK::KaiGenGothic::VERSION
spec.authors = ["Rei"]
spec.email = ["chloerei@gmail.com"]

Expand Down
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

require "bundler/setup"
require "asciidoctor/pdf/cjk/kai_gen_gothic_cn"
require "asciidoctor/pdf/cjk/kai_gen_gothic"

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
Expand Down
12 changes: 12 additions & 0 deletions lib/asciidoctor/pdf/cjk/kai_gen_gothic.rb
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
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
Expand Down
12 changes: 0 additions & 12 deletions lib/asciidoctor/pdf/cjk/kai_gen_gothic_cn.rb

This file was deleted.

4 changes: 2 additions & 2 deletions test/asciidoctor/pdf/cjk/kai_gen_gothic_cn_test.rb
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
2 changes: 1 addition & 1 deletion test/test_helper.rb
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'

0 comments on commit 63b2ac4

Please sign in to comment.