Changeset 4321
- Timestamp:
- 05/01/06 21:33:34 (2 years ago)
- Files:
-
- trunk/activesupport/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/Rakefile
r4204 r4321 44 44 s.description = %q{Utility library which carries commonly used classes and goodies from the Rails framework} 45 45 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" ) } 47 47 s.require_path = 'lib' 48 48 s.has_rdoc = true