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

ruby-changes:40159

From: shugo <ko1@a...>
Date: Fri, 23 Oct 2015 15:29:25 +0900 (JST)
Subject: [ruby-changes:40159] shugo:r52240 (trunk): * lib/net/imap.rb: remove an empty comment line and -*-.

shugo	2015-10-23 15:29:08 +0900 (Fri, 23 Oct 2015)

  New Revision: 52240

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

  Log:
    * lib/net/imap.rb: remove an empty comment line and -*-.

  Modified files:
    trunk/ChangeLog
    trunk/lib/net/imap.rb
    trunk/test/net/imap/test_imap.rb
    trunk/test/net/imap/test_imap_response_parser.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52239)
+++ ChangeLog	(revision 52240)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Oct 23 15:25:51 2015  Shugo Maeda  <shugo@r...>
+
+	* lib/net/imap.rb: remove an empty comment line and -*-.
+
 Fri Oct 23 15:20:02 2015  Shugo Maeda  <shugo@r...>
 
 	* lib/net/ftp.rb (gettextfile, getbinaryfile): use the safe
Index: lib/net/imap.rb
===================================================================
--- lib/net/imap.rb	(revision 52239)
+++ lib/net/imap.rb	(revision 52240)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/net/imap.rb#L1
-#
-# -*- frozen_string_literal: true -*-
+# frozen_string_literal: true
 #
 # = net/imap.rb
 #
Index: test/net/imap/test_imap_response_parser.rb
===================================================================
--- test/net/imap/test_imap_response_parser.rb	(revision 52239)
+++ test/net/imap/test_imap_response_parser.rb	(revision 52240)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/net/imap/test_imap_response_parser.rb#L1
-#
-# -*- frozen_string_literal: true -*-
+# frozen_string_literal: true
 
 require "net/imap"
 require "test/unit"
Index: test/net/imap/test_imap.rb
===================================================================
--- test/net/imap/test_imap.rb	(revision 52239)
+++ test/net/imap/test_imap.rb	(revision 52240)
@@ -1,5 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/net/imap/test_imap.rb#L1
-#
-# -*- frozen_string_literal: true -*-
+# frozen_string_literal: true
 
 require "net/imap"
 require "test/unit"

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

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