ruport 0.2.4 → 0.2.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.
Files changed (4) hide show
  1. data/CHANGELOG +1 -1
  2. data/Rakefile +1 -1
  3. data/bin/ruport +1 -1
  4. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- The current version of Ruby Reports is 0.2.4
1
+ The current version of Ruby Reports is 0.2.5
2
2
 
3
3
  changes since Ruport 0.2.2:
4
4
 
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ end
14
14
 
15
15
  spec = Gem::Specification.new do |spec|
16
16
  spec.name = "ruport"
17
- spec.version = "0.2.4"
17
+ spec.version = "0.2.5"
18
18
  spec.platform = Gem::Platform::RUBY
19
19
  spec.summary = "A generalized Ruby report generation and templating engine."
20
20
 
data/bin/ruport CHANGED
@@ -65,7 +65,7 @@ if ARGV[0].eql?("generate")
65
65
  }
66
66
  exit
67
67
  elsif ARGV[0].eql?("-v")
68
- puts "Ruport Version 0.2.4 \nA ruby report generation system by Gregory " +
68
+ puts "Ruport Version 0.2.5 \nA ruby report generation system by Gregory " +
69
69
  "Brown.\nThis application is Free Software under the GPL/Ruby License. " +
70
70
  "\nAll praise and/or criticism can be directed to "+
71
71
  "gregory.t.brown@gmail.com"
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: ruport
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.4
6
+ version: 0.2.5
7
7
  date: 2005-11-16 00:00:00 -06:00
8
8
  summary: A generalized Ruby report generation and templating engine.
9
9
  require_paths: