rtex 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/CHANGELOG +5 -0
  2. data/init.rb +1 -1
  3. data/lib/rtex/version.rb +1 -1
  4. data/rtex.gemspec +3 -3
  5. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ v2.0.3
2
+
3
+ Rails 2.0 compat:
4
+ Fix issue with init.rb not requiring rails/init.rb
5
+
1
6
  v1.99.0 2008-04-20
2
7
 
3
8
  Released RTeX v1.99.0 as a Rubygem, with a standalone executable for PDF generation
data/init.rb CHANGED
@@ -1 +1 @@
1
- File.dirname(__FILE__) << "/rails/init"
1
+ require File.dirname(__FILE__) << "/rails/init"
data/lib/rtex/version.rb CHANGED
@@ -65,7 +65,7 @@ module RTeX
65
65
 
66
66
  MAJOR = 2
67
67
  MINOR = 0
68
- TINY = 2
68
+ TINY = 3
69
69
 
70
70
  # The current version as a Version instance
71
71
  CURRENT = new(MAJOR, MINOR, TINY)
data/rtex.gemspec CHANGED
@@ -1,18 +1,18 @@
1
1
 
2
- # Gem::Specification for Rtex-2.0.2
2
+ # Gem::Specification for Rtex-2.0.3
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.2
8
+ version: 2.0.3
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-08-19 00:00:00 -05:00
15
+ date: 2008-08-27 00:00:00 -05:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
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.2
4
+ version: 2.0.3
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-08-19 00:00:00 -05:00
12
+ date: 2008-08-27 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency