aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 33c7a0d89a..6ebb11dbb5 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|