| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Ruport
Revision: 1297
Author: sandal
Date: 01 Apr 2008 17:17:39
Changes:Letting trunk sail ahead, again
Files:| ... | ...@@ -2,7 +2,7 @@ | |
| 2 | 2 | require "rake/testtask" |
| 3 | 3 | require "rake/gempackagetask" |
| 4 | 4 | |
| 5 | RUPORT_VERSION = "1.6.0" | |
| 5 | RUPORT_VERSION = "1.7.0" | |
| 6 | 6 | |
| 7 | 7 | begin |
| 8 | 8 | require "rubygems" |
| ... | ...@@ -24,7 +24,7 @@ | |
| 24 | 24 | |
| 25 | 25 | module Ruport #:nodoc:# |
| 26 | 26 | |
| 27 | VERSION = "1.6.0" | |
| 27 | VERSION = "1.7.0" | |
| 28 | 28 | |
| 29 | 29 | class FormatterError < RuntimeError #:nodoc: |
| 30 | 30 | end |