mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/update-deps: Sort dependencies.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4ac7afa500
commit
196c869024
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Nov 19 00:26:15 2014 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* tool/update-deps: Sort dependencies.
|
||||||
|
|
||||||
Wed Nov 19 00:24:18 2014 Tanaka Akira <akr@fsij.org>
|
Wed Nov 19 00:24:18 2014 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* enc/encdb.c: Include internal.h.
|
* enc/encdb.c: Include internal.h.
|
||||||
|
|
|
@ -350,6 +350,8 @@ def main_actual_fix(problems)
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
|
||||||
|
lines.sort!
|
||||||
|
|
||||||
if pre_post_part
|
if pre_post_part
|
||||||
new_content = [
|
new_content = [
|
||||||
pre_post_part.first,
|
pre_post_part.first,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue