docfu 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -4,11 +4,9 @@ A document generation utility. The intention is to make writing documentation //
4
4
 
5
5
  ## Installation
6
6
 
7
- On centos the following libraries need be installed:
7
+ On centos 6 the following libraries need be installed:
8
8
 
9
- texlive-latex texlive-xetex liberation pandoc
10
- liberation-fonts-mono-fonts liberation-fonts-serif-fonts
11
- liberation-fonts-common
9
+ texlive-latex texlive-xetex pandoc msttcore-fonts helvetica-fonts
12
10
 
13
11
  ## Contributing to docfu
14
12
 
@@ -7,7 +7,7 @@ require 'mixlib/cli'
7
7
 
8
8
  # Document like a ninja
9
9
  module Docfu
10
- VERSION = '0.0.7'
10
+ VERSION = '0.0.8'
11
11
  end
12
12
 
13
13
  require 'docfu/outputs'
@@ -56,9 +56,11 @@ module Docfu
56
56
  unless abort
57
57
  print " Moving output to #{info['title'].split(' ').join('_')}.#{lang}.pdf... "
58
58
  ["aux", "log", "out", "toc"].each { |f| rm "#{output_dir}/main.#{f}" }
59
- mv("#{output_dir}/main.pdf", "#{output_dir}/#{info['title'].split(' ').join('_')}.#{lang}.pdf")
59
+ mv("#{project_home}/main.pdf", "#{output_dir}/#{info['title'].split(' ').join('_')}.#{lang}.pdf")
60
60
  puts "done"
61
61
  end
62
+
63
+ File.delete("#{dir}/main.tex")
62
64
  end
63
65
  end
64
66
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docfu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: