| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Ruport-util
Revision: 45
Author: sandal
Date: 08 Feb 2008 18:24:20
Changes:Diff:| ... | ...@@ -1,6 +1,6 @@ | |
| 1 | 1 | module Ruport |
| 2 | 2 | module Util |
| 3 | VERSION = "0.32.0" | |
| 3 | VERSION = "0.13.1" | |
| 4 | 4 | |
| 5 | 5 | file = __FILE__ |
| 6 | 6 | file = File.readlink(file) if File.symlink?(file) |
| ... | ...@@ -33,7 +33,7 @@ | |
| 33 | 33 | |
| 34 | 34 | spec = Gem::Specification.new do |spec| |
| 35 | 35 | spec.name = "ruport-util" |
| 36 | spec.version = "0.13.0" | |
| 36 | spec.version = "0.13.1" | |
| 37 | 37 | spec.platform = Gem::Platform::RUBY |
| 38 | 38 | spec.summary = "A set of tools and helper libs for Ruby Reports" |
| 39 | 39 | spec.files = Dir.glob("{example,lib,test,bin}/**/**/*") + |