aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorScott Barron <scott@elitists.net>2006-05-01 21:33:34 +0000
committerScott Barron <scott@elitists.net>2006-05-01 21:33:34 +0000
commit0bc2485eac73ea06e788d4fffe8891af2e8c4704 (patch)
treef628750f937b0456c0dc4a999eef1e3a77aa2824 /activesupport/Rakefile
parentff0b76613a31434b84055fb235fe000729e52a8f (diff)
downloadrails-0bc2485eac73ea06e788d4fffe8891af2e8c4704.tar.gz
rails-0bc2485eac73ea06e788d4fffe8891af2e8c4704.tar.bz2
rails-0bc2485eac73ea06e788d4fffe8891af2e8c4704.zip
Add README to gem [Dave Thomas]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile2
1 files changed, 1 insertions, 1 deletions
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