[前][次][番号順一覧][スレッド一覧]

ruby-changes:40883

From: kazu <ko1@a...>
Date: Wed, 9 Dec 2015 00:05:49 +0900 (JST)
Subject: [ruby-changes:40883] kazu:r52962 (trunk): fix indent [ci skip]

kazu	2015-12-09 00:05:37 +0900 (Wed, 09 Dec 2015)

  New Revision: 52962

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52962

  Log:
    fix indent [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 52961)
+++ NEWS	(revision 52962)
@@ -218,19 +218,19 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L218
 === Stdlib compatibility issues (excluding feature bug fixes)
 
 * lib/webrick/utils.rb
- * removed unused argument. https://github.com/ruby/ruby/pull/356
+  * removed unused argument. https://github.com/ruby/ruby/pull/356
 
 * lib/drb/drb.rb
- * removed unused argument. https://github.com/ruby/ruby/pull/515
+  * removed unused argument. https://github.com/ruby/ruby/pull/515
 
 * lib/base64.rb
- * Base64.urlsafe_encode64: added a "padding" option to suppress
-   the padding character ("=").
- * Base64.urlsafe_decode64: now it accepts not only correctly-padded
-   input but also unpadded input.
+  * Base64.urlsafe_encode64: added a "padding" option to suppress
+    the padding character ("=").
+  * Base64.urlsafe_decode64: now it accepts not only correctly-padded
+    input but also unpadded input.
 
 * lib/matrix.rb
- * Add Vector#round. https://github.com/ruby/ruby/pull/802
+  * Add Vector#round. https://github.com/ruby/ruby/pull/802
 
 * ext/coverage/coverage.c
   * Coverage.peek_result: new method to allow coverage to be captured without

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]