dl-rake-latex 5.4.0 → 5.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 5.4.0
1
+ 5.4.1
@@ -0,0 +1,62 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{dl-rake-latex}
8
+ s.version = "5.4.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["David Love"]
12
+ s.date = %q{2012-04-16}
13
+ s.default_executable = %q{gnuplot-latex-fonts}
14
+ s.description = %q{http://devel.softeng.ox.ac.uk/trac/softeng/wiki/Utilities/RakeLatex}
15
+ s.email = %q{david@homeunix.org.uk}
16
+ s.executables = ["gnuplot-latex-fonts"]
17
+ s.extra_rdoc_files = [
18
+ "ChangeLog",
19
+ "LICENSE.txt",
20
+ "README.rdoc"
21
+ ]
22
+ s.files = [
23
+ ".document",
24
+ "ChangeLog",
25
+ "Gemfile",
26
+ "Gemfile.lock",
27
+ "LICENSE.txt",
28
+ "README.rdoc",
29
+ "Rakefile",
30
+ "VERSION",
31
+ "bin/gnuplot-latex-fonts",
32
+ "dl-rake-latex.gemspec",
33
+ "lib/rake-latex.rb",
34
+ "lib/rake-latex/figures.rb",
35
+ "lib/rake-latex/latex.rb",
36
+ "lib/rake-latex/vega.rb",
37
+ "test/helper.rb",
38
+ "test/test_rake-latex.rb"
39
+ ]
40
+ s.homepage = %q{http://github.com/dlove24/rake-latex}
41
+ s.licenses = ["GNU"]
42
+ s.require_paths = ["lib"]
43
+ s.rubygems_version = %q{1.3.6}
44
+ s.summary = %q{Rake LaTeX task developed by the Software Engineering group at the University of Oxford}
45
+
46
+ if s.respond_to? :specification_version then
47
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
48
+ s.specification_version = 3
49
+
50
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
51
+ s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
52
+ s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
53
+ else
54
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
55
+ s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
56
+ end
57
+ else
58
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
59
+ s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
60
+ end
61
+ end
62
+
@@ -197,7 +197,7 @@ module Rake
197
197
  end
198
198
 
199
199
  def run_pdflatex_once
200
- sh %{#{@pdflatexinputs} pdflatex #{File.basename(@blank)}}
200
+ sh %{#{@pdflatexinputs} xelatex #{File.basename(@blank)}}
201
201
  end
202
202
 
203
203
  def run_pdflatex(task, once=false)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 5
7
7
  - 4
8
- - 0
9
- version: 5.4.0
8
+ - 1
9
+ version: 5.4.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Love
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-08-01 00:00:00 +01:00
17
+ date: 2012-04-16 00:00:00 +01:00
18
18
  default_executable: gnuplot-latex-fonts
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -65,6 +65,7 @@ files:
65
65
  - Rakefile
66
66
  - VERSION
67
67
  - bin/gnuplot-latex-fonts
68
+ - dl-rake-latex.gemspec
68
69
  - lib/rake-latex.rb
69
70
  - lib/rake-latex/figures.rb
70
71
  - lib/rake-latex/latex.rb