aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorSam Stephenson <sam@37signals.com>2005-12-06 00:32:57 +0000
committerSam Stephenson <sam@37signals.com>2005-12-06 00:32:57 +0000
commit60936c5c84b974b7d0f7cbc51362b037064d2ab7 (patch)
tree2e8120e757af47ae429e5654308289e62656c83a /railties/Rakefile
parent88f9418c77954b188b6bdedbcb100bae84c3502d (diff)
downloadrails-60936c5c84b974b7d0f7cbc51362b037064d2ab7.tar.gz
rails-60936c5c84b974b7d0f7cbc51362b037064d2ab7.tar.bz2
rails-60936c5c84b974b7d0f7cbc51362b037064d2ab7.zip
Add builtin/ to the gemspec. Closes #3047.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3224 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 6d9a7a61bb..9a390696fb 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -252,6 +252,7 @@ end
PKG_FILES = FileList[
'[a-zA-Z]*',
'bin/**/*',
+ 'builtin/**/*',
'configs/**/*',
'doc/**/*',
'dispatches/**/*',