Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4321

Show
Ignore:
Timestamp:
05/01/06 21:33:34 (2 years ago)
Author:
htonl
Message:

Add README to gem [Dave Thomas]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activesupport/Rakefile

    r4204 r4321  
    4444  s.description = %q{Utility library which carries commonly used classes and goodies from the Rails framework} 
    4545 
    46   s.files = [ "CHANGELOG" ] + Dir.glob( "lib/**/*" ).delete_if { |item| item.include?( "\.svn" ) } 
     46  s.files = [ "CHANGELOG", "README" ] + Dir.glob( "lib/**/*" ).delete_if { |item| item.include?( "\.svn" ) } 
    4747  s.require_path = 'lib' 
    4848  s.has_rdoc = true