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.
- 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