Changeset 1230

Show
Ignore:
Timestamp:
12/15/07 12:31:03 (1 year ago)
Author:
sandal
Message:

1.3.1229

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ruport/branches/1.2/lib/ruport/renderer.rb

    r1191 r1230  
    2626  # Structure for holding renderer options.   
    2727  # Simplified version of HashWithIndifferentAccess 
    28   class Options < OpenStruct   
     28  class Options < OpenStruct       
    2929    # Returns a Hash object.  Use this if you need methods other than [] 
    3030    def to_hash 
  • ruport/tags/rel_1_3_1229/Rakefile

    r1229 r1230  
    33require "rake/gempackagetask" 
    44 
    5 RUPORT_VERSION = "1.3.0
     5RUPORT_VERSION = "1.3.1229
    66 
    77begin 
  • ruport/tags/rel_1_3_1229/lib/ruport.rb

    r1206 r1230  
    1313module Ruport #:nodoc:# 
    1414   
    15   VERSION = "1.3.0"    
     15  VERSION = "1.3.1229"    
    1616   
    1717  class FormatterError < RuntimeError #:nodoc: 
  • ruport/trunk/Rakefile

    r1229 r1230  
    33require "rake/gempackagetask" 
    44 
    5 RUPORT_VERSION = "1.3.0
     5RUPORT_VERSION = "1.3.1229
    66 
    77begin 
  • ruport/trunk/lib/ruport.rb

    r1206 r1230  
    1313module Ruport #:nodoc:# 
    1414   
    15   VERSION = "1.3.0"    
     15  VERSION = "1.3.1229"    
    1616   
    1717  class FormatterError < RuntimeError #:nodoc: