kitabu 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e126b39636b3d6a78fb02e979c631f3f4e4694e8122e5009c09ed272bb81ceb4
4
- data.tar.gz: 1d09aa18b28b24e7f6edbb96a1d3c689a8548ba58608737f92a354deb79a9c8c
3
+ metadata.gz: 7373f8260e5946669b21df6e626ca0742e765b4078a6d739452580cf892cea0b
4
+ data.tar.gz: f440520e583e4955bd66903f7ca057c1abaccbf9e30868270ed595318bfb57eb
5
5
  SHA512:
6
- metadata.gz: 997c2d38c02eab984c598a6d7af5ba55f921fada0073ecc46e118548b58ea718ecd10d613689aaa100a7eaec74549f260495e160ed6fd862d73abb18e57d7926
7
- data.tar.gz: 89a810a3e676097b92f320fc9e821bcfc15e098c19824da0d03ebd71ef2d6388fa68ee67497329921bdcc6020450ecab301651f99c32062cd691716ecd86ed28
6
+ metadata.gz: f506160c9264ea90b0dc7e42f8e9530c80376a7ec10dd4d0f1294b15803902ad584b9a3b61cb96b2639729472ed62d1b4030fa2915344014064dd7240d7b61eb
7
+ data.tar.gz: acfa26ae9ad539737948607617a424f1af733966b023f5e02dfa4706e9482001e594789eba9ffb6271e6eeb6eb6e53d982944ea16cddf80b1ffc3592a8f35941
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## v3.0.2
4
+
5
+ - Fix `styles` directory copying.
6
+
3
7
  ## v3.0.1
4
8
 
5
9
  - Add accessor methods `Kitabu::Markdown.default_renderer_options` and
@@ -8,7 +8,7 @@ module Kitabu
8
8
  def export
9
9
  FileUtils.cp_r(
10
10
  root_dir.join("templates/styles").to_s,
11
- root_dir.join("output/styles").to_s
11
+ root_dir.join("output").to_s
12
12
  )
13
13
  end
14
14
  end
@@ -4,7 +4,7 @@ module Kitabu
4
4
  module Version
5
5
  MAJOR = 3
6
6
  MINOR = 0
7
- PATCH = 1
7
+ PATCH = 2
8
8
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitabu
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nando Vieira
@@ -314,10 +314,10 @@ files:
314
314
  - spec/support/mybook/templates/epub/cover.png
315
315
  - spec/support/mybook/templates/epub/page.erb
316
316
  - spec/support/mybook/templates/html/layout.erb
317
- - spec/support/mybook/templates/styles/epub.scss
318
- - spec/support/mybook/templates/styles/html.scss
319
- - spec/support/mybook/templates/styles/pdf.scss
320
- - spec/support/mybook/templates/styles/print.scss
317
+ - spec/support/mybook/templates/styles/epub.css
318
+ - spec/support/mybook/templates/styles/html.css
319
+ - spec/support/mybook/templates/styles/pdf.css
320
+ - spec/support/mybook/templates/styles/print.css
321
321
  - spec/support/mybook/text/.gitkeep
322
322
  - spec/support/mybook/text/01_Markdown_Chapter.md
323
323
  - spec/support/mybook/text/02_ERB_Chapter.md.erb
@@ -415,10 +415,10 @@ test_files:
415
415
  - spec/support/mybook/templates/epub/cover.png
416
416
  - spec/support/mybook/templates/epub/page.erb
417
417
  - spec/support/mybook/templates/html/layout.erb
418
- - spec/support/mybook/templates/styles/epub.scss
419
- - spec/support/mybook/templates/styles/html.scss
420
- - spec/support/mybook/templates/styles/pdf.scss
421
- - spec/support/mybook/templates/styles/print.scss
418
+ - spec/support/mybook/templates/styles/epub.css
419
+ - spec/support/mybook/templates/styles/html.css
420
+ - spec/support/mybook/templates/styles/pdf.css
421
+ - spec/support/mybook/templates/styles/print.css
422
422
  - spec/support/mybook/text/.gitkeep
423
423
  - spec/support/mybook/text/01_Markdown_Chapter.md
424
424
  - spec/support/mybook/text/02_ERB_Chapter.md.erb