ruport 0.4.15 → 0.4.17

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.
Files changed (5) hide show
  1. data/CHANGELOG +5 -1
  2. data/Rakefile +1 -1
  3. data/lib/ruport.rb +1 -1
  4. data/test/unit.log +5 -0
  5. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,4 +1,8 @@
1
- The current version of Ruby Reports is 0.4.15
1
+ The current version of Ruby Reports is 0.4.17
2
+
3
+ changes since 0.4.15
4
+
5
+ - Fixed a packaging bug
2
6
 
3
7
  changes since 0.4.13
4
8
 
data/Rakefile CHANGED
@@ -21,7 +21,7 @@ end
21
21
 
22
22
  spec = Gem::Specification.new do |spec|
23
23
  spec.name = LEAN ? "lean-ruport" : "ruport"
24
- spec.version = "0.4.15"
24
+ spec.version = "0.4.17"
25
25
  spec.platform = Gem::Platform::RUBY
26
26
  spec.summary = "A generalized Ruby report generation and templating engine."
27
27
  spec.files = Dir.glob("{examples,lib,test}/**/**/*") +
data/lib/ruport.rb CHANGED
@@ -14,7 +14,7 @@ module Ruport
14
14
 
15
15
  begin; require 'rubygems'; rescue LoadError; nil end
16
16
 
17
- VERSION = "Ruby Reports Version 0.4.15"
17
+ VERSION = "Ruby Reports Version 0.4.17"
18
18
 
19
19
  # Ruports logging and error interface.
20
20
  # Can generate warnings or raise fatal errors
data/test/unit.log CHANGED
@@ -2189,3 +2189,8 @@ F, [2006-07-16T20:34:18.496599 #15624] FATAL -- : Missing DSN for source foo!
2189
2189
  F, [2006-07-16T20:34:18.578523 #15624] FATAL -- : Cannot convert data to DataRow
2190
2190
  F, [2006-07-16T20:34:18.591726 #15624] FATAL -- : Cannot convert data to DataRow
2191
2191
  F, [2006-07-16T20:34:18.650188 #15624] FATAL -- : no block given!
2192
+ F, [2006-07-16T20:41:41.571739 #15667] FATAL -- : Missing host for mailer bar
2193
+ F, [2006-07-16T20:41:41.573129 #15667] FATAL -- : Missing DSN for source foo!
2194
+ F, [2006-07-16T20:41:41.655138 #15667] FATAL -- : Cannot convert data to DataRow
2195
+ F, [2006-07-16T20:41:41.666645 #15667] FATAL -- : Cannot convert data to DataRow
2196
+ F, [2006-07-16T20:41:41.723294 #15667] FATAL -- : no block given!
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: ruport
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.4.15
6
+ version: 0.4.17
7
7
  date: 2006-07-16 00:00:00 -04:00
8
8
  summary: A generalized Ruby report generation and templating engine.
9
9
  require_paths: