rtex 2.0.4 → 2.0.5

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,12 @@
1
+ v2.0.5
2
+
3
+ Fix issue with Echoe being ultra-sensitive on RubyGems versions (v2.0.4 was RubyGems 1.2 only,
4
+ and 1.3 just came out)
5
+
6
+ v2.0.4
7
+
8
+ Support for TeX escaping (via l()) calling to_s on the argument. This should handle nils.
9
+
1
10
  v2.0.3
2
11
 
3
12
  Rails 2.0 compat:
data/Rakefile CHANGED
@@ -14,6 +14,7 @@ Echoe.new 'rtex' do |p|
14
14
  p.development_dependencies = %w(Shoulda echoe)
15
15
  p.rcov_options = '--exclude gems --exclude version.rb --sort coverage --text-summary --html -o coverage'
16
16
  p.ignore_pattern = /^(pkg|doc|site)|\.svn|CVS|\.bzr|\.DS|\.git/
17
+ p.rubygems_version = nil
17
18
  end
18
19
 
19
20
  task :coverage do
@@ -5,7 +5,6 @@ require 'tmpdir'
5
5
  require 'escaping'
6
6
  require 'tempdir'
7
7
 
8
-
9
8
  module RTeX
10
9
 
11
10
  class Document
@@ -65,7 +65,7 @@ module RTeX
65
65
 
66
66
  MAJOR = 2
67
67
  MINOR = 0
68
- TINY = 4
68
+ TINY = 5
69
69
 
70
70
  # The current version as a Version instance
71
71
  CURRENT = new(MAJOR, MINOR, TINY)
@@ -1,18 +1,18 @@
1
1
 
2
- # Gem::Specification for Rtex-2.0.4
2
+ # Gem::Specification for Rtex-2.0.5
3
3
  # Originally generated by Echoe
4
4
 
5
5
  --- !ruby/object:Gem::Specification
6
6
  name: rtex
7
7
  version: !ruby/object:Gem::Version
8
- version: 2.0.4
8
+ version: 2.0.5
9
9
  platform: ruby
10
10
  authors:
11
11
  - Bruce Williams, Wiebe Cazemier
12
12
  autorequire:
13
13
  bindir: bin
14
14
 
15
- date: 2008-09-20 00:00:00 -06:00
15
+ date: 2008-10-08 00:00:00 -05:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -100,14 +100,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
100
  version:
101
101
  required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  requirements:
103
- - - "="
103
+ - - ">="
104
104
  - !ruby/object:Gem::Version
105
- version: "1.2"
105
+ version: "0"
106
106
  version:
107
107
  requirements: []
108
108
 
109
109
  rubyforge_project: rtex
110
- rubygems_version: 1.2.0
110
+ rubygems_version: 1.3.0
111
111
  specification_version: 2
112
112
  summary: LaTeX preprocessor for PDF generation; Rails plugin
113
113
  test_files:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtex
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruce Williams, Wiebe Cazemier
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-20 00:00:00 -06:00
12
+ date: 2008-10-08 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -97,14 +97,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  version:
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - "="
100
+ - - ">="
101
101
  - !ruby/object:Gem::Version
102
- version: "1.2"
102
+ version: "0"
103
103
  version:
104
104
  requirements: []
105
105
 
106
106
  rubyforge_project: rtex
107
- rubygems_version: 1.2.0
107
+ rubygems_version: 1.3.0
108
108
  signing_key:
109
109
  specification_version: 2
110
110
  summary: LaTeX preprocessor for PDF generation; Rails plugin