diff options
author | Carl Lerche <carllerche@mac.com> | 2009-08-29 10:13:52 -0500 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2009-08-29 10:13:52 -0500 |
commit | 22d5e3d89d619acb9179dfcdd33f1afaee9567ca (patch) | |
tree | cf74c4f669e86ae6e55ff1b345d5e2f5656b557b /railties/Rakefile | |
parent | dbf20c2dbb5d1f2640517c468aa7c269d93414b9 (diff) | |
download | rails-22d5e3d89d619acb9179dfcdd33f1afaee9567ca.tar.gz rails-22d5e3d89d619acb9179dfcdd33f1afaee9567ca.tar.bz2 rails-22d5e3d89d619acb9179dfcdd33f1afaee9567ca.zip |
Make sure all needed files get added to the rails gem
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index 3212bf3a4f..aa5b3a1132 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -142,7 +142,7 @@ PKG_FILES = FileList[ 'bin/**/*', 'builtin/**/*', 'guides/**/*', - 'lib/**/*' + 'lib/**/{*,.[a-z]*}' ] - [ 'test' ] spec = Gem::Specification.new do |s| |