| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Ruport
Revision: 1305
Author: sandal
Date: 14 Apr 2008 12:06:51
Changes:Ruport::Murdoch FTW
Files:| ... | ...@@ -10,10 +10,10 @@ | |
| 10 | 10 | |
| 11 | 11 | spec = Gem::Specification.new do |spec| |
| 12 | 12 | spec.name = "murdoch" |
| 13 | spec.version = "1.1.0" | |
| 13 | spec.version = "1.0.0" | |
| 14 | 14 | spec.platform = Gem::Platform::RUBY |
| 15 | 15 | spec.summary = "A generalized Ruby report generation and templating engine." |
| 16 | spec.files = Dir.glob("lib/*")+["Rakefile"] | |
| 16 | spec.files = Dir.glob("lib/**/**/*")+["Rakefile"] | |
| 17 | 17 | spec.require_path = "lib" |
| 18 | 18 | |
| 19 | 19 | spec.test_files = Dir[ "test/*_test.rb" ] |
| ... | ...@@ -1,3 +1,9 @@ | |
| 1 | 1 | require "active_record" |
| 2 | 2 | require "ruport" |
| 3 | 3 | require "ruport/util" |
| 4 | ||
| 5 | module Ruport | |
| 6 | module Murdoch | |
| 7 | VERSION = "1.0.0" | |
| 8 | end | |
| 9 | end |
| ... | ...@@ -1,3 +0,0 @@ | |
| 1 | require "active_record" | |
| 2 | require "ruport" | |
| 3 | require "ruport/util" |