bookmaker 0.7.0.pre3 → 0.7.0.pre4

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: 7ab2a2c7551c8eb19fed298351307d669c1d8a74
4
- data.tar.gz: 8933a15f20bba5ca7f6c26d9629c79a682aaebdf
3
+ metadata.gz: 038efe8d52c7108fbc947a4c61109f180d833019
4
+ data.tar.gz: 88a7db1081d77411b1f3609bf6b55ff3f0b1d023
5
5
  SHA512:
6
- metadata.gz: 45a9f51a35f435ceefb663351248fffe43717bf114955edb9b58d62ee5e0082285142d9492227ed49c3ecd41666d013a7f9b394fe21124c00e6d2b1b2c59b58b
7
- data.tar.gz: d14b5f41eb1c0081045bff28d892ce1678e8d6f4bdc09406160535348277d5f0b253ac9cb82728c6a78f98d6c5d892c8f5aa451d53c602a19d4947bac3d9b0c0
6
+ metadata.gz: a060be92fe42742d1c160781b7b2fe7bff6363d6b935d540645a03c39e44b9bf5fa033c17e1dae83fb78c36521a4d39c1551d3ccbbfa3cbf4e54148456a2a5a3
7
+ data.tar.gz: 4fb16940335b13d492bf44ff5fdd75ad883a73abee8a65324ea7eb7939e25c6e05666daf29d58a6a8a24f6cf525eaa1c573f94c69d6a3a2827c64bdc2f2590b4
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bookmaker 0.7.0.pre3 ruby lib
5
+ # stub: bookmaker 0.7.0.pre4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bookmaker"
9
- s.version = "0.7.0.pre3"
9
+ s.version = "0.7.0.pre4"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -21,7 +21,7 @@ module Bookmaker
21
21
  puts "-- Exporting PDF"
22
22
  locals = config.merge({ :contents => parse_layout(content) })
23
23
  locals['copyright'].gsub!("(C)", "\\copyright{}")
24
- output = render_template(root_dir.join("templates/pdf/layout.erb"), locals)
24
+ output = render_template(root_dir.join("_templates/pdf/layout.erb"), locals)
25
25
  File.open(root_dir.join(tex_file), 'w').write(output)
26
26
  puts " - Pass 1"
27
27
  spawn_command ["xelatex", tex_file.to_s,]
@@ -36,7 +36,7 @@ module Bookmaker
36
36
  end
37
37
 
38
38
  spawn_command ["rm *.glo *.idx *.log *.out *.toc *aux *ist"]
39
- spawn_command ["mv #{name}.pdf output/#{name}.pdf"]
39
+ spawn_command ["mv #{name}.pdf _output/#{name}.pdf"]
40
40
  true
41
41
  rescue Exception
42
42
  p $!, $@
@@ -3,7 +3,7 @@ class Bookmaker
3
3
  MAJOR = 0
4
4
  MINOR = 7
5
5
  PATCH = 0
6
- BUILD = 'pre3'
6
+ BUILD = 'pre4'
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookmaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0.pre3
4
+ version: 0.7.0.pre4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Merovex