Changeset 1305

Show
Ignore:
Timestamp:
04/14/08 11:06:51 (7 months ago)
Author:
sandal
Message:

Ruport::Murdoch FTW

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • murdoch/Rakefile

    r1304 r1305  
    1111spec = Gem::Specification.new do |spec| 
    1212  spec.name = "murdoch" 
    13   spec.version = "1.1.0" 
     13  spec.version = "1.0.0" 
    1414  spec.platform = Gem::Platform::RUBY 
    1515  spec.summary = "A generalized Ruby report generation and templating engine." 
    16   spec.files =  Dir.glob("lib/*")+["Rakefile"] 
     16  spec.files =  Dir.glob("lib/**/**/*")+["Rakefile"] 
    1717  spec.require_path = "lib" 
    1818   
  • murdoch/lib/ruport/murdoch.rb

    r1304 r1305  
    22require "ruport" 
    33require "ruport/util" 
     4 
     5module Ruport 
     6  module Murdoch 
     7    VERSION = "1.0.0" 
     8  end 
     9end