mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add builtin/ to the gemspec. Closes #3047.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3224 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
88f9418c77
commit
60936c5c84
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
*SVN*
|
*SVN*
|
||||||
|
|
||||||
|
* Add builtin/ to the gemspec. Closes #3047. [Nicholas Seckar, Sam Stephenson]
|
||||||
|
|
||||||
* Add install.rb file to plugin generation which is loaded, if it exists, when you install a plugin. [Marcel Molina Jr.]
|
* Add install.rb file to plugin generation which is loaded, if it exists, when you install a plugin. [Marcel Molina Jr.]
|
||||||
|
|
||||||
* Run initialize_logger in script/lighttpd to ensure the log file exists before tailing it. [Sam Stephenson]
|
* Run initialize_logger in script/lighttpd to ensure the log file exists before tailing it. [Sam Stephenson]
|
||||||
|
|
|
@ -252,6 +252,7 @@ end
|
||||||
PKG_FILES = FileList[
|
PKG_FILES = FileList[
|
||||||
'[a-zA-Z]*',
|
'[a-zA-Z]*',
|
||||||
'bin/**/*',
|
'bin/**/*',
|
||||||
|
'builtin/**/*',
|
||||||
'configs/**/*',
|
'configs/**/*',
|
||||||
'doc/**/*',
|
'doc/**/*',
|
||||||
'dispatches/**/*',
|
'dispatches/**/*',
|
||||||
|
|
Loading…
Reference in a new issue