diff --git a/bg/community/mailing-lists/manual-instructions/index.md b/bg/community/mailing-lists/manual-instructions/index.md index a750028e6a..48e45ac0e2 100644 --- a/bg/community/mailing-lists/manual-instructions/index.md +++ b/bg/community/mailing-lists/manual-instructions/index.md @@ -61,4 +61,3 @@ Ruby-CVS За да видите списък с достъпните команди, изпратете писмо до контролният адрес за със съдържание “help”. - diff --git a/bg/documentation/quickstart/2/index.md b/bg/documentation/quickstart/2/index.md index 2cb9867239..488da8542f 100644 --- a/bg/documentation/quickstart/2/index.md +++ b/bg/documentation/quickstart/2/index.md @@ -114,4 +114,3 @@ Greeter, както и няколко метода . Също така тряб Продължаваме с Част 3, където може да видим класът в действие и [създаването на обект](../3/) - diff --git a/bg/documentation/quickstart/3/index.md b/bg/documentation/quickstart/3/index.md index fd48dc24b3..e141e02c46 100644 --- a/bg/documentation/quickstart/3/index.md +++ b/bg/documentation/quickstart/3/index.md @@ -221,4 +221,3 @@ end В този финален пример има много нови неща, които ще бъдат разгледани в [последната част на това ръководство](../4/) - diff --git a/bg/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md b/bg/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md index 17fc28d238..8f2868ad04 100644 --- a/bg/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md +++ b/bg/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md @@ -107,4 +107,3 @@ lang: bg * Многонишковата библиотека е вградена, но за разлика то 1.9, в 1.8 имаме “green threads”, а не native threads. * Unit testing библиотеката идва със стандартната библиотека на Ruby. - diff --git a/bg/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/bg/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index 1ecbbdc2c2..925e61c724 100644 --- a/bg/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/bg/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -49,4 +49,3 @@ PHP е широко разпространен език за писане на * Само `false` и `nil` са лъжа: `0`, `array()` и `""` са истина във всички условни изрази. * Почти всичко е извикване на метод, дори `raise` (`throw` в PHP). - diff --git a/bg/documentation/ruby-from-other-languages/to-ruby-from-python/index.md b/bg/documentation/ruby-from-other-languages/to-ruby-from-python/index.md index 7a191111e7..9f013a0b40 100644 --- a/bg/documentation/ruby-from-other-languages/to-ruby-from-python/index.md +++ b/bg/documentation/ruby-from-other-languages/to-ruby-from-python/index.md @@ -57,4 +57,3 @@ Python е друг език за обща употреба, вдъхновил на класове/методи/израз * Съществуват известен брой shortcut-и, които улесняват и увеличават продуктивността в Ruby. - diff --git a/bg/news/_posts/2015-12-25-ruby-2-3-0-released.md b/bg/news/_posts/2015-12-25-ruby-2-3-0-released.md index ef5aedef96..9a5a27c642 100644 --- a/bg/news/_posts/2015-12-25-ruby-2-3-0-released.md +++ b/bg/news/_posts/2015-12-25-ruby-2-3-0-released.md @@ -81,4 +81,3 @@ Ruby 2.3 включва много подобрения по производи SHA1: 3f88617568d9a4f491e8b32dca532363f73eaa71 SHA256: 8270bdcbc6b62a18fdf1b75bd28d5d6fc0fc26b9bd778d422393a1b98006020a SHA512: a3f397bb3c9c19d9b797552c5d60bb01c82db884cfa966df84881125bea35713cffd99f88fb86b271bae72d9cfb09ad9b33838cffcf6365c091459479914fdef - diff --git a/de/community/mailing-lists/manual-instructions/index.md b/de/community/mailing-lists/manual-instructions/index.md index 38971b1c25..69c74686fa 100644 --- a/de/community/mailing-lists/manual-instructions/index.md +++ b/de/community/mailing-lists/manual-instructions/index.md @@ -65,4 +65,3 @@ funktioniert möglicherweise nicht. Um alle Befehle aufzulisten, sende eine E-Mail mit dem Inhalt “help” an die Controller-Adresse. - diff --git a/de/documentation/quickstart/2/index.md b/de/documentation/quickstart/2/index.md index c1fadbbed6..529ed1a156 100644 --- a/de/documentation/quickstart/2/index.md +++ b/de/documentation/quickstart/2/index.md @@ -130,4 +130,3 @@ von `sag_hallo` und `sag_tschuess` benutzt. Wie setzen wir diese Begrüßungsklasse also in Bewegung? Ganz einfach: [Wir erzeugen ein Objekt!](../3/) - diff --git a/de/documentation/quickstart/3/index.md b/de/documentation/quickstart/3/index.md index 81af7facbd..436f2fbedd 100644 --- a/de/documentation/quickstart/3/index.md +++ b/de/documentation/quickstart/3/index.md @@ -232,4 +232,3 @@ ri20min.rb”. Die Ausgabe sollte sein: In dieses Beispiel wurden einige neue Dinge gestreut, auf die wir sogleich [näher eingehen werden](../4/). - diff --git a/de/documentation/quickstart/index.md b/de/documentation/quickstart/index.md index 4a359db34b..539f355a04 100644 --- a/de/documentation/quickstart/index.md +++ b/de/documentation/quickstart/index.md @@ -144,4 +144,3 @@ So nützlich das auch für einen Taschenrechner ist: Wir entfernen uns von der traditionellen `"Hallo, Welt!"`-Botschaft, auf die Anleitungen für Anfänger für gewöhnlich den Fokus setzen … [Also kehren wir flugs wieder dahin zurück.](2/) - diff --git a/de/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md b/de/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md index f854d344cd..8b26c8138f 100644 --- a/de/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md +++ b/de/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md @@ -199,4 +199,3 @@ zwischen Ruby und C++: Version 1.8 gibt es allerdings nur “green threads”, also keine Abbildung auf die Threads des Betriebssystems. * Ruby enthält bereits ein Unit-Test-Framework. - diff --git a/de/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/de/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index 9183f27ce1..1d2c48e964 100644 --- a/de/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/de/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -52,4 +52,3 @@ Im Gegensatz zu PHP hat Ruby… in Bedingungen true. * fast alles ist Methodenaufruf, sogar `raise` (`throw` in PHP). - diff --git a/de/news/_posts/2002-02-01-report-security-issues.md b/de/news/_posts/2002-02-01-report-security-issues.md index d7c1d03c8e..044c9ab681 100644 --- a/de/news/_posts/2002-02-01-report-security-issues.md +++ b/de/news/_posts/2002-02-01-report-security-issues.md @@ -8,4 +8,3 @@ lang: de Please send a mail to [security@ruby-lang.org](mailto:security@ruby-lang.org) to report security issues. Reported problems will be published after fixes. - diff --git a/de/news/_posts/2003-11-23-ruby-standard-library-documentation.md b/de/news/_posts/2003-11-23-ruby-standard-library-documentation.md index 960b14934d..44ef4f0c0c 100644 --- a/de/news/_posts/2003-11-23-ruby-standard-library-documentation.md +++ b/de/news/_posts/2003-11-23-ruby-standard-library-documentation.md @@ -8,4 +8,3 @@ lang: de ” Documentation for the Ruby 1.8 standard library”: http://www.ruby-doc.org/stdlib/ is available. This is the HTML from the RDoc comments resulting from Gavin Sinclair’s stdlib-doc project. - diff --git a/de/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md b/de/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md index 110d75e3c7..28eccabf6d 100644 --- a/de/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md +++ b/de/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md @@ -11,4 +11,3 @@ from the previous “anyone may post” policy. If you’ve sent some recent list messages, but have not seen them on the list, check if you’re using an appropriate “from” address, and look for any automated list admin messages coming back. - diff --git a/de/news/_posts/2004-05-29-heliumruby-langorg-was-cracked.md b/de/news/_posts/2004-05-29-heliumruby-langorg-was-cracked.md index 06918fb9d4..76c1bc5a71 100644 --- a/de/news/_posts/2004-05-29-heliumruby-langorg-was-cracked.md +++ b/de/news/_posts/2004-05-29-heliumruby-langorg-was-cracked.md @@ -7,4 +7,3 @@ lang: de On Fri May 28, we found that someone cracked helium.ruby-lang.org via CVS. - diff --git a/de/news/_posts/2004-06-01-notice-on-ruby-langorg-mailing-list-service-restart.md b/de/news/_posts/2004-06-01-notice-on-ruby-langorg-mailing-list-service-restart.md index 78b2861d03..c4f513a210 100644 --- a/de/news/_posts/2004-06-01-notice-on-ruby-langorg-mailing-list-service-restart.md +++ b/de/news/_posts/2004-06-01-notice-on-ruby-langorg-mailing-list-service-restart.md @@ -8,4 +8,3 @@ lang: de Sorry for our delayed report on restart operation on ruby-lang.org mailing list service. We should account current management of the lists orderly. - diff --git a/de/news/_posts/2004-06-15-wwwftp-service-restart.md b/de/news/_posts/2004-06-15-wwwftp-service-restart.md index b644c7c8a9..5f28124b42 100644 --- a/de/news/_posts/2004-06-15-wwwftp-service-restart.md +++ b/de/news/_posts/2004-06-15-wwwftp-service-restart.md @@ -7,4 +7,3 @@ lang: de We have finished the validation on WWW/FTP contents, so we restarted WWW/FTP services. - diff --git a/de/news/_posts/2004-06-22-cvs-service-wurde-wieder-gestartet.md b/de/news/_posts/2004-06-22-cvs-service-wurde-wieder-gestartet.md index fc2f5db99c..6d5f7e54e4 100644 --- a/de/news/_posts/2004-06-22-cvs-service-wurde-wieder-gestartet.md +++ b/de/news/_posts/2004-06-22-cvs-service-wurde-wieder-gestartet.md @@ -8,4 +8,3 @@ lang: de Der anonyme CVS Service läuft nun wieder. Der Server akzeptiert nun jedes Passwort :) - diff --git a/de/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md b/de/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md index 45eca26e04..faaaa73506 100644 --- a/de/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md +++ b/de/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md @@ -16,4 +16,3 @@ These checked modules are added to the Anonymous CVS repository. * ruby-parser * shim * vms - diff --git a/de/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md b/de/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md index 9c009270f9..7ff34e3c81 100644 --- a/de/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md +++ b/de/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md @@ -8,4 +8,3 @@ lang: de lib/soap4r, lib/csv und mod\_ruby-old wurden dem anonymen CVS Repository hinzugefügt. Danach wurde eruby in eruby-old umbenannt. mod\_ruby/eruby wird jetzt im Subversion Repository entwickelt. - diff --git a/de/news/_posts/2004-07-22-incident-analysis-of-the-intrusion-on-heliumruby-langorg.md b/de/news/_posts/2004-07-22-incident-analysis-of-the-intrusion-on-heliumruby-langorg.md index fbc4b5bc2a..52a026c46c 100644 --- a/de/news/_posts/2004-07-22-incident-analysis-of-the-intrusion-on-heliumruby-langorg.md +++ b/de/news/_posts/2004-07-22-incident-analysis-of-the-intrusion-on-heliumruby-langorg.md @@ -10,4 +10,3 @@ that provided various services relevant to Ruby evelopment, was cracked by an unauthorized user. We, the ruby-lang.org administrators, are reporting our analysis of this intrusion and the countermeasures we’ve taken. - diff --git a/de/news/_posts/2004-09-29-rsync-service-restart.md b/de/news/_posts/2004-09-29-rsync-service-restart.md index 5e18f1769a..2e0e6e8378 100644 --- a/de/news/_posts/2004-09-29-rsync-service-restart.md +++ b/de/news/_posts/2004-09-29-rsync-service-restart.md @@ -7,4 +7,3 @@ lang: de RSYNC service is restarted. [rsync://ftp.ruby-lang.org/](rsync://ftp.ruby-lang.org/) - diff --git a/de/news/_posts/2005-04-14-server-maintenance.md b/de/news/_posts/2005-04-14-server-maintenance.md index b58dfb0a74..4d217192e4 100644 --- a/de/news/_posts/2005-04-14-server-maintenance.md +++ b/de/news/_posts/2005-04-14-server-maintenance.md @@ -7,4 +7,3 @@ lang: de We’ll be performing server maintenance on Thu Apr 14 03:00:00 UTC 2005. It may be down briefly. - diff --git a/de/news/_posts/2005-04-27-cvs-service-luft-wieder.md b/de/news/_posts/2005-04-27-cvs-service-luft-wieder.md index aae7479e58..e988b21ce3 100644 --- a/de/news/_posts/2005-04-27-cvs-service-luft-wieder.md +++ b/de/news/_posts/2005-04-27-cvs-service-luft-wieder.md @@ -6,4 +6,3 @@ lang: de --- Der CVS Service wurde wieder gestartet. - diff --git a/de/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md b/de/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md index 9b4ac7ac32..daa19205e5 100644 --- a/de/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md +++ b/de/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md @@ -8,4 +8,3 @@ lang: de We’ll upgrade this host to Debian GNU/Linux 3.1 (sarge) on Wed Jun 29 05:00:00 UTC 2005. Services will be stopped for a while. Successfully DONE. Thank you. - diff --git a/de/news/_posts/2005-07-02-securityruby-langorg.md b/de/news/_posts/2005-07-02-securityruby-langorg.md index 5c78a71362..c5a13baa28 100644 --- a/de/news/_posts/2005-07-02-securityruby-langorg.md +++ b/de/news/_posts/2005-07-02-securityruby-langorg.md @@ -9,4 +9,3 @@ Created [security@ruby-lang.org](mailto:security@ruby-lang.org) . If you have found vulnerabilities in Ruby, please report to this address. security@ruby-lang.org is a private ML, and anyone can post to it without subscription. - diff --git a/de/news/_posts/2006-08-30-server-maintenance-20060830.md b/de/news/_posts/2006-08-30-server-maintenance-20060830.md index ae7db3cbdf..6a9b590601 100644 --- a/de/news/_posts/2006-08-30-server-maintenance-20060830.md +++ b/de/news/_posts/2006-08-30-server-maintenance-20060830.md @@ -8,4 +8,3 @@ lang: de Services except mailinglists will be down for a server maintenance on Wed Aug 30 08:00:00 UTC 2006. The downtime will be a few hours. Sorry for inconvenience. - diff --git a/de/news/_posts/2007-03-07-cvs-repository-wird-abgeschaltet.md b/de/news/_posts/2007-03-07-cvs-repository-wird-abgeschaltet.md index 6134e6ccb8..9af607b82c 100644 --- a/de/news/_posts/2007-03-07-cvs-repository-wird-abgeschaltet.md +++ b/de/news/_posts/2007-03-07-cvs-repository-wird-abgeschaltet.md @@ -12,4 +12,3 @@ verfügbar](/de/news/2006/12/22/repository-von-cvs-auf-svn-gendert/). Sollte jemand das aktuelle CVS Repository benötigen so hat er bis zum 16. noch die Möglichkeit es über CVSup herunterzuladen. - diff --git a/de/news/_posts/2011-10-11-plne-fr-1-8-7.md b/de/news/_posts/2011-10-11-plne-fr-1-8-7.md index 9818fdd210..9a3d2b517e 100644 --- a/de/news/_posts/2011-10-11-plne-fr-1-8-7.md +++ b/de/news/_posts/2011-10-11-plne-fr-1-8-7.md @@ -39,4 +39,3 @@ Plan: * Nach Juni 2013 werden wir 1.8.7 in keinster Weise mehr unterstützen. \[Anm. d. Übers. “Ich” bezieht sich in diesem Eintrag auf Urabe-san\] - diff --git a/de/news/_posts/2012-05-31-wartungsarbeiten-am-ruby-lang-org-server.md b/de/news/_posts/2012-05-31-wartungsarbeiten-am-ruby-lang-org-server.md index a4359293b6..0692282a70 100644 --- a/de/news/_posts/2012-05-31-wartungsarbeiten-am-ruby-lang-org-server.md +++ b/de/news/_posts/2012-05-31-wartungsarbeiten-am-ruby-lang-org-server.md @@ -10,4 +10,3 @@ Mailinglists (Ruby-Talk, Ruby-Core, etc.) und der Subversion-Server, werden vom Mittwoch, dem 6. Juni 2012 15:00 Uhr UTC (17:00 Uhr CEST) bis Mittwoch, den 6. Juni 2012 20:00 Uhr UTC (22:00 Uhr CEST) offline sein. Wir entschuldigen uns für enstehende Unannehmlichkeiten. - diff --git a/de/news/_posts/2013-02-23-denial-of-service-cve-2013-0269.md b/de/news/_posts/2013-02-23-denial-of-service-cve-2013-0269.md index e5c7b52f8f..4dc7a11a74 100644 --- a/de/news/_posts/2013-02-23-denial-of-service-cve-2013-0269.md +++ b/de/news/_posts/2013-02-23-denial-of-service-cve-2013-0269.md @@ -107,4 +107,3 @@ Rails-Team zusammengearbeitet haben, um es zu beheben: ### Verlauf * Erstmals veröffentlicht: 2013-02-22 12:00:00 (UTC) - diff --git a/de/news/_posts/2013-02-23-rexml-bombe.md b/de/news/_posts/2013-02-23-rexml-bombe.md index 62c5b7aba9..ff6b4f92fa 100644 --- a/de/news/_posts/2013-02-23-rexml-bombe.md +++ b/de/news/_posts/2013-02-23-rexml-bombe.md @@ -108,4 +108,3 @@ Vielen Dank an Ben Murphy für das Melden dieses Problems. * CVE-Nummer ergänzt am 2013-03-11 07:45:00 (UTC) * Erstmals veröffentlicht am 2013-02-22 12:00:00 (UTC) - diff --git a/de/news/_posts/2015-12-25-ruby-2-3-0-released.md b/de/news/_posts/2015-12-25-ruby-2-3-0-released.md index f2716b5c69..43517d216b 100644 --- a/de/news/_posts/2015-12-25-ruby-2-3-0-released.md +++ b/de/news/_posts/2015-12-25-ruby-2-3-0-released.md @@ -92,4 +92,3 @@ Programmierung mit Ruby 2.3! SHA1: 3f88617568d9a4f491e8b32dca532363f73eaa71 SHA256: 8270bdcbc6b62a18fdf1b75bd28d5d6fc0fc26b9bd778d422393a1b98006020a SHA512: a3f397bb3c9c19d9b797552c5d60bb01c82db884cfa966df84881125bea35713cffd99f88fb86b271bae72d9cfb09ad9b33838cffcf6365c091459479914fdef - diff --git a/en/community/mailing-lists/manual-instructions/index.md b/en/community/mailing-lists/manual-instructions/index.md index e60d18366f..3c16a7e1d2 100644 --- a/en/community/mailing-lists/manual-instructions/index.md +++ b/en/community/mailing-lists/manual-instructions/index.md @@ -60,4 +60,3 @@ Make sure to send a plain text mail, an HTML mail might not work. To see the list of commands, send a mail which body is “help” to the controller address. - diff --git a/en/documentation/quickstart/2/index.md b/en/documentation/quickstart/2/index.md index e117255c0f..18d7738a89 100644 --- a/en/documentation/quickstart/2/index.md +++ b/en/documentation/quickstart/2/index.md @@ -123,4 +123,3 @@ you can see it’s used by `say_hi` and `say_bye`. So how do we get this Greeter class set in motion? [Create an object.](../3/) - diff --git a/en/documentation/quickstart/3/index.md b/en/documentation/quickstart/3/index.md index d7d45ff5c2..7c90d8b655 100644 --- a/en/documentation/quickstart/3/index.md +++ b/en/documentation/quickstart/3/index.md @@ -227,4 +227,3 @@ output should be: There are a lot of new things thrown into this final example that we [can take a deeper look at.](../4/) - diff --git a/en/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md b/en/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md index 222a3b119c..6cb8dc77c6 100644 --- a/en/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md +++ b/en/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md @@ -146,4 +146,3 @@ Unlike C++, in Ruby,... threads” (implemented only within the interpreter) as opposed to native threads. * A unit testing lib comes standard with Ruby. - diff --git a/en/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/en/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index 5d2bb3afa7..8ce6ad36d0 100644 --- a/en/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/en/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -48,4 +48,3 @@ Unlike in PHP, in Ruby… * Only `false` and `nil` are false: `0`, `array()` and `""` are all true in conditionals. * Almost everything is a method call, even `raise` (`throw` in PHP). - diff --git a/en/documentation/ruby-from-other-languages/to-ruby-from-python/index.md b/en/documentation/ruby-from-other-languages/to-ruby-from-python/index.md index 55509c296f..0225cafa2d 100644 --- a/en/documentation/ruby-from-other-languages/to-ruby-from-python/index.md +++ b/en/documentation/ruby-from-other-languages/to-ruby-from-python/index.md @@ -80,4 +80,3 @@ Unlike Python, in Ruby,... then immediately resume. * Python supports just one kind of anonymous functions, lambdas, while Ruby contains blocks, Procs, and lambdas. - diff --git a/en/news/_posts/2002-02-01-report-security-issues.md b/en/news/_posts/2002-02-01-report-security-issues.md index bc6d2f9f27..c98ed482fe 100644 --- a/en/news/_posts/2002-02-01-report-security-issues.md +++ b/en/news/_posts/2002-02-01-report-security-issues.md @@ -8,4 +8,3 @@ lang: en Please send a mail to [security@ruby-lang.org](mailto:security@ruby-lang.org) to report security issues. Reported problems will be published after fixes. - diff --git a/en/news/_posts/2002-12-11-ruby-hacking-guide.md b/en/news/_posts/2002-12-11-ruby-hacking-guide.md index d238a714a2..6531092f44 100644 --- a/en/news/_posts/2002-12-11-ruby-hacking-guide.md +++ b/en/news/_posts/2002-12-11-ruby-hacking-guide.md @@ -536,4 +536,3 @@ Bear in mind that it’s an unofficial translation. Appendix A: Function and macros reference Appendix B: References Index - diff --git a/en/news/_posts/2003-11-23-ruby-standard-library-documentation.md b/en/news/_posts/2003-11-23-ruby-standard-library-documentation.md index c53c1b5f28..64555248de 100644 --- a/en/news/_posts/2003-11-23-ruby-standard-library-documentation.md +++ b/en/news/_posts/2003-11-23-ruby-standard-library-documentation.md @@ -8,4 +8,3 @@ lang: en ” Documentation for the Ruby 1.8 standard library”: http://www.ruby-doc.org/stdlib/ is available. This is the HTML from the RDoc comments resulting from Gavin Sinclair’s stdlib-doc project. - diff --git a/en/news/_posts/2004-01-17-rss-feed-started.md b/en/news/_posts/2004-01-17-rss-feed-started.md index 7845783205..e1032092f3 100644 --- a/en/news/_posts/2004-01-17-rss-feed-started.md +++ b/en/news/_posts/2004-01-17-rss-feed-started.md @@ -7,4 +7,3 @@ lang: en We just started RSS feed in this site. Check it. https://www.ruby-lang.org/en/index.rdf - diff --git a/en/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md b/en/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md index fb593a5a72..3cdfe810c2 100644 --- a/en/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md +++ b/en/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md @@ -11,4 +11,3 @@ from the previous “anyone may post” policy. If you’ve sent some recent list messages, but have not seen them on the list, check if you’re using an appropriate “from” address, and look for any automated list admin messages coming back. - diff --git a/en/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md b/en/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md index 742c7a8c4e..9fdd4972e4 100644 --- a/en/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md +++ b/en/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md @@ -16,4 +16,3 @@ These checked modules are added to the Anonymous CVS repository. * ruby-parser * shim * vms - diff --git a/en/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md b/en/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md index 48b7f1719e..a4745af68e 100644 --- a/en/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md +++ b/en/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md @@ -8,4 +8,3 @@ lang: en lib/soap4r, lib/csv, mod\_ruby-old were added to the Anonymous CVS repository. Then, eruby was renamed to eruby-old. mod\_ruby/eruby are developed on the Subversion repository now. - diff --git a/en/news/_posts/2004-09-29-rsync-service-restart.md b/en/news/_posts/2004-09-29-rsync-service-restart.md index acfbc8ae19..0fe3b1fd8a 100644 --- a/en/news/_posts/2004-09-29-rsync-service-restart.md +++ b/en/news/_posts/2004-09-29-rsync-service-restart.md @@ -7,4 +7,3 @@ lang: en RSYNC service is restarted. [rsync://ftp.ruby-lang.org/](rsync://ftp.ruby-lang.org/) - diff --git a/en/news/_posts/2005-04-14-server-maintenance.md b/en/news/_posts/2005-04-14-server-maintenance.md index 38c08b99f9..1bae7909fe 100644 --- a/en/news/_posts/2005-04-14-server-maintenance.md +++ b/en/news/_posts/2005-04-14-server-maintenance.md @@ -7,4 +7,3 @@ lang: en We’ll be performing server maintenance on Thu Apr 14 03:00:00 UTC 2005. It may be down briefly. - diff --git a/en/news/_posts/2005-04-27-anonymous-cvs-service-restart.md b/en/news/_posts/2005-04-27-anonymous-cvs-service-restart.md index e50d8f799f..8c9196f2fb 100644 --- a/en/news/_posts/2005-04-27-anonymous-cvs-service-restart.md +++ b/en/news/_posts/2005-04-27-anonymous-cvs-service-restart.md @@ -6,4 +6,3 @@ lang: en --- Anonymous CVS Service was restarted. Thank you. - diff --git a/en/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md b/en/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md index 28750eeabd..72b3b5d607 100644 --- a/en/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md +++ b/en/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md @@ -8,4 +8,3 @@ lang: en We’ll upgrade this host to Debian GNU/Linux 3.1 (sarge) on Wed Jun 29 05:00:00 UTC 2005. Services will be stopped for a while. Successfully DONE. Thank you. - diff --git a/en/news/_posts/2005-07-02-securityruby-langorg.md b/en/news/_posts/2005-07-02-securityruby-langorg.md index 87ba5e4064..ab1f81279a 100644 --- a/en/news/_posts/2005-07-02-securityruby-langorg.md +++ b/en/news/_posts/2005-07-02-securityruby-langorg.md @@ -9,4 +9,3 @@ Created [security@ruby-lang.org](mailto:security@ruby-lang.org) . If you have found vulnerabilities in Ruby, please report to this address. security@ruby-lang.org is a private ML, and anyone can post to it without subscription. - diff --git a/en/news/_posts/2006-08-30-server-maintenance-20060830.md b/en/news/_posts/2006-08-30-server-maintenance-20060830.md index d958a5b991..cd4df65233 100644 --- a/en/news/_posts/2006-08-30-server-maintenance-20060830.md +++ b/en/news/_posts/2006-08-30-server-maintenance-20060830.md @@ -8,4 +8,3 @@ lang: en Services except mailinglists will be down for a server maintenance on Wed Aug 30 08:00:00 UTC 2006. The downtime will be a few hours. Sorry for inconvenience. - diff --git a/en/news/_posts/2007-02-21-ip-address-change.md b/en/news/_posts/2007-02-21-ip-address-change.md index 3a8312104a..7452b59fdf 100644 --- a/en/news/_posts/2007-02-21-ip-address-change.md +++ b/en/news/_posts/2007-02-21-ip-address-change.md @@ -10,4 +10,3 @@ The IP address of the server will be changed on Thu Feb 22 03:00:00 UTC minutes. Sorry for inconvenience. - diff --git a/en/news/_posts/2007-03-01-cvs-services-will-be-permanently-unavailable.md b/en/news/_posts/2007-03-01-cvs-services-will-be-permanently-unavailable.md index 1fe7cd3485..58adf6046d 100644 --- a/en/news/_posts/2007-03-01-cvs-services-will-be-permanently-unavailable.md +++ b/en/news/_posts/2007-03-01-cvs-services-will-be-permanently-unavailable.md @@ -10,4 +10,3 @@ unavailable on Fri Mar 16 03:00 UTC 2007. The source code repositry has been [moved to SVN](/en/news/2006/12/22/cvs-repository-moved-to-svn/). If you require the CVS repositry, please get it by CVSup till that day. - diff --git a/en/news/_posts/2008-05-22-server-maintenance-20080523.md b/en/news/_posts/2008-05-22-server-maintenance-20080523.md index e56d2c21e6..192cffdac4 100644 --- a/en/news/_posts/2008-05-22-server-maintenance-20080523.md +++ b/en/news/_posts/2008-05-22-server-maintenance-20080523.md @@ -7,4 +7,3 @@ lang: en Services on ruby-lang.org except SVN will be down for server maintenance on Fri May 23 02:00:00 UTC 2008. Sorry for inconvenience. - diff --git a/en/news/_posts/2009-05-12-ruby-1-9-1-p129-released.md b/en/news/_posts/2009-05-12-ruby-1-9-1-p129-released.md index 94bb68c764..d157ed9a90 100644 --- a/en/news/_posts/2009-05-12-ruby-1-9-1-p129-released.md +++ b/en/news/_posts/2009-05-12-ruby-1-9-1-p129-released.md @@ -10,4 +10,3 @@ Ruby 1.9.1-p129 has been released. This is a patch level release for Ruby 1.9.1. This fixes many bugs and two security vulnerabilities. This release contains security fix so we recommend all 1.9.1 users to upgrade your ruby. - diff --git a/en/news/_posts/2009-05-23-ruby-1-8-6-maintenance-moved-to-engine-yard.md b/en/news/_posts/2009-05-23-ruby-1-8-6-maintenance-moved-to-engine-yard.md index 2599fbb26c..7ce2922397 100644 --- a/en/news/_posts/2009-05-23-ruby-1-8-6-maintenance-moved-to-engine-yard.md +++ b/en/news/_posts/2009-05-23-ruby-1-8-6-maintenance-moved-to-engine-yard.md @@ -21,4 +21,3 @@ This issue do not affect those current Ruby 1.8.6 users in the short run. Everything remains as they are. Users\' benefit is that bug fixes and improvements for Ruby 1.8.6 lasts longer than we announced before. I believe that is what everyone want. - diff --git a/en/news/_posts/2010-06-23-ruby-1-8-7-p299-released.md b/en/news/_posts/2010-06-23-ruby-1-8-7-p299-released.md index e21ff2046b..2bf2568797 100644 --- a/en/news/_posts/2010-06-23-ruby-1-8-7-p299-released.md +++ b/en/news/_posts/2010-06-23-ruby-1-8-7-p299-released.md @@ -30,4 +30,3 @@ Checksums: SIZE(ruby-1.8.7-p299.zip)= 5965156 Enjoy! - diff --git a/en/news/_posts/2011-10-06-plans-for-1-8-7.md b/en/news/_posts/2011-10-06-plans-for-1-8-7.md index a1ee0e1625..7e8b38d6dc 100644 --- a/en/news/_posts/2011-10-06-plans-for-1-8-7.md +++ b/en/news/_posts/2011-10-06-plans-for-1-8-7.md @@ -35,4 +35,3 @@ Schedule: June 2013, in case you are still using 1.8.7. * We will no longer support 1.8.7 in all senses after June 2013. - diff --git a/en/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md b/en/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md index 8dc840c73e..1660d3d4b4 100644 --- a/en/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md +++ b/en/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md @@ -43,4 +43,3 @@ This issue was reported by Peter Bex. * Fixed typo at 2012-10-19 14:54:49 JST. * Added a mention about CVE number at 2012-10-16 08:58:51 JST. * Originally published at 2012-10-12 19:19:55 JST. - diff --git a/en/news/_posts/2013-02-22-json-dos-cve-2013-0269.md b/en/news/_posts/2013-02-22-json-dos-cve-2013-0269.md index 2783e8abd7..f1d937b2d5 100644 --- a/en/news/_posts/2013-02-22-json-dos-cve-2013-0269.md +++ b/en/news/_posts/2013-02-22-json-dos-cve-2013-0269.md @@ -101,4 +101,3 @@ this issue and working with the Rails team to get it fixed: ## History * Originally published at 2013-02-22 12:00:00 (UTC) - diff --git a/en/news/_posts/2013-02-22-rexml-dos-2013-02-22.md b/en/news/_posts/2013-02-22-rexml-dos-2013-02-22.md index 484a0d6328..374b60de87 100644 --- a/en/news/_posts/2013-02-22-rexml-dos-2013-02-22.md +++ b/en/news/_posts/2013-02-22-rexml-dos-2013-02-22.md @@ -105,4 +105,3 @@ Thanks to Ben Murphy for reporting this issue. * Added about CVE number at 2013-03-11 07:45:00 (UTC) * Originally published at 2013-02-22 12:00:00 (UTC) - diff --git a/es/community/mailing-lists/manual-instructions/index.md b/es/community/mailing-lists/manual-instructions/index.md index c0e0d05cca..920d813edc 100644 --- a/es/community/mailing-lists/manual-instructions/index.md +++ b/es/community/mailing-lists/manual-instructions/index.md @@ -55,4 +55,3 @@ Para desuscribirse de una lista, envía un correo cuyo cuerpo sea Para ver la lista de comandos, envía un mensaje cuyo cuerpo sea “help” a la dirección de administración automatizada. - diff --git a/es/documentation/quickstart/2/index.md b/es/documentation/quickstart/2/index.md index 841bd74e53..47faffe06f 100644 --- a/es/documentation/quickstart/2/index.md +++ b/es/documentation/quickstart/2/index.md @@ -124,4 +124,3 @@ todos los métodos de la clase. Como puedes ver es utilizada por ¿Así que cómo hacemos para que esta clase Anfitrion nos sea de utilidad? [Crea un objeto](../3/). - diff --git a/es/documentation/quickstart/3/index.md b/es/documentation/quickstart/3/index.md index cf748b6c04..550e84b49d 100644 --- a/es/documentation/quickstart/3/index.md +++ b/es/documentation/quickstart/3/index.md @@ -234,4 +234,3 @@ ri20min.rb”. El resultado debería ser: Hay un montón de cosas nuevas en este nuevo ejemplo en las que podemos [echar una mirada más profunda](../4/). - diff --git a/es/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/es/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index 758234d2de..0f401970c3 100644 --- a/es/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/es/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -53,4 +53,3 @@ A diferencia de PHP, en Ruby… verdaderos en las condiciones lógicas. * casi todo es una llamada a un método, incluso `raise` (equivalente a `throw` en PHP). - diff --git a/es/news/_posts/2007-02-21-cambio-direccin-ip.md b/es/news/_posts/2007-02-21-cambio-direccin-ip.md index 69218e677e..257cd70db7 100644 --- a/es/news/_posts/2007-02-21-cambio-direccin-ip.md +++ b/es/news/_posts/2007-02-21-cambio-direccin-ip.md @@ -10,4 +10,3 @@ La dirección IP del servidor cambiará el 22 de Febrero de 2007 a horas minutos. Disculpen los inconvenientes. - diff --git a/es/news/_posts/2007-03-01-el-servicio-de-cvs-dejar-de-funcionar.md b/es/news/_posts/2007-03-01-el-servicio-de-cvs-dejar-de-funcionar.md index 48402e188e..629a068731 100644 --- a/es/news/_posts/2007-03-01-el-servicio-de-cvs-dejar-de-funcionar.md +++ b/es/news/_posts/2007-03-01-el-servicio-de-cvs-dejar-de-funcionar.md @@ -12,4 +12,3 @@ SVN](/es/news/2006/12/23/cvs-de-ruby-ahora-en-svn/). Si por alguna razón necesitas el repositorio CVS, puedes obtener una copia hasta ese día mediante CVSup. - diff --git a/es/news/_posts/2013-09-07-we-use-fastly-cdn.md b/es/news/_posts/2013-09-07-we-use-fastly-cdn.md index 86187c5caf..5b3524b0f4 100644 --- a/es/news/_posts/2013-09-07-we-use-fastly-cdn.md +++ b/es/news/_posts/2013-09-07-we-use-fastly-cdn.md @@ -17,4 +17,3 @@ Este CDN es proporcionado por el plan para Open Source de [Fastly][1]. Agradecemos a Fastly por toda su ayuda. [1]: http://www.fastly.com - diff --git a/es/news/_posts/2013-11-22-ruby-2-1-0-preview2-is-released.md b/es/news/_posts/2013-11-22-ruby-2-1-0-preview2-is-released.md index 31b2df8f99..bc3c0c2db9 100644 --- a/es/news/_posts/2013-11-22-ruby-2-1-0-preview2-is-released.md +++ b/es/news/_posts/2013-11-22-ruby-2-1-0-preview2-is-released.md @@ -75,4 +75,3 @@ Problemas conocidos: Ver también la agenda de entregas y otra información: [https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/ReleaseEngineering210](https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/ReleaseEngineering210) - diff --git a/es/news/_posts/2015-02-23-support-for-ruby-1-9-3-has-ended.md b/es/news/_posts/2015-02-23-support-for-ruby-1-9-3-has-ended.md index 5a42c1c3fc..57ac741c6a 100644 --- a/es/news/_posts/2015-02-23-support-for-ruby-1-9-3-has-ended.md +++ b/es/news/_posts/2015-02-23-support-for-ruby-1-9-3-has-ended.md @@ -16,4 +16,3 @@ El fin de este ciclo fue anunciado [hace casi un año](https://www.ruby-lang.org Recomendamos que actualices a una versión de Ruby 2.0.0 o posterior lo antes posible. Por favor contáctanos si quieres seguir manteniendo la versión 1.9.3 o si por alguna razón no puedes actualizar tu versión de Ruby. - diff --git a/es/news/_posts/2015-02-25-ruby-2-0-0-p643-is-released.md b/es/news/_posts/2015-02-25-ruby-2-0-0-p643-is-released.md index 94c1b96b1f..397e540a63 100644 --- a/es/news/_posts/2015-02-25-ruby-2-0-0-p643-is-released.md +++ b/es/news/_posts/2015-02-25-ruby-2-0-0-p643-is-released.md @@ -59,4 +59,3 @@ para conocer los detalles. ## Comentarios de la entrega Agradecemos a todas las personas que nos han ayudado con esta y otras entregas. - diff --git a/es/news/_posts/2015-04-13-ruby-2-1-6-released.md b/es/news/_posts/2015-04-13-ruby-2-1-6-released.md index c99753d57a..84a4e60a33 100644 --- a/es/news/_posts/2015-04-13-ruby-2-1-6-released.md +++ b/es/news/_posts/2015-04-13-ruby-2-1-6-released.md @@ -55,4 +55,3 @@ Gracias a todos los que ayudaron con esta entrega, en especial nagachika. El mantenimiento de Ruby 2.1, incluyendo esta entrega, está basada en el "Pacto por la versión estable de Ruby" de la [Asociación de Ruby](http://www.ruby.or.jp/). - diff --git a/es/news/_posts/2015-04-13-ruby-2-2-2-released.md b/es/news/_posts/2015-04-13-ruby-2-2-2-released.md index 503ff9924b..31fbd585d9 100644 --- a/es/news/_posts/2015-04-13-ruby-2-2-2-released.md +++ b/es/news/_posts/2015-04-13-ruby-2-2-2-released.md @@ -55,4 +55,3 @@ Muchos colaboradores, desarrolladores y usuarios que nos reportaron problemas no ayudaron a hacer esta entrega una realidad. Gracias por su ayuda. - diff --git a/fr/community/mailing-lists/manual-instructions/index.md b/fr/community/mailing-lists/manual-instructions/index.md index 468ba0cc39..92ee6e0fa1 100644 --- a/fr/community/mailing-lists/manual-instructions/index.md +++ b/fr/community/mailing-lists/manual-instructions/index.md @@ -55,4 +55,3 @@ unsubscribe » dans le corps du message: Vous pouvez envoyer un e-mail au robot avec le terme « help » pour obtenir une liste des commandes. - diff --git a/fr/documentation/quickstart/2/index.md b/fr/documentation/quickstart/2/index.md index 5cb9a43b93..0c345261ee 100644 --- a/fr/documentation/quickstart/2/index.md +++ b/fr/documentation/quickstart/2/index.md @@ -139,4 +139,3 @@ d’ailleurs utilisée par les méthodes `say_hi` et `say_bye`. Maintenant, il s’agit de donner vie à notre classe. Donc de [créer un objet](../3/)... - diff --git a/fr/documentation/quickstart/3/index.md b/fr/documentation/quickstart/3/index.md index 330218cea7..b9d2d5a791 100644 --- a/fr/documentation/quickstart/3/index.md +++ b/fr/documentation/quickstart/3/index.md @@ -244,4 +244,3 @@ terminal. Vous devriez y lire ceci : Il y a un certain nombre de choses nouvelles dans ce fichier. [Examinons-les en détails](../4/). - diff --git a/fr/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/fr/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index c23b365477..18f4791439 100644 --- a/fr/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/fr/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -50,4 +50,3 @@ Contrairement à PHP, avec Ruby… valent tous vrai dans les tests conditionnels ; * à peu près tout est un appel de méthode, d’une manière ou d’une autre (même `raise`, le `throw` de PHP). - diff --git a/fr/documentation/ruby-from-other-languages/to-ruby-from-python/index.md b/fr/documentation/ruby-from-other-languages/to-ruby-from-python/index.md index 444807bca5..9916344d74 100644 --- a/fr/documentation/ruby-from-other-languages/to-ruby-from-python/index.md +++ b/fr/documentation/ruby-from-other-languages/to-ruby-from-python/index.md @@ -73,4 +73,3 @@ Contrairement à Python, en Ruby… dessous) ; * un certain nombre de raccourcis sont offerts, dont la mémorisation est cependant assez rapide. - diff --git a/fr/news/_posts/2007-03-03-changement-dadresse-ip.md b/fr/news/_posts/2007-03-03-changement-dadresse-ip.md index ba458ce585..ef8cc1b45e 100644 --- a/fr/news/_posts/2007-03-03-changement-dadresse-ip.md +++ b/fr/news/_posts/2007-03-03-changement-dadresse-ip.md @@ -8,4 +8,3 @@ lang: fr L\'adresse IP du serveur de ruby-lang a été modifiée le 22 février 2007 à 03h00 UTC. Si vous avez constaté une interruption des services WWW/FTP/ML/CVS, tout devrait être redevenu à la normale. - diff --git a/fr/news/_posts/2009-05-23-engine-yard-assurera-le-maintien-de-ruby-1-8-6.md b/fr/news/_posts/2009-05-23-engine-yard-assurera-le-maintien-de-ruby-1-8-6.md index db0e3cc7f0..bcf8a8d6b1 100644 --- a/fr/news/_posts/2009-05-23-engine-yard-assurera-le-maintien-de-ruby-1-8-6.md +++ b/fr/news/_posts/2009-05-23-engine-yard-assurera-le-maintien-de-ruby-1-8-6.md @@ -21,4 +21,3 @@ proposée et il a été décidé de leur transférer les accès appropriés. Du point de vue des utilisateurs, cette annonce officielle n\'introduit aucun changement… si ce n\'est que les fix et les mises-à-jour devraient sortir à un rythme un peu plus rapide. - diff --git a/fr/news/_posts/2010-06-25-sortie-de-ruby-1-8-7-p299.md b/fr/news/_posts/2010-06-25-sortie-de-ruby-1-8-7-p299.md index 6f9665f2f4..d050cb4a42 100644 --- a/fr/news/_posts/2010-06-25-sortie-de-ruby-1-8-7-p299.md +++ b/fr/news/_posts/2010-06-25-sortie-de-ruby-1-8-7-p299.md @@ -28,4 +28,3 @@ Checksums: MD5(ruby-1.8.7-p299.zip)= b548dbdfc036979bdcb5e0962c87c9eb SHA256(ruby-1.8.7-p299.zip)= 30e3ed4ce977a770223f34997ea0d025c180c4664a0bd0d35ef09e48d5c89860 SIZE(ruby-1.8.7-p299.zip)= 5965156 - diff --git a/fr/news/_posts/2011-10-06-les-plans-pour-ruby-1-8-7.md b/fr/news/_posts/2011-10-06-les-plans-pour-ruby-1-8-7.md index 436d6d099f..3c43f9acdc 100644 --- a/fr/news/_posts/2011-10-06-les-plans-pour-ruby-1-8-7.md +++ b/fr/news/_posts/2011-10-06-les-plans-pour-ruby-1-8-7.md @@ -41,4 +41,3 @@ Voici l\'agenda : 2013, au cas où vous utiliseriez toujours 1.8.7. * Nous ne supporterons plus 1.8.7, de quelque manière que ce soit, après juin 2013. - diff --git a/fr/news/_posts/2012-10-13-cration-non-intentionnelle-de-fichiers.md b/fr/news/_posts/2012-10-13-cration-non-intentionnelle-de-fichiers.md index 702b522c35..f1033a8bf2 100644 --- a/fr/news/_posts/2012-10-13-cration-non-intentionnelle-de-fichiers.md +++ b/fr/news/_posts/2012-10-13-cration-non-intentionnelle-de-fichiers.md @@ -44,4 +44,3 @@ Ce problème a été remonté par Peter Bex. ## Mises à jour * Initialement publiées le 2012-10-12 à 19:19:55 JST. - diff --git a/fr/news/_posts/2013-02-23-dni-de-service-et-vulnrabilit-de-cration-dobjets-non-srs-cve-2013-0269.md b/fr/news/_posts/2013-02-23-dni-de-service-et-vulnrabilit-de-cration-dobjets-non-srs-cve-2013-0269.md index 56ce1b4056..c0783ef2b8 100644 --- a/fr/news/_posts/2013-02-23-dni-de-service-et-vulnrabilit-de-cration-dobjets-non-srs-cve-2013-0269.md +++ b/fr/news/_posts/2013-02-23-dni-de-service-et-vulnrabilit-de-cration-dobjets-non-srs-cve-2013-0269.md @@ -103,4 +103,3 @@ Rails pour la corriger: ## Historique * Publié originalement à 2013-02-22 12:00:00 (UTC) - diff --git a/fr/news/_posts/2013-02-23-vulnrabilit-de-type-dni-de-service-par-expansion-des-entits-dans-rexml-bombe-xml.md b/fr/news/_posts/2013-02-23-vulnrabilit-de-type-dni-de-service-par-expansion-des-entits-dans-rexml-bombe-xml.md index 1f51ded402..2ce9769a73 100644 --- a/fr/news/_posts/2013-02-23-vulnrabilit-de-type-dni-de-service-par-expansion-des-entits-dans-rexml-bombe-xml.md +++ b/fr/news/_posts/2013-02-23-vulnrabilit-de-type-dni-de-service-par-expansion-des-entits-dans-rexml-bombe-xml.md @@ -110,4 +110,3 @@ Merci à Ben Murphy pour avoir remonté cette vulnérabilité. ## Historique * Publié initialement à 2013-02-22 12:00:00 (UTC) - diff --git a/fr/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md b/fr/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md index 163bcc0a5a..4a807099cd 100644 --- a/fr/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md +++ b/fr/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md @@ -67,4 +67,3 @@ suivants : Je souhaiterais remercier personnellement tous ceux qui ont contribué à ce débat. Chaque décision permet d'avoir un Ruby plus stable et plus efficace. - diff --git a/fr/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md b/fr/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md index 701d8090a0..91d9c3d7c7 100644 --- a/fr/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md +++ b/fr/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md @@ -51,5 +51,3 @@ Merci à Tony Arcieri, Jeffrey Walton, et Steffan Ullrich pour avoir signalé ce [RFC-6125]: https://tools.ietf.org/html/rfc6125 [RFC-5280]: https://tools.ietf.org/html/rfc5280 [Bug-9644]: https://bugs.ruby-lang.org/issues/9644 - - diff --git a/fr/news/_posts/2017-03-22-ruby-2-4-1-released.md b/fr/news/_posts/2017-03-22-ruby-2-4-1-released.md index 95d1e89d3c..71c87f6dc3 100644 --- a/fr/news/_posts/2017-03-22-ruby-2-4-1-released.md +++ b/fr/news/_posts/2017-03-22-ruby-2-4-1-released.md @@ -47,4 +47,3 @@ pour les détails. Nombre de développeurs et d'utilisateurs ont remonté des bugs et nous ont ainsi aidé à préparer cette version. Merci à tous et à toutes. - diff --git a/id/community/mailing-lists/manual-instructions/index.md b/id/community/mailing-lists/manual-instructions/index.md index 67a0b7071c..1c197eba1b 100644 --- a/id/community/mailing-lists/manual-instructions/index.md +++ b/id/community/mailing-lists/manual-instructions/index.md @@ -82,4 +82,3 @@ HTML mungkin tidak bekerja. Untuk melihat daftar perintah yang ada, kirimkan e-mail dengan isi pesan “help” ke alamat *controller* milis yang Anda inginkan. - diff --git a/id/documentation/quickstart/2/index.md b/id/documentation/quickstart/2/index.md index ddbe135465..b5c0d47b8a 100644 --- a/id/documentation/quickstart/2/index.md +++ b/id/documentation/quickstart/2/index.md @@ -132,4 +132,3 @@ lihat variabel instan `@name` digunakan di metode `say_hai` dan metode Lalu, bagaimana caranya kita menjalan kelas TukangSapa ? [Membuat obyek.](../3/) - diff --git a/id/documentation/quickstart/3/index.md b/id/documentation/quickstart/3/index.md index fe31ce0d54..830d71ee8b 100644 --- a/id/documentation/quickstart/3/index.md +++ b/id/documentation/quickstart/3/index.md @@ -238,4 +238,3 @@ ri20min.rb”. Outputnya seharusnya menjadi sebagai berikut: Ada banyak barang baru di contoh terakhir kita kali ini yang [bisa kita lihat lebih lanjut](../4/) - diff --git a/id/documentation/quickstart/index.md b/id/documentation/quickstart/index.md index 782daf6e81..2baa24bb63 100644 --- a/id/documentation/quickstart/index.md +++ b/id/documentation/quickstart/index.md @@ -142,4 +142,3 @@ irb(main):009:0> Math.sqrt(a+b) Sehebat kalkulator, kita sudah pergi dari message tradisional `Hello World` yang biasanya selalu saja kalau ada tutorial untuk pemula berfokus disana… [jadi mari kita kembali kesana.](2/) - diff --git a/id/news/_posts/2011-10-06-plans-for-1-8-7.md b/id/news/_posts/2011-10-06-plans-for-1-8-7.md index d1282f292f..fa1f6020a4 100644 --- a/id/news/_posts/2011-10-06-plans-for-1-8-7.md +++ b/id/news/_posts/2011-10-06-plans-for-1-8-7.md @@ -38,4 +38,3 @@ Jadwal: keamanan hingga Juni 2013, untuk jaga-jaga kalau Anda masih menggunakan 1.8.7. * Kami tidak akan mendukung 1.8.7 sama sekali setelah Juni 2013. - diff --git a/id/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md b/id/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md index 644a596fe1..3ad72d9cf6 100644 --- a/id/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md +++ b/id/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md @@ -44,4 +44,3 @@ Masalah ini dilaporkan oleh Peter Bex. * Memperbaiki kesalahan eja pada tanggal 2012-10-19 14:54:49 JST. * Menambah sebutan nomor CVE pada tanggal 2012-10-16 08:58:51 JST. * Awalnya diterbitkan pada tanggal 2012-10-12 19:19:55 JST. - diff --git a/id/news/_posts/2013-02-22-json-dos-cve-2013-0269.md b/id/news/_posts/2013-02-22-json-dos-cve-2013-0269.md index 91da4a69cd..7142b04561 100644 --- a/id/news/_posts/2013-02-22-json-dos-cve-2013-0269.md +++ b/id/news/_posts/2013-02-22-json-dos-cve-2013-0269.md @@ -102,4 +102,3 @@ masalah ini dan bekerja sama dengan tim Rails untuk memperbaiki masalah ini. ## History * Awalnya diterbitkan pada 2013-02-22 12:00:00 (UTC) - diff --git a/id/news/_posts/2013-02-22-rexml-dos-2013-02-22.md b/id/news/_posts/2013-02-22-rexml-dos-2013-02-22.md index 1277851096..37e210455d 100644 --- a/id/news/_posts/2013-02-22-rexml-dos-2013-02-22.md +++ b/id/news/_posts/2013-02-22-rexml-dos-2013-02-22.md @@ -105,4 +105,3 @@ Terima kasih kepada Ben Murphy untuk melaporkan masalah ini. * Menambah nomor CVE pada 2013-03-11 07:45:00 (UTC) * Awalnya diterbitkan pada 2013-02-22 12:00:00 (UTC) - diff --git a/it/documentation/quickstart/2/index.md b/it/documentation/quickstart/2/index.md index 722de62a5a..940937b5e5 100644 --- a/it/documentation/quickstart/2/index.md +++ b/it/documentation/quickstart/2/index.md @@ -122,4 +122,3 @@ classe. Come vedi l’abbiamo usata in `saluta` e in `congeda`. Quindi come mettiamo in funzione la nostra classe PersonaCordiale? [Creare un oggetto.](../3/) - diff --git a/it/documentation/quickstart/3/index.md b/it/documentation/quickstart/3/index.md index 52a4a7da26..ce29706244 100644 --- a/it/documentation/quickstart/3/index.md +++ b/it/documentation/quickstart/3/index.md @@ -226,4 +226,3 @@ Verrà mostrato qualcosa di simile: Ci sono moltissime cose nuove in questo esempio che [possono assumere un significato più profondo](../4/). - diff --git a/it/documentation/quickstart/index.md b/it/documentation/quickstart/index.md index c49274e9b9..e8329161b2 100644 --- a/it/documentation/quickstart/index.md +++ b/it/documentation/quickstart/index.md @@ -134,4 +134,3 @@ irb(main):009:0> Math.sqrt(a+b) Sebbene tutto questo sia utile ai fini della nostra “calcolatrice”, ci stiamo allontanando troppo dal messaggio `Ciao Mondo` usato in tutti i tutorial per principianti… [Ritorniamoci su.](2/) - diff --git a/it/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md b/it/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md index 180eb697e3..2fec8adba8 100644 --- a/it/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md +++ b/it/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md @@ -154,4 +154,3 @@ A differenza di C++, in Ruby… “green thread” (implementati solo all’interno dell’interpreter) e non dei thread nativi. * Una libreria standard di unit test è disponibile di default. - diff --git a/it/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/it/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index 336c4bd6a9..e9b175df53 100644 --- a/it/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/it/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -50,4 +50,3 @@ A differenza di PHP, in Ruby… tutti vero. * Quasi ogni cosa è una chiamata ad un metodo, anche `raise` (`throw` in PHP). - diff --git a/it/documentation/ruby-from-other-languages/to-ruby-from-python/index.md b/it/documentation/ruby-from-other-languages/to-ruby-from-python/index.md index 3d240ead19..44b6687db4 100644 --- a/it/documentation/ruby-from-other-languages/to-ruby-from-python/index.md +++ b/it/documentation/ruby-from-other-languages/to-ruby-from-python/index.md @@ -74,4 +74,3 @@ A differenza di Python, in Ruby… `nil`, dando così la possibilità ai vecchi contenuti di essere rimossi tramite garbage collection, ma la variabile rimane nella tabella dei simboli fintanto che è in scope. - diff --git a/it/news/_posts/2013-03-03-json-dos-cve-2013-0269.md b/it/news/_posts/2013-03-03-json-dos-cve-2013-0269.md index 3ee9d85aaa..de1c6ffe1f 100644 --- a/it/news/_posts/2013-03-03-json-dos-cve-2013-0269.md +++ b/it/news/_posts/2013-03-03-json-dos-cve-2013-0269.md @@ -108,4 +108,3 @@ Rails per correggerlo: * Originariamente pubblicato il giorno 2013-02-22 alle ore 12:00:00 (UTC) - diff --git a/it/news/_posts/2013-03-03-rexml-dos-2013-02-22.md b/it/news/_posts/2013-03-03-rexml-dos-2013-02-22.md index fe437e0d30..ddb3662fd7 100644 --- a/it/news/_posts/2013-03-03-rexml-dos-2013-02-22.md +++ b/it/news/_posts/2013-03-03-rexml-dos-2013-02-22.md @@ -108,4 +108,3 @@ Grazie a Ben Murphy per averci notificato il problema. * Originariamente pubblicato il giorno 2013-02-22 alle ore 12:00:00 (UTC) - diff --git a/it/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md b/it/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md index dc3437b5bf..569dbe9514 100644 --- a/it/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md +++ b/it/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md @@ -67,5 +67,3 @@ Per documentarsi meglio su questa proposta si prega di vedere i seguenti link: Vorrei ringraziare personalmente tutti quelli che hanno contribuito a questa discussione. Ogni passo che facciamo ci porta ad un Ruby più stabile ed efficace. - - diff --git a/ja/documentation/quickstart/3/index.md b/ja/documentation/quickstart/3/index.md index fd5d76b146..127310bf60 100644 --- a/ja/documentation/quickstart/3/index.md +++ b/ja/documentation/quickstart/3/index.md @@ -228,4 +228,3 @@ end この最後の例では新しいことがたくさん詰め込まれています。 [詳しく見てみましょう。](../4/) - diff --git a/ja/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md b/ja/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md index 2760e8d6a0..10e6cbb9e7 100644 --- a/ja/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md +++ b/ja/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md @@ -118,4 +118,3 @@ C++と違って、Rubyは... ただし、Ruby1.8 以前のマルチスレッド機構は、ネイティブスレッドに対してグリーンスレッドと呼ばれ、 処理系だけで実装されたスレッド機能になっています。 * ユニットテストのライブラリはRubyに標準添付されています。 - diff --git a/ja/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/ja/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index 58f7507ba9..0ed89e7c19 100644 --- a/ja/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/ja/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -40,4 +40,3 @@ PHPと違って、Rubyは... * ハッシュと配列には互換性はありません。 * `false`と`nil`のみが偽になります。`0`や`array()`、`””`はすべて真と評価されます。 * ほとんどすべてのことは、メソッド呼び出しです。`raise`(PHPにおける`throw`)ですら、メソッド呼び出しです。 - diff --git a/ja/documentation/ruby-from-other-languages/to-ruby-from-python/index.md b/ja/documentation/ruby-from-other-languages/to-ruby-from-python/index.md index f8815af5fd..34d6f9a49b 100644 --- a/ja/documentation/ruby-from-other-languages/to-ruby-from-python/index.md +++ b/ja/documentation/ruby-from-other-languages/to-ruby-from-python/index.md @@ -74,4 +74,3 @@ Pythonと違って、Rubyは... そして、実行が完了すると処理を再開します。 * Pythonがサポートしている無名関数はラムダ式のみですが、 Rubyはブロック、Procオブジェクト、ラムダ式といった種類の無名関数があります。 - diff --git a/ja/news/_posts/2002-11-28-20021128.md b/ja/news/_posts/2002-11-28-20021128.md index 9ce29965bc..698294cdae 100644 --- a/ja/news/_posts/2002-11-28-20021128.md +++ b/ja/news/_posts/2002-11-28-20021128.md @@ -13,4 +13,3 @@ Cool」をmp3化した音声ファイルが、高橋征義さんにより公開 同時にまつもとさんから、その時のスライドが公開されています。 https://www.ruby-lang.org/en/rc2002-minor/ - diff --git a/ja/news/_posts/2002-12-10-20021210.md b/ja/news/_posts/2002-12-10-20021210.md index 5a747d662d..2ec54a0043 100644 --- a/ja/news/_posts/2002-12-10-20021210.md +++ b/ja/news/_posts/2002-12-10-20021210.md @@ -18,4 +18,3 @@ lang: ja [2]: http://www.rubyist.net/~matz/slides/oopsla2002/ [3]: http://www.rubyist.net/~matz/slides/ll2/ [4]: http://www.rubyist.net/~matz/slides/of-kansai2002/ - diff --git a/ja/news/_posts/2004-01-17-20040117.md b/ja/news/_posts/2004-01-17-20040117.md index e2f6c70bfd..ba2e2e9a07 100644 --- a/ja/news/_posts/2004-01-17-20040117.md +++ b/ja/news/_posts/2004-01-17-20040117.md @@ -8,4 +8,3 @@ lang: ja RSSの配信を開始しました。右の「RDF」アイコンがリンクになっています。URLは以下の通りです。 https://www.ruby-lang.org/ja/index.rdf - diff --git a/ja/news/_posts/2004-05-29-20040529.md b/ja/news/_posts/2004-05-29-20040529.md index f1031e656c..cce24418a0 100644 --- a/ja/news/_posts/2004-05-29-20040529.md +++ b/ja/news/_posts/2004-05-29-20040529.md @@ -9,4 +9,3 @@ lang: ja 2004年5月28日(金)にサイト管理者が確認いたしました。 [もっと読む...](/ja/announce.txt) - diff --git a/ja/news/_posts/2004-06-01-20040601.md b/ja/news/_posts/2004-06-01-20040601.md index 683f95fc87..50b021faf5 100644 --- a/ja/news/_posts/2004-06-01-20040601.md +++ b/ja/news/_posts/2004-06-01-20040601.md @@ -9,4 +9,3 @@ lang: ja いてのご報告が遅れてしまいましたことをお詫びいたします。ここで改めてメー リングリストの運用状況についてご説明いたします。 [もっと読む...](/ja/announce2.txt) - diff --git a/ja/news/_posts/2004-06-15-20040615.md b/ja/news/_posts/2004-06-15-20040615.md index 1e35b6f79b..9d478ccd86 100644 --- a/ja/news/_posts/2004-06-15-20040615.md +++ b/ja/news/_posts/2004-06-15-20040615.md @@ -8,4 +8,3 @@ lang: ja コンテンツの検証作業が終了しましたので、WWW/FTPサービスを再開いたしました。 [もっと読む...](/ja/announce3.txt) - diff --git a/ja/news/_posts/2004-06-22-20040622.md b/ja/news/_posts/2004-06-22-20040622.md index 8d683cf737..e92e2c5092 100644 --- a/ja/news/_posts/2004-06-22-20040622.md +++ b/ja/news/_posts/2004-06-22-20040622.md @@ -10,4 +10,3 @@ lang: ja パスワードは何でも受けつけるように変更しました。 [もっと読む...](/ja/announce4.txt) - diff --git a/ja/news/_posts/2004-06-29-20040629.md b/ja/news/_posts/2004-06-29-20040629.md index f6363b2b22..8f4cef9c84 100644 --- a/ja/news/_posts/2004-06-29-20040629.md +++ b/ja/news/_posts/2004-06-29-20040629.md @@ -18,4 +18,3 @@ lang: ja * ruby-parser * shim * vms - diff --git a/ja/news/_posts/2004-07-05-20040705.md b/ja/news/_posts/2004-07-05-20040705.md index 2a9d79b82f..4a85629db8 100644 --- a/ja/news/_posts/2004-07-05-20040705.md +++ b/ja/news/_posts/2004-07-05-20040705.md @@ -8,4 +8,3 @@ lang: ja Anonymous CVSリポジトリにlib/soap4r,lib/csv,mod\_ruby-oldを追加しました。 なお、erubyはeruby-oldに移動しました。 mod\_ruby/erubyについては開発はSubversionに移行しています。 - diff --git a/ja/news/_posts/2004-07-06-20040706.md b/ja/news/_posts/2004-07-06-20040706.md index db988aa9ff..f7fe98a355 100644 --- a/ja/news/_posts/2004-07-06-20040706.md +++ b/ja/news/_posts/2004-07-06-20040706.md @@ -14,4 +14,3 @@ csv(lib/csv)とsoap4r(lib/soap4r)のAnonymous CVSリポジトリは、日本時 チェックを行なった後、再度ご連絡します。 rubyのAnonymous CVSリポジトリに含まれる、csv.rbおよびsoap4rの各モジュー ルは、安全であることが確認されています。 - diff --git a/ja/news/_posts/2004-07-09-20040709.md b/ja/news/_posts/2004-07-09-20040709.md index ebccb9aa67..a31e46681d 100644 --- a/ja/news/_posts/2004-07-09-20040709.md +++ b/ja/news/_posts/2004-07-09-20040709.md @@ -9,4 +9,3 @@ lang: ja が何者かによる攻撃を受けました。 この侵害の詳細と、我々が行った対応について報告いたします。 [もっと読む...](/ja/report.txt) - diff --git a/ja/news/_posts/2004-07-15-20040715.md b/ja/news/_posts/2004-07-15-20040715.md index 2d4ed31242..a5b732fbbb 100644 --- a/ja/news/_posts/2004-07-15-20040715.md +++ b/ja/news/_posts/2004-07-15-20040715.md @@ -22,4 +22,3 @@ CVSサービスによって提供してまいります。」 なお、旧版は以下のリンクから入手可能です。 * [helium.ruby-lang.orgの侵害についての報告](/ja/report1.txt) - diff --git a/ja/news/_posts/2004-07-26-20040726.md b/ja/news/_posts/2004-07-26-20040726.md index 0d7a0dc625..2f05ff3725 100644 --- a/ja/news/_posts/2004-07-26-20040726.md +++ b/ja/news/_posts/2004-07-26-20040726.md @@ -13,4 +13,3 @@ lang: ja * [helium.ruby-lang.orgの侵害についての報告](/ja/report1.txt) * [helium.ruby-lang.orgの侵害についての報告(第2版)](/ja/report2.txt) - diff --git a/ja/news/_posts/2004-09-29-20040929.md b/ja/news/_posts/2004-09-29-20040929.md index 46943bbd36..31cb725006 100644 --- a/ja/news/_posts/2004-09-29-20040929.md +++ b/ja/news/_posts/2004-09-29-20040929.md @@ -10,4 +10,3 @@ RSYNCサービスを再開しました。 [<URL:rsync://ftp.ruby-lang.org/>](rsync://ftp.ruby-lang.org/) FTPのコンテンツのミラーリングにご利用ください。 - diff --git a/ja/news/_posts/2005-04-13-20050413.md b/ja/news/_posts/2005-04-13-20050413.md index 0379c657b3..5d45bfdfbd 100644 --- a/ja/news/_posts/2005-04-13-20050413.md +++ b/ja/news/_posts/2005-04-13-20050413.md @@ -7,4 +7,3 @@ lang: ja Thu Apr 14 12:00:00 JST 2005にサーバのメンテンス作業を行います。短時間アクセスできなくなる可能性がありますが、あしからず御了承ください。 - diff --git a/ja/news/_posts/2005-04-27-20050427.md b/ja/news/_posts/2005-04-27-20050427.md index eb23895eb0..dd83ee0814 100644 --- a/ja/news/_posts/2005-04-27-20050427.md +++ b/ja/news/_posts/2005-04-27-20050427.md @@ -6,4 +6,3 @@ lang: ja --- Anonymous CVSサービスを再開しました。 御協力ありがとうございました。 - diff --git a/ja/news/_posts/2005-06-22-20050622.md b/ja/news/_posts/2005-06-22-20050622.md index e7fc33defd..e87098771e 100644 --- a/ja/news/_posts/2005-06-22-20050622.md +++ b/ja/news/_posts/2005-06-22-20050622.md @@ -9,4 +9,3 @@ lang: ja 作業中サービスが停止しますが、御協力お願いします。 作業は無事終了しました。御協力ありがとうございました。 - diff --git a/ja/news/_posts/2005-07-02-20050702.md b/ja/news/_posts/2005-07-02-20050702.md index 4c955df8bd..6a469412fb 100644 --- a/ja/news/_posts/2005-07-02-20050702.md +++ b/ja/news/_posts/2005-07-02-20050702.md @@ -7,4 +7,3 @@ lang: ja Rubyのセキュリティに関する問題の報告の窓口として、[security@ruby-lang.org](mailto:security@ruby-lang.org)を 用意しました。 セキュリティ関連の問題を発見した方は、ruby-devなどの公開MLの代りに、 こちらの方にご報告をお願いします。 - diff --git a/ja/news/_posts/2006-08-30-server-maintenance-20060830.md b/ja/news/_posts/2006-08-30-server-maintenance-20060830.md index 3f7ff16f24..0174acbae8 100644 --- a/ja/news/_posts/2006-08-30-server-maintenance-20060830.md +++ b/ja/news/_posts/2006-08-30-server-maintenance-20060830.md @@ -7,4 +7,3 @@ lang: ja 2006/8/30(水) 17:00から数時間の間、サーバメンテナンスのためML以外の外部向けサービスを停止します。ご迷惑をおかけしますが、ご容赦ください。 - diff --git a/ja/news/_posts/2007-02-21-ip-address-change.md b/ja/news/_posts/2007-02-21-ip-address-change.md index 716694d0de..e78df16421 100644 --- a/ja/news/_posts/2007-02-21-ip-address-change.md +++ b/ja/news/_posts/2007-02-21-ip-address-change.md @@ -9,4 +9,3 @@ lang: ja CVSの各サービスが一時的に停止します。 ご協力をお願いします。 - diff --git a/ja/news/_posts/2007-03-01-cvs-services-will-be-permanently-unavailable.md b/ja/news/_posts/2007-03-01-cvs-services-will-be-permanently-unavailable.md index 25be055bac..62b94517eb 100644 --- a/ja/news/_posts/2007-03-01-cvs-services-will-be-permanently-unavailable.md +++ b/ja/news/_posts/2007-03-01-cvs-services-will-be-permanently-unavailable.md @@ -9,4 +9,3 @@ lang: ja Rubyの開発はすでに[Subversionに移行](/ja/news/2006/12/22/cvs-repository-moved-to-svn/)しています。 何らかの理由でCVSリポジトリが必要な方は、上記の日付までに CVSupでリポジトリを取得しておいてください。 - diff --git a/ja/news/_posts/2009-10-07-rubyist-net.md b/ja/news/_posts/2009-10-07-rubyist-net.md index 70a21a300d..3dbb4037fa 100644 --- a/ja/news/_posts/2009-10-07-rubyist-net.md +++ b/ja/news/_posts/2009-10-07-rubyist-net.md @@ -11,4 +11,3 @@ lang: ja ご迷惑をおかけしますが、よろしくお願いします。 2009/10/8追記: サービスを再開しました。お待たせました。 - diff --git a/ja/news/_posts/2010-06-23-ruby-1-8-7-p299.md b/ja/news/_posts/2010-06-23-ruby-1-8-7-p299.md index e883b5aaa9..4336978aa8 100644 --- a/ja/news/_posts/2010-06-23-ruby-1-8-7-p299.md +++ b/ja/news/_posts/2010-06-23-ruby-1-8-7-p299.md @@ -29,4 +29,3 @@ inspect問題も修正されています。修正点の一覧についてはChan SIZE(ruby-1.8.7-p299.zip)= 5965156 ご堪能ください。 - diff --git a/ja/news/_posts/2011-02-18-exception-methods-can-bypass-safe.md b/ja/news/_posts/2011-02-18-exception-methods-can-bypass-safe.md index 400dab1831..da3683e359 100644 --- a/ja/news/_posts/2011-02-18-exception-methods-can-bypass-safe.md +++ b/ja/news/_posts/2011-02-18-exception-methods-can-bypass-safe.md @@ -36,4 +36,3 @@ Exception#to\_sの処理にこの機構に関する問題が発見されまし ### 解決策 新しいバージョンにアップグレードしてください。 - diff --git a/ja/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md b/ja/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md index 844643ff87..b3020ec6c4 100644 --- a/ja/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md +++ b/ja/news/_posts/2012-10-12-poisoned-NUL-byte-vulnerability.md @@ -38,4 +38,3 @@ Ruby は NUL 文字を通常の文字と同様に String の一部として取 * 2012-10-16 08:56:39 (JST) CVE について追記 * 2012-10-12 19:13:15 (JST) 初版 - diff --git a/ja/news/_posts/2013-02-22-json-dos-cve-2013-0269.md b/ja/news/_posts/2013-02-22-json-dos-cve-2013-0269.md index 46e1ba2746..e1347ace3f 100644 --- a/ja/news/_posts/2013-02-22-json-dos-cve-2013-0269.md +++ b/ja/news/_posts/2013-02-22-json-dos-cve-2013-0269.md @@ -92,4 +92,3 @@ end ## 更新履歴 * 2013-02-22 21:00:00 (JST) 初版 - diff --git a/ja/news/_posts/2013-02-22-rexml-dos-2013-02-22.md b/ja/news/_posts/2013-02-22-rexml-dos-2013-02-22.md index a236369b3b..787a8fec68 100644 --- a/ja/news/_posts/2013-02-22-rexml-dos-2013-02-22.md +++ b/ja/news/_posts/2013-02-22-rexml-dos-2013-02-22.md @@ -100,4 +100,3 @@ end * 2013-03-11 16:45:00 (JST) CVE 番号について追記 * 2013-02-22 21:00:00 (JST) 初版 - diff --git a/ja/news/_posts/2014-03-10-regression-of-hash-reject-in-ruby-2-1-1.md b/ja/news/_posts/2014-03-10-regression-of-hash-reject-in-ruby-2-1-1.md index 6b33d73241..02087a11fe 100644 --- a/ja/news/_posts/2014-03-10-regression-of-hash-reject-in-ruby-2-1-1.md +++ b/ja/news/_posts/2014-03-10-regression-of-hash-reject-in-ruby-2-1-1.md @@ -33,4 +33,3 @@ Rails の `HashWithIndifferentAccess` と `OrderedHash` です: [Rails issue #14 また、この不具合はあるコミットのバックポート漏れで発生してしまいました。対策などを含めた詳細はこちらの記事を参照してください: [http://diary.sorah.jp/2014/02/28/ruby211-hash-reject](http://diary.sorah.jp/2014/02/28/ruby211-hash-reject) ご不便をおかけします。 - diff --git a/ja/news/_posts/2015-06-30-ruby-prize-2015.md b/ja/news/_posts/2015-06-30-ruby-prize-2015.md index 4d6c2f6912..69fd6e79cb 100644 --- a/ja/news/_posts/2015-06-30-ruby-prize-2015.md +++ b/ja/news/_posts/2015-06-30-ruby-prize-2015.md @@ -22,4 +22,3 @@ Ruby Prize受賞者及び最終ノミネート者(1~2名)(以下「ノ により募集し、最終的に実行委員会の選考を経て決定されます。詳しくは下記をご覧ください。 [Rubyアソシエーション: Rubyコミュニティの「新人賞」Ruby Prize 2015 推薦受付開始](http://www.ruby.or.jp/ja/news/20150630.html) - diff --git a/ja/news/_posts/2015-12-25-ruby-2-3-0-released.md b/ja/news/_posts/2015-12-25-ruby-2-3-0-released.md index d9917467ec..d8010259b4 100644 --- a/ja/news/_posts/2015-12-25-ruby-2-3-0-released.md +++ b/ja/news/_posts/2015-12-25-ruby-2-3-0-released.md @@ -69,4 +69,3 @@ safe navigation operator は、`nil` のみを取り扱う [Active Support に SHA1: 3f88617568d9a4f491e8b32dca532363f73eaa71 SHA256: 8270bdcbc6b62a18fdf1b75bd28d5d6fc0fc26b9bd778d422393a1b98006020a SHA512: a3f397bb3c9c19d9b797552c5d60bb01c82db884cfa966df84881125bea35713cffd99f88fb86b271bae72d9cfb09ad9b33838cffcf6365c091459479914fdef - diff --git a/ko/community/conferences/index.md b/ko/community/conferences/index.md index c547b65643..9dc59b228c 100644 --- a/ko/community/conferences/index.md +++ b/ko/community/conferences/index.md @@ -61,4 +61,3 @@ Canada on Rails 등등의 많은 콘퍼런스들은 [루비 온 레일즈][11] [12]: http://www.railsconf.org [13]: http://europe.railsconf.org [14]: http://www.skillsmatter.com - diff --git a/ko/community/mailing-lists/manual-instructions/index.md b/ko/community/mailing-lists/manual-instructions/index.md index e7a003dafa..d911a7f55c 100644 --- a/ko/community/mailing-lists/manual-instructions/index.md +++ b/ko/community/mailing-lists/manual-instructions/index.md @@ -58,4 +58,3 @@ Ruby-CVS ### help 명령어 명렁어 목록을 보시려면 controller 메일 주소로 본문이 “help”인 메일을 보내세요. - diff --git a/ko/documentation/quickstart/2/index.md b/ko/documentation/quickstart/2/index.md index 92c264a28f..5a08f3d12b 100644 --- a/ko/documentation/quickstart/2/index.md +++ b/ko/documentation/quickstart/2/index.md @@ -112,4 +112,3 @@ irb(main):034:1> end 접근이 가능합니다. 보다시피 `say_hi`와 `say_bye`에서 사용되고 있습니다. 어떻게 이 “Greeter” 클래스를 사용하냐구요? [객체를 만들면](../3/) 됩니다. - diff --git a/ko/documentation/quickstart/3/index.md b/ko/documentation/quickstart/3/index.md index cce98aa1b5..751902a95f 100644 --- a/ko/documentation/quickstart/3/index.md +++ b/ko/documentation/quickstart/3/index.md @@ -216,4 +216,3 @@ back soon! {% endhighlight %} 마지막 예제에는 새로운 내용들이 많으므로 [다음에서 좀 더 자세히 살펴보도록 합시다.](../4/) - diff --git a/ko/documentation/ruby-from-other-languages/to-ruby-from-python/index.md b/ko/documentation/ruby-from-other-languages/to-ruby-from-python/index.md index be42b349f3..95cf4c0103 100644 --- a/ko/documentation/ruby-from-other-languages/to-ruby-from-python/index.md +++ b/ko/documentation/ruby-from-other-languages/to-ruby-from-python/index.md @@ -64,4 +64,3 @@ lang: ko * (파이썬의 `del`문처럼) 한 번 설정한 변수를 해제하는 방법은 없습니다. 낡은 콘텐츠를 가비지 컬렉션하도록 변수를 nil로 리셋할 수는 있지만 변수는 스코프가 끝날 때까지 심볼 테이블에 남습니다. - diff --git a/ko/news/_posts/2002-02-01-report-security-issues.md b/ko/news/_posts/2002-02-01-report-security-issues.md index 3349ace808..07255942f7 100644 --- a/ko/news/_posts/2002-02-01-report-security-issues.md +++ b/ko/news/_posts/2002-02-01-report-security-issues.md @@ -8,4 +8,3 @@ lang: ko Please send a mail to [security@ruby-lang.org](mailto:security@ruby-lang.org) to report security issues. Reported problems will be published after fixes. - diff --git a/ko/news/_posts/2003-11-23-ruby-standard-library-documentation.md b/ko/news/_posts/2003-11-23-ruby-standard-library-documentation.md index 2fc3877871..40760c985c 100644 --- a/ko/news/_posts/2003-11-23-ruby-standard-library-documentation.md +++ b/ko/news/_posts/2003-11-23-ruby-standard-library-documentation.md @@ -8,4 +8,3 @@ lang: ko ” Documentation for the Ruby 1.8 standard library”: http://www.ruby-doc.org/stdlib/ is available. This is the HTML from the RDoc comments resulting from Gavin Sinclair’s stdlib-doc project. - diff --git a/ko/news/_posts/2004-01-17-rss-feed-started.md b/ko/news/_posts/2004-01-17-rss-feed-started.md index 3408b6f241..38b63c4eca 100644 --- a/ko/news/_posts/2004-01-17-rss-feed-started.md +++ b/ko/news/_posts/2004-01-17-rss-feed-started.md @@ -7,4 +7,3 @@ lang: ko We just started RSS feed in this site. Check it. https://www.ruby-lang.org/en/index.rdf - diff --git a/ko/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md b/ko/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md index 9c04dc60ae..093e80a3ef 100644 --- a/ko/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md +++ b/ko/news/_posts/2004-02-15-ruby-talk-mailing-posting-policy-change.md @@ -11,4 +11,3 @@ from the previous “anyone may post” policy. If you’ve sent some recent list messages, but have not seen them on the list, check if you’re using an appropriate “from” address, and look for any automated list admin messages coming back. - diff --git a/ko/news/_posts/2004-05-29-heliumruby-langorg-was-cracked.md b/ko/news/_posts/2004-05-29-heliumruby-langorg-was-cracked.md index 94e99d9efe..42ac8016f3 100644 --- a/ko/news/_posts/2004-05-29-heliumruby-langorg-was-cracked.md +++ b/ko/news/_posts/2004-05-29-heliumruby-langorg-was-cracked.md @@ -7,4 +7,3 @@ lang: ko On Fri May 28, we found that someone cracked helium.ruby-lang.org via CVS. - diff --git a/ko/news/_posts/2004-06-01-notice-on-ruby-langorg-mailing-list-service-restart.md b/ko/news/_posts/2004-06-01-notice-on-ruby-langorg-mailing-list-service-restart.md index 2cc466b0b6..ea0b8b64fa 100644 --- a/ko/news/_posts/2004-06-01-notice-on-ruby-langorg-mailing-list-service-restart.md +++ b/ko/news/_posts/2004-06-01-notice-on-ruby-langorg-mailing-list-service-restart.md @@ -8,4 +8,3 @@ lang: ko Sorry for our delayed report on restart operation on ruby-lang.org mailing list service. We should account current management of the lists orderly. - diff --git a/ko/news/_posts/2004-06-15-wwwftp-service-restart.md b/ko/news/_posts/2004-06-15-wwwftp-service-restart.md index dbe2c7ddae..980036011c 100644 --- a/ko/news/_posts/2004-06-15-wwwftp-service-restart.md +++ b/ko/news/_posts/2004-06-15-wwwftp-service-restart.md @@ -7,4 +7,3 @@ lang: ko We have finished the validation on WWW/FTP contents, so we restarted WWW/FTP services. - diff --git a/ko/news/_posts/2004-06-22-anonyous-cvs-service-restart.md b/ko/news/_posts/2004-06-22-anonyous-cvs-service-restart.md index c01022f122..4630ccbca0 100644 --- a/ko/news/_posts/2004-06-22-anonyous-cvs-service-restart.md +++ b/ko/news/_posts/2004-06-22-anonyous-cvs-service-restart.md @@ -8,4 +8,3 @@ lang: ko Anonymous CVS service is restarted. The server accepts any password now:) - diff --git a/ko/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md b/ko/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md index 9830d35840..63426b2faa 100644 --- a/ko/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md +++ b/ko/news/_posts/2004-06-29-modules-added-to-the-anonymous-cvs-repository.md @@ -16,4 +16,3 @@ These checked modules are added to the Anonymous CVS repository. * ruby-parser * shim * vms - diff --git a/ko/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md b/ko/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md index 62347b0409..9ee4f2fdda 100644 --- a/ko/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md +++ b/ko/news/_posts/2004-07-05-added-libsoap4rlibcsvmodruby-old-to-anonymous-cvs.md @@ -8,4 +8,3 @@ lang: ko lib/soap4r, lib/csv, mod\_ruby-old were added to the Anonymous CVS repository. Then, eruby was renamed to eruby-old. mod\_ruby/eruby are developed on the Subversion repository now. - diff --git a/ko/news/_posts/2004-07-22-incident-analysis-of-the-intrusion-on-heliumruby-langorg.md b/ko/news/_posts/2004-07-22-incident-analysis-of-the-intrusion-on-heliumruby-langorg.md index e46e5cc256..75d065f3d4 100644 --- a/ko/news/_posts/2004-07-22-incident-analysis-of-the-intrusion-on-heliumruby-langorg.md +++ b/ko/news/_posts/2004-07-22-incident-analysis-of-the-intrusion-on-heliumruby-langorg.md @@ -10,4 +10,3 @@ that provided various services relevant to Ruby evelopment, was cracked by an unauthorized user. We, the ruby-lang.org administrators, are reporting our analysis of this intrusion and the countermeasures we’ve taken. - diff --git a/ko/news/_posts/2004-09-29-rsync-service-restart.md b/ko/news/_posts/2004-09-29-rsync-service-restart.md index e7e85f80ec..3e826d3d31 100644 --- a/ko/news/_posts/2004-09-29-rsync-service-restart.md +++ b/ko/news/_posts/2004-09-29-rsync-service-restart.md @@ -7,4 +7,3 @@ lang: ko RSYNC service is restarted. [rsync://ftp.ruby-lang.org/](rsync://ftp.ruby-lang.org/) - diff --git a/ko/news/_posts/2005-04-14-server-maintenance.md b/ko/news/_posts/2005-04-14-server-maintenance.md index 8ea71dd123..1aad14d593 100644 --- a/ko/news/_posts/2005-04-14-server-maintenance.md +++ b/ko/news/_posts/2005-04-14-server-maintenance.md @@ -7,4 +7,3 @@ lang: ko We’ll be performing server maintenance on Thu Apr 14 03:00:00 UTC 2005. It may be down briefly. - diff --git a/ko/news/_posts/2005-04-27-anonymous-cvs-service-restart.md b/ko/news/_posts/2005-04-27-anonymous-cvs-service-restart.md index e0dfd5b72a..b304f7c46e 100644 --- a/ko/news/_posts/2005-04-27-anonymous-cvs-service-restart.md +++ b/ko/news/_posts/2005-04-27-anonymous-cvs-service-restart.md @@ -6,4 +6,3 @@ lang: ko --- Anonymous CVS Service was restarted. Thank you. - diff --git a/ko/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md b/ko/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md index 9ae26870ac..537662d349 100644 --- a/ko/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md +++ b/ko/news/_posts/2005-06-22-upgrade-to-debian-gnulinux-31.md @@ -8,4 +8,3 @@ lang: ko We’ll upgrade this host to Debian GNU/Linux 3.1 (sarge) on Wed Jun 29 05:00:00 UTC 2005. Services will be stopped for a while. Successfully DONE. Thank you. - diff --git a/ko/news/_posts/2005-07-02-securityruby-langorg.md b/ko/news/_posts/2005-07-02-securityruby-langorg.md index 8054d94bbc..b276239f8f 100644 --- a/ko/news/_posts/2005-07-02-securityruby-langorg.md +++ b/ko/news/_posts/2005-07-02-securityruby-langorg.md @@ -9,4 +9,3 @@ Created [security@ruby-lang.org](mailto:security@ruby-lang.org) . If you have found vulnerabilities in Ruby, please report to this address. security@ruby-lang.org is a private ML, and anyone can post to it without subscription. - diff --git a/ko/news/_posts/2006-08-30-server-maintenance-20060830.md b/ko/news/_posts/2006-08-30-server-maintenance-20060830.md index 3558254801..c079857d87 100644 --- a/ko/news/_posts/2006-08-30-server-maintenance-20060830.md +++ b/ko/news/_posts/2006-08-30-server-maintenance-20060830.md @@ -9,4 +9,3 @@ lang: ko 협정 세계시 2006년 8월 30일(수요일) 오전 8시를 기점으로 서버 점검으로 인해 메일링 리스트를 제외한 서비스가 중단됩니다. 중지 시간은 한두 시간일 것입니다. 불편을 드려 죄송합니다. - diff --git a/ko/news/_posts/2006-11-10-meeting-2006-11-25.md b/ko/news/_posts/2006-11-10-meeting-2006-11-25.md index 9d9ad5b2c0..01b7b0f79c 100644 --- a/ko/news/_posts/2006-11-10-meeting-2006-11-25.md +++ b/ko/news/_posts/2006-11-10-meeting-2006-11-25.md @@ -14,4 +14,3 @@ lang: ko * 인원: 20명 정도 자세한 내용 및 참가 신청은 http://wiki.rubykr.org/show/RubySeminar - diff --git a/ko/news/_posts/2007-09-10-ruby-kr-seminar-4.md b/ko/news/_posts/2007-09-10-ruby-kr-seminar-4.md index 8bd7215287..cf810227be 100644 --- a/ko/news/_posts/2007-09-10-ruby-kr-seminar-4.md +++ b/ko/news/_posts/2007-09-10-ruby-kr-seminar-4.md @@ -14,4 +14,3 @@ http://barcamp.org/RubyKrSeminar4 발표자료와 후기도 함께 올라와 있습니다. 좋은 발표를 해주신 분들과 참석해서 함께 많은 생각을 나눠주신 루비스트분들께 감사드립니다. 루비 세미나는 한국 루비 사용자모임에서 주최하는 비정기적인 행사이며, 누구나 참석하실 수 있습니다. 올해 안에 1~2회 정도 더 열릴 예정으로, 공지는 루비 홈페이지나 포럼을 통해 이루어집니다. 5회 때도 많은 분들을 뵐 수 있기를 희망합니다. - diff --git a/ko/news/_posts/2008-06-12-ruby-1-8-7.md b/ko/news/_posts/2008-06-12-ruby-1-8-7.md index 5f5b3ca4f7..495367644f 100644 --- a/ko/news/_posts/2008-06-12-ruby-1-8-7.md +++ b/ko/news/_posts/2008-06-12-ruby-1-8-7.md @@ -22,4 +22,3 @@ Akinori MUSHA announced today that Ruby 1.8.7 has been released. 루비 * https://svn.ruby-lang.org/repos/ruby/tags/v1\_8\_7/NEWS * https://svn.ruby-lang.org/repos/ruby/tags/v1\_8\_7/ChangeLog - diff --git a/ko/news/_posts/2011-10-02-ruby-1-9-3-preview1-release.md b/ko/news/_posts/2011-10-02-ruby-1-9-3-preview1-release.md index f4af4e5bdf..6f31606e26 100644 --- a/ko/news/_posts/2011-10-02-ruby-1-9-3-preview1-release.md +++ b/ko/news/_posts/2011-10-02-ruby-1-9-3-preview1-release.md @@ -58,4 +58,3 @@ lang: ko * 1: https://svn.ruby-lang.org/repos/ruby/tags/v1\_9\_3\_preview1/NEWS * 2: https://svn.ruby-lang.org/repos/ruby/tags/v1\_9\_3\_preview1/ChangeLog - diff --git a/ko/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md b/ko/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md index cdf7e66a59..ec9786259a 100644 --- a/ko/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md +++ b/ko/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md @@ -62,4 +62,3 @@ ABI는 `{MAJOR}.{MINOR}.0`의 스키마를 사용하도록 합니다. 이 논의에 참가해주신 모든 분들에게 감사드립니다. 우리가 한발 한발 내딛을 때마다, 루비가 더 안정화되고 효율적이 되리라 생각합니다. - diff --git a/ko/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md b/ko/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md index d3059600e5..c6fc8110d8 100644 --- a/ko/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md +++ b/ko/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md @@ -59,5 +59,3 @@ RFC에서 권장한, _보다_ 엄격한 행동을 합니다. 특히, subject/SAN [RFC-6125]: https://tools.ietf.org/html/rfc6125 [RFC-5280]: https://tools.ietf.org/html/rfc5280 [Bug-9644]: https://bugs.ruby-lang.org/issues/9644 - - diff --git a/ko/news/_posts/2015-06-30-ruby-prize-2015.md b/ko/news/_posts/2015-06-30-ruby-prize-2015.md index cc9dbd52ca..bf47eb0795 100644 --- a/ko/news/_posts/2015-06-30-ruby-prize-2015.md +++ b/ko/news/_posts/2015-06-30-ruby-prize-2015.md @@ -26,4 +26,3 @@ Ruby Prize 수상자나 최후에 지명된 사람(1-2명)(이후 "후보자") 읽어보세요. [Ruby Association: Now accepting nominations for the Ruby Prize Award 2015](http://www.ruby.or.jp/en/news/20150630.html) - diff --git a/lib/linter.rb b/lib/linter.rb index de38f26748..76a71def88 100644 --- a/lib/linter.rb +++ b/lib/linter.rb @@ -64,6 +64,7 @@ def check errors[doc] << "missing or invalid lang variable" if doc.lang_invalid? errors[doc] << "lang variable not matching file location" if doc.lang_not_matching_filename? errors[doc] << "no newline at end of file" if doc.no_newline_at_eof? + errors[doc] << "blank line(s) at end of file" if doc.blank_line_at_eof? errors[doc] << "wrong line breaks (CR/LF)" if doc.crlf_line_breaks? unless WHITESPACE_EXCLUSIONS.include?(doc.filename) diff --git a/lib/linter/document.rb b/lib/linter/document.rb index ed992d4d09..432372ce8a 100644 --- a/lib/linter/document.rb +++ b/lib/linter/document.rb @@ -91,6 +91,10 @@ def no_newline_at_eof? !content.end_with?("\n") end + def blank_line_at_eof? + content.end_with?("\n\n") + end + def trailing_whitespace? content.match?(/ $/) end diff --git a/pl/documentation/quickstart/2/index.md b/pl/documentation/quickstart/2/index.md index d8f0f27939..bb84ebcb72 100644 --- a/pl/documentation/quickstart/2/index.md +++ b/pl/documentation/quickstart/2/index.md @@ -122,4 +122,3 @@ to zmienna instancji, która jest dostępna dla wszystkich metod tej klasy. Używana jest przez metody `say_hi` oraz `say_bye`. Jak teraz wprowadzić tę klasę w ruch ? [Utwórzmy obiekt.](../3/) - diff --git a/pl/documentation/quickstart/3/index.md b/pl/documentation/quickstart/3/index.md index 595a73278c..78f03b2b72 100644 --- a/pl/documentation/quickstart/3/index.md +++ b/pl/documentation/quickstart/3/index.md @@ -228,4 +228,3 @@ ri20min.rb”. Wynik poniżej: W powyższym przykładzie jest sporo nowych rzeczy, [którym możemy się bliżej przyjrzeć.](../4/) - diff --git a/pl/documentation/quickstart/index.md b/pl/documentation/quickstart/index.md index 7a7cf74b05..4d373e83cb 100644 --- a/pl/documentation/quickstart/index.md +++ b/pl/documentation/quickstart/index.md @@ -140,4 +140,3 @@ irb(main):009:0> Math.sqrt(a+b) Odbiegamy tutaj jednak od tradycyjnego programu “Hello World” , na którym tutoriale dla początkujących powinny się skupiać więc [wróćmy do tego](2/) - diff --git a/pl/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/pl/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index 59bd673126..d6fa9dafbd 100644 --- a/pl/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/pl/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -52,4 +52,3 @@ W przeciwieństwie do PHP, w Rubim… * Tylko `false` i `nil` są fałszem: `0`, `array()` i `""` są prawdą w wywołaniach warunkowych. * Prawie wszystko jest wywołaniem metody, nawet `raise` (`throw` w PHP). - diff --git a/pl/news/_posts/2011-10-06-plans-for-1-8-7.md b/pl/news/_posts/2011-10-06-plans-for-1-8-7.md index 4ec5c45966..b6efd2320b 100644 --- a/pl/news/_posts/2011-10-06-plans-for-1-8-7.md +++ b/pl/news/_posts/2011-10-06-plans-for-1-8-7.md @@ -38,4 +38,3 @@ Harmonogram: 1.8.7. * Nie będziemy w każdym znaczeniu wspierać 1.8.7 po czerwcu 2013 roku. - diff --git a/pl/news/_posts/2013-02-22-rexml-dos-2013-02-22.md b/pl/news/_posts/2013-02-22-rexml-dos-2013-02-22.md index f8ed6eaaea..292c3074be 100644 --- a/pl/news/_posts/2013-02-22-rexml-dos-2013-02-22.md +++ b/pl/news/_posts/2013-02-22-rexml-dos-2013-02-22.md @@ -107,4 +107,3 @@ Podziękowania dla Bena Murphy’ego za zgłoszenie tego problemu. * Dodano numer CVE 2013-03-11 07:45:00 (UTC) * Oryginalnie opublikowane 2013-02-22 12:00:00 (UTC) - diff --git a/pt/community/mailing-lists/manual-instructions/index.md b/pt/community/mailing-lists/manual-instructions/index.md index a9469c9f0a..3b86f08a8c 100644 --- a/pt/community/mailing-lists/manual-instructions/index.md +++ b/pt/community/mailing-lists/manual-instructions/index.md @@ -61,4 +61,3 @@ pois um e-mail HTML pode não funcionar. Para visualizar a lista de comandos, envie um email ao endereço do controlador com “help” no corpo da mensagem. - diff --git a/pt/documentation/quickstart/2/index.md b/pt/documentation/quickstart/2/index.md index 868a3ca462..13cb90c48d 100644 --- a/pt/documentation/quickstart/2/index.md +++ b/pt/documentation/quickstart/2/index.md @@ -125,4 +125,3 @@ classe. Como podemos ver, ela é utilizada por `diz_ola` e `diz_adeus`. Então como é que fazemos a classe Anfitrião funcionar? [Criamos um objeto.](../3/) - diff --git a/pt/documentation/quickstart/3/index.md b/pt/documentation/quickstart/3/index.md index 011d615974..dda2230763 100644 --- a/pt/documentation/quickstart/3/index.md +++ b/pt/documentation/quickstart/3/index.md @@ -233,4 +233,3 @@ Salve este arquivo como “ri20min.rb”, e execute-o com o comando Há uma série de coisas novas neste exemplo às quais podemos [observar mais profundamente](../4/) - diff --git a/pt/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md b/pt/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md index 882ae845c3..954fa39e6c 100644 --- a/pt/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md +++ b/pt/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md @@ -167,4 +167,3 @@ Ao contrario do C++, no Ruby,... interpretador) por oposição a threads nativas. * O Ruby vem complementado com uma biblioteca standard de testes unitários. - diff --git a/pt/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/pt/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index 377ad8695d..2fbfb06d30 100644 --- a/pt/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/pt/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -53,4 +53,3 @@ Diferente do PHP, em Ruby … * Somente `false` e `nil` são falsos: `0`, `array()` e `""` são todos verdade em expressões condicionais. * Quase tudo é uma invocação de um método, até `raise` (`throw` no PHP). - diff --git a/pt/documentation/ruby-from-other-languages/to-ruby-from-python/index.md b/pt/documentation/ruby-from-other-languages/to-ruby-from-python/index.md index 263e07ecee..66b73db8b0 100644 --- a/pt/documentation/ruby-from-other-languages/to-ruby-from-python/index.md +++ b/pt/documentation/ruby-from-other-languages/to-ruby-from-python/index.md @@ -66,4 +66,3 @@ Em oposição ao Pyhton, no Ruby,... * Há um número de atalhos que, embora dão mais trabalho a lembrar, irá rapidamente aprender. Eles pretende fazer o Ruby divertido e muito produtivo - diff --git a/pt/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md b/pt/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md index b6a52397c4..ec670e2478 100644 --- a/pt/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md +++ b/pt/news/_posts/2013-12-21-ruby-version-policy-changes-with-2-1-0.md @@ -64,4 +64,3 @@ Para ler mais sobre esta proposta por favor siga os links abaixo: Eu gostaria de pessoalmente agradecer a todos que contribuiram com essa discussão. Cada passo que tomamos nos deixa mais perto de um Ruby mais estável e efetivo. - diff --git a/ru/community/mailing-lists/manual-instructions/index.md b/ru/community/mailing-lists/manual-instructions/index.md index b632fe03d4..537fb85b7a 100644 --- a/ru/community/mailing-lists/manual-instructions/index.md +++ b/ru/community/mailing-lists/manual-instructions/index.md @@ -60,4 +60,3 @@ Ruby-CVS Чтобы увидеть список команд, пошлите письмо с текстом "help" на **адрес робота рассылки**. - diff --git a/ru/documentation/quickstart/2/index.md b/ru/documentation/quickstart/2/index.md index bd48550243..3607052698 100644 --- a/ru/documentation/quickstart/2/index.md +++ b/ru/documentation/quickstart/2/index.md @@ -125,4 +125,3 @@ irb(main):034:1> end Итак, как мы сможем заставить этот класс Greeter работать? [Создадим объект.](../3/) - diff --git a/ru/documentation/quickstart/3/index.md b/ru/documentation/quickstart/3/index.md index e5ea716fac..6bddccc79e 100644 --- a/ru/documentation/quickstart/3/index.md +++ b/ru/documentation/quickstart/3/index.md @@ -230,4 +230,3 @@ ri20min.rb". Результат должен быть следующим: Здесь куча новых вещей в последнем примере, на которые [мы взглянем подробнее.](../4/) - diff --git a/ru/documentation/quickstart/index.md b/ru/documentation/quickstart/index.md index f92eda9861..abd7780f7a 100644 --- a/ru/documentation/quickstart/index.md +++ b/ru/documentation/quickstart/index.md @@ -144,4 +144,3 @@ irb(main):009:0> Math.sqrt(a+b) Калькулятор это замечательно, но мы отошли от традиционного сообщения `Hello World`, которым начали наше введение и на котором мы должны были сфокусироваться… [так что давайте вернемся к нему.](2/) - diff --git a/ru/news/_posts/2013-02-22-json-dos-cve-2013-0269.md b/ru/news/_posts/2013-02-22-json-dos-cve-2013-0269.md index 671c31135e..ff37543a4a 100644 --- a/ru/news/_posts/2013-02-22-json-dos-cve-2013-0269.md +++ b/ru/news/_posts/2013-02-22-json-dos-cve-2013-0269.md @@ -102,4 +102,3 @@ end ## История * Оригинал опубликован 2013-02-22 12:00:00 (UTC) - diff --git a/ru/news/_posts/2014-09-18-ruby-2-2-0-preview1-released.md b/ru/news/_posts/2014-09-18-ruby-2-2-0-preview1-released.md index 934e3f625a..e21201bb0f 100644 --- a/ru/news/_posts/2014-09-18-ruby-2-2-0-preview1-released.md +++ b/ru/news/_posts/2014-09-18-ruby-2-2-0-preview1-released.md @@ -75,4 +75,3 @@ Ruby 2.2 и старше. (См. [пост в их блоге](http://weblog.rub * [Известные проблемы с 2.2.0](https://bugs.ruby-lang.org/projects/ruby-trunk/issues?query_id=115) Информацию о плане релиза можно узнать [тут](https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/ReleaseEngineering22). - diff --git a/test/md_errors/en/11_blank_line_at_eof.md b/test/md_errors/en/11_blank_line_at_eof.md new file mode 100644 index 0000000000..ed22cb3e34 --- /dev/null +++ b/test/md_errors/en/11_blank_line_at_eof.md @@ -0,0 +1,8 @@ +--- +layout: page +title: "Page" +lang: en +--- + +Content + diff --git a/test/md_errors/en/12_blank_lines_at_eof.md b/test/md_errors/en/12_blank_lines_at_eof.md new file mode 100644 index 0000000000..5425025196 --- /dev/null +++ b/test/md_errors/en/12_blank_lines_at_eof.md @@ -0,0 +1,10 @@ +--- +layout: page +title: "Page" +lang: en +--- + +Content + + + diff --git a/test/output_errors.txt b/test/output_errors.txt index d4a10f74d4..6c19304380 100644 --- a/test/output_errors.txt +++ b/test/output_errors.txt @@ -20,6 +20,10 @@ en/09_lang_variable_wrong.md en/10_multiple_errors.md missing or invalid lang variable trailing whitespace +en/11_blank_line_at_eof.md + blank line(s) at end of file +en/12_blank_lines_at_eof.md + blank line(s) at end of file en/_posts/2000-01-01-old-lang-variable-nil.md missing or invalid lang variable en/_posts/2000-01-02-old-translator-variable-wrong-type.md diff --git a/tr/documentation/quickstart/index.md b/tr/documentation/quickstart/index.md index 2d044918a8..1d146d77da 100644 --- a/tr/documentation/quickstart/index.md +++ b/tr/documentation/quickstart/index.md @@ -135,4 +135,3 @@ irb(main):009:0> Math.sqrt(a+b) Bir hesap makinası için oldukça yeterli. Klasik `Hello World` mesajından uzaklaşmaya başladık, [geri dönelim.](2/) - diff --git a/tr/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md b/tr/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md index bb521f6074..bb67669c25 100644 --- a/tr/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md +++ b/tr/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md @@ -139,4 +139,3 @@ Ruby’de C++’tan farklı,... olarak adlandırıldı (sadece interpreter içinde işlenirler) native thread’a zıt olarak. * Ruby ile bir birim test kütüphanesi birlikte gelir. - diff --git a/tr/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/tr/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index 7370997de0..39e757912c 100644 --- a/tr/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/tr/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -53,4 +53,3 @@ PHP’nin aksine, Rubyde… `array()` ve `""` doğru bilgisi döner. * Neredeyse her şey metod çağrılarıdır, hatta `raise` bile. (PHP’de `throw`). - diff --git a/tr/documentation/ruby-from-other-languages/to-ruby-from-python/index.md b/tr/documentation/ruby-from-other-languages/to-ruby-from-python/index.md index 3f43d4ab34..15aeca0056 100644 --- a/tr/documentation/ruby-from-other-languages/to-ruby-from-python/index.md +++ b/tr/documentation/ruby-from-other-languages/to-ruby-from-python/index.md @@ -70,4 +70,3 @@ Python’ın aksine, Rubyde,... `del` ifadesi gibi). Değişkeni `nil` olarak ayarlayabilirsiniz, bu eski değişkenin eski değerini çöp toplayıcıya gönderir, ama değişken kapsamı içinde sembol tablosunda kalmaya devam eder. - diff --git a/vi/community/mailing-lists/manual-instructions/index.md b/vi/community/mailing-lists/manual-instructions/index.md index 62db05d1e1..9baad91574 100644 --- a/vi/community/mailing-lists/manual-instructions/index.md +++ b/vi/community/mailing-lists/manual-instructions/index.md @@ -48,4 +48,3 @@ bất cứ thư có định dạng HTML nào đều không được. ### Mẹo nhỏ Để xem danh sách các lệnh, gửi thư với nội dung "help" đến địa chỉ điều khiển. - diff --git a/vi/documentation/quickstart/2/index.md b/vi/documentation/quickstart/2/index.md index 3613bcfbcc..f1e0efa3e1 100644 --- a/vi/documentation/quickstart/2/index.md +++ b/vi/documentation/quickstart/2/index.md @@ -118,4 +118,3 @@ ChàoMừng và một vài phương thức thuộc lớp. Thông báo tới `@t Vậy, làm thế nào để chúng ta thiết lập lớp ChàoMừng này? [Tạo một đối tượng](../3/) - diff --git a/vi/documentation/quickstart/3/index.md b/vi/documentation/quickstart/3/index.md index f36faba96d..a1758b39ee 100644 --- a/vi/documentation/quickstart/3/index.md +++ b/vi/documentation/quickstart/3/index.md @@ -226,4 +226,3 @@ hiện như này: Có rất nhiều thứ mới trong ví dụ cuối cùng này và chúng ta [có thể có cái nhìn sâu hơn tại.](../4/) - diff --git a/vi/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md b/vi/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md index 0607d553a4..acf88f3e0c 100644 --- a/vi/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md +++ b/vi/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md @@ -137,4 +137,3 @@ Khác với C++, trong Ruby,... * Đa luồng đã được xây dựng sẵn, nhưng trong Ruby 1.8 đều là "green thread" (được thực thi khi biên dịch) trái ngược với các luồng gốc. * Thư viện unit test theo chuẩn của Ruby. - diff --git a/vi/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/vi/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index 679051d016..8c412aec3b 100644 --- a/vi/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/vi/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -48,4 +48,3 @@ Không giống như PHP, trong Ruby… * Chỉ có `false` và `nil` là false: `0`, `array()` và `""` đều là true trong các câu điều kiện. * Hầu như mọi thứ đều gọi phương thức, thậm chí cả `raise` (trong PHP là `throw`). - diff --git a/vi/documentation/ruby-from-other-languages/to-ruby-from-python/index.md b/vi/documentation/ruby-from-other-languages/to-ruby-from-python/index.md index 0c309525a9..3f775f1792 100644 --- a/vi/documentation/ruby-from-other-languages/to-ruby-from-python/index.md +++ b/vi/documentation/ruby-from-other-languages/to-ruby-from-python/index.md @@ -68,4 +68,3 @@ Khác với Python, trong Ruby,... * Không có cách nào gỡ bỏ một biến đã được thiết lập (như lệnh `del` trong Python). Bạn có thể gán giá trị `nil` cho biến, làm cho nội dung cũ được xoá, tuy nhiên biến đó vẫn sẽ tồn tại trong bảng symbol. - diff --git a/zh_cn/documentation/quickstart/2/index.md b/zh_cn/documentation/quickstart/2/index.md index 29015c8d4f..ac4b0ddab1 100644 --- a/zh_cn/documentation/quickstart/2/index.md +++ b/zh_cn/documentation/quickstart/2/index.md @@ -104,4 +104,3 @@ irb(main):034:1> end `@name`,这是一个实例变量。类里面的任何函数都可以使用实例变量。 您可以看到 `say_hi` 和 `say_bye` 函数都使用了它。 下面我们要带着 Greeter 类出来活动活动了。[建立对象](../3/) - diff --git a/zh_cn/documentation/quickstart/3/index.md b/zh_cn/documentation/quickstart/3/index.md index ce49201f0a..02f0b446e0 100644 --- a/zh_cn/documentation/quickstart/3/index.md +++ b/zh_cn/documentation/quickstart/3/index.md @@ -211,4 +211,3 @@ end {: .code} 这个例子里有很多新鲜的代码,我们还是来[仔细的瞧瞧](../4/) - diff --git a/zh_cn/documentation/quickstart/index.md b/zh_cn/documentation/quickstart/index.md index f3e2a3424f..769e801dd0 100644 --- a/zh_cn/documentation/quickstart/index.md +++ b/zh_cn/documentation/quickstart/index.md @@ -113,4 +113,3 @@ irb(main):009:0> Math.sqrt(a+b) {% endhighlight %} 尽管这是个非常好的计算器,我们已经要从基本的 `Hello World` 程序向更有意思的领域迈进了。[现在就开始吧](2/) - diff --git a/zh_cn/news/_posts/2008-03-10-scotland-on-rails-2008.md b/zh_cn/news/_posts/2008-03-10-scotland-on-rails-2008.md index ab3299a509..35b5ad8171 100644 --- a/zh_cn/news/_posts/2008-03-10-scotland-on-rails-2008.md +++ b/zh_cn/news/_posts/2008-03-10-scotland-on-rails-2008.md @@ -14,4 +14,3 @@ David Black。详情见[演讲者列表](http://scotlandonrails.com/talks)。 我们同时计划在三号周四举办一个慈善活动。活动包括 Ruby 和 Rails 的初级课程和主会议的其他演讲者(如 Jim Weirich,Bruce Williams 和 Giles Bowkett) 带来的小课程。所有活动收益将捐给CHAS – The Childrens Hospice Association(儿童招待所联盟)。 - diff --git a/zh_cn/news/_posts/2013-05-14-ruby-1-9-3-p429-is-released.md b/zh_cn/news/_posts/2013-05-14-ruby-1-9-3-p429-is-released.md index 9471ee1229..1af1af99af 100644 --- a/zh_cn/news/_posts/2013-05-14-ruby-1-9-3-p429-is-released.md +++ b/zh_cn/news/_posts/2013-05-14-ruby-1-9-3-p429-is-released.md @@ -36,4 +36,3 @@ Ruby 1.9.3-p429 发布了,我们刚发布p426不久,但是那个版本在某 ## 致谢 这次发布得到了很多贡献者,测试人员和用户的帮助,感谢你们的贡献。 - diff --git a/zh_cn/news/_posts/2015-12-25-ruby-2-3-0-released.md b/zh_cn/news/_posts/2015-12-25-ruby-2-3-0-released.md index 11741e9cec..63a4dc940d 100644 --- a/zh_cn/news/_posts/2015-12-25-ruby-2-3-0-released.md +++ b/zh_cn/news/_posts/2015-12-25-ruby-2-3-0-released.md @@ -56,4 +56,3 @@ Ruby 2.3.0 还做了很多性能优化,例如:[重新设定方法入口的 SHA1: 3f88617568d9a4f491e8b32dca532363f73eaa71 SHA256: 8270bdcbc6b62a18fdf1b75bd28d5d6fc0fc26b9bd778d422393a1b98006020a SHA512: a3f397bb3c9c19d9b797552c5d60bb01c82db884cfa966df84881125bea35713cffd99f88fb86b271bae72d9cfb09ad9b33838cffcf6365c091459479914fdef - diff --git a/zh_tw/documentation/quickstart/2/index.md b/zh_tw/documentation/quickstart/2/index.md index 9f7376d741..e984823d6e 100644 --- a/zh_tw/documentation/quickstart/2/index.md +++ b/zh_tw/documentation/quickstart/2/index.md @@ -103,4 +103,3 @@ irb(main):034:1> end 這是一個實例變數,可以在類別裡面的方法中存取到。你可以看到在方法 `say_hi` 和 `say_bye` 裡使用了它。 如何讓 Greeter 類別動起來呢? 請接著看 [建立物件](../3/)。 - diff --git a/zh_tw/documentation/quickstart/3/index.md b/zh_tw/documentation/quickstart/3/index.md index 4240892b36..76715bfe28 100644 --- a/zh_tw/documentation/quickstart/3/index.md +++ b/zh_tw/documentation/quickstart/3/index.md @@ -212,4 +212,3 @@ end {: .code} 這個最後的範例有許多新東西,讓我們來[仔細瞧瞧](../4/)。 - diff --git a/zh_tw/documentation/quickstart/index.md b/zh_tw/documentation/quickstart/index.md index 36bb941f3a..43625d1a08 100644 --- a/zh_tw/documentation/quickstart/index.md +++ b/zh_tw/documentation/quickstart/index.md @@ -115,4 +115,3 @@ irb(main):009:0> Math.sqrt(a+b) {% endhighlight %} 儘管這是一個不錯的計算機,但我們將逐漸脫離基本的 `Hello World`,[讓我們繼續吧](2/)。 - diff --git a/zh_tw/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md b/zh_tw/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md index 137e57984c..b15406c151 100644 --- a/zh_tw/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md +++ b/zh_tw/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/index.md @@ -94,4 +94,3 @@ typed)的程式語言。Ruby的執行期環境(runtime)會盡可能的處理所 * Ruby沒有型別轉換,你也會發現在Ruby中你不需要它們。 * Ruby內建了多執行緒。但是在Ruby 1.8之中只有”green threads”(只在直譯器中有效的執行緒),而不是原生的執行緒。 * Ruby的標準函式庫中就包含了單元測試(Unit test)函式庫。 - diff --git a/zh_tw/documentation/ruby-from-other-languages/to-ruby-from-php/index.md b/zh_tw/documentation/ruby-from-other-languages/to-ruby-from-php/index.md index b2dd01190a..8331a74d71 100644 --- a/zh_tw/documentation/ruby-from-other-languages/to-ruby-from-php/index.md +++ b/zh_tw/documentation/ruby-from-other-languages/to-ruby-from-php/index.md @@ -37,4 +37,3 @@ Ruby與PHP不同的地方... * 雜湊和陣列不可互換使用。 * 只有 `false` and `nil` 是 false: `0`, `array()` and `""` 在條件判斷時皆為真。 * 幾乎所有東西都是方法呼叫,甚至是 `raise` (PHP的 `throw`). - diff --git a/zh_tw/news/_posts/2012-11-02-ruby-2-0-0-preview1-released.md b/zh_tw/news/_posts/2012-11-02-ruby-2-0-0-preview1-released.md index b19ec12a82..c04224ed9d 100644 --- a/zh_tw/news/_posts/2012-11-02-ruby-2-0-0-preview1-released.md +++ b/zh_tw/news/_posts/2012-11-02-ruby-2-0-0-preview1-released.md @@ -94,4 +94,3 @@ of me, and unak and Aaron Patterson reviewed the draft of this announcement. Thank you all! Yusuke Endoh <mame / tsg.ne.jp> - diff --git a/zh_tw/news/_posts/2014-11-13-ruby-2-0-0-p598-is-released.md b/zh_tw/news/_posts/2014-11-13-ruby-2-0-0-p598-is-released.md index e96b5c5b62..d206452caa 100644 --- a/zh_tw/news/_posts/2014-11-13-ruby-2-0-0-p598-is-released.md +++ b/zh_tw/news/_posts/2014-11-13-ruby-2-0-0-p598-is-released.md @@ -54,4 +54,3 @@ lang: zh_tw 頻繁的發佈更新深感抱歉。 感謝所有幫忙本次發行版的朋友。 - diff --git a/zh_tw/news/_posts/2015-04-13-ruby-2-0-0-p645-released.md b/zh_tw/news/_posts/2015-04-13-ruby-2-0-0-p645-released.md index 82f44debf1..c351d1d31c 100644 --- a/zh_tw/news/_posts/2015-04-13-ruby-2-0-0-p645-released.md +++ b/zh_tw/news/_posts/2015-04-13-ruby-2-0-0-p645-released.md @@ -52,4 +52,3 @@ Ruby 2.0.0 處於安全性維護階段,將會在 2016 年 2 月 24 日中止 ## 發佈記 感謝所有幫忙發佈此版本的朋友,特別感謝 zzak。 - diff --git a/zh_tw/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md b/zh_tw/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md index 462402c38c..8b1e7974ed 100644 --- a/zh_tw/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md +++ b/zh_tw/news/_posts/2015-04-13-ruby-openssl-hostname-matching-vulnerability.md @@ -51,5 +51,3 @@ Ruby 的 OpenSSL 擴展現在提供一個基於字串的匹配演算法,行為 [RFC-6125]: https://tools.ietf.org/html/rfc6125 [RFC-5280]: https://tools.ietf.org/html/rfc5280 [Bug-9644]: https://bugs.ruby-lang.org/issues/9644 - - diff --git a/zh_tw/news/_posts/2015-12-25-ruby-2-3-0-released.md b/zh_tw/news/_posts/2015-12-25-ruby-2-3-0-released.md index a89cc58883..68add844fd 100644 --- a/zh_tw/news/_posts/2015-12-25-ruby-2-3-0-released.md +++ b/zh_tw/news/_posts/2015-12-25-ruby-2-3-0-released.md @@ -65,4 +65,3 @@ and so on. Check "Implementation improvements" section in NEWS file. SHA1: 3f88617568d9a4f491e8b32dca532363f73eaa71 SHA256: 8270bdcbc6b62a18fdf1b75bd28d5d6fc0fc26b9bd778d422393a1b98006020a SHA512: a3f397bb3c9c19d9b797552c5d60bb01c82db884cfa966df84881125bea35713cffd99f88fb86b271bae72d9cfb09ad9b33838cffcf6365c091459479914fdef -