From 0bc2485eac73ea06e788d4fffe8891af2e8c4704 Mon Sep 17 00:00:00 2001 From: Scott Barron Date: Mon, 1 May 2006 21:33:34 +0000 Subject: Add README to gem [Dave Thomas] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/Rakefile b/activesupport/Rakefile index a7f0db5637..7a6825cad8 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -43,7 +43,7 @@ spec = Gem::Specification.new do |s| s.summary = "Support and utility classes used by the Rails framework." s.description = %q{Utility library which carries commonly used classes and goodies from the Rails framework} - s.files = [ "CHANGELOG" ] + Dir.glob( "lib/**/*" ).delete_if { |item| item.include?( "\.svn" ) } + s.files = [ "CHANGELOG", "README" ] + Dir.glob( "lib/**/*" ).delete_if { |item| item.include?( "\.svn" ) } s.require_path = 'lib' s.has_rdoc = true -- cgit v1.2.3