ruport 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +1 -1
- data/Rakefile +1 -1
- data/bin/ruport +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
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.
|
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