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.
- data/CHANGELOG +5 -1
- data/Rakefile +1 -1
- data/lib/ruport.rb +1 -1
- data/test/unit.log +5 -0
- metadata +1 -1
data/CHANGELOG
CHANGED
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.
|
|
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
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