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

ruby-changes:55403

From: k0kubun <ko1@a...>
Date: Fri, 19 Apr 2019 17:44:27 +0900 (JST)
Subject: [ruby-changes:55403] k0kubun:r67611 (trunk): README.md simplified [ci skip]

k0kubun	2019-04-19 17:44:22 +0900 (Fri, 19 Apr 2019)

  New Revision: 67611

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

  Log:
    README.md simplified [ci skip]
    
    - "do system management tasks" -> "manage the system"
    - "talk about" -> "discuss"
    - "The URL of the Ruby home page is:" and "This is what you need to do to compile and install Ruby:" are removed because of redundancy.
    - "Bugs reports should be filed" -> "Bugs should be reported"
    
    [Fix GH-${pr_id}]
    
    From: yzzhang-cs
    
    (merging some safe PR to test svn hook)

  Modified files:
    trunk/README.md
Index: README.md
===================================================================
--- README.md	(revision 67610)
+++ README.md	(revision 67611)
@@ -6,9 +6,8 @@ https://github.com/ruby/ruby/blob/trunk/README.md#L6
 # What's Ruby
 
 Ruby is the interpreted scripting language for quick and easy object-oriented
-programming. It has many features to process text files and to do system
-management tasks (as in Perl). It is simple, straight-forward, and
-extensible.
+programming. It has many features to process text files and to manage system (as in Perl). 
+It is simple, straight-forward, and extensible.
 
 ## Features of Ruby
 
@@ -52,13 +51,11 @@ Or if you are using git then use the fol https://github.com/ruby/ruby/blob/trunk/README.md#L51
 
 ## Ruby home page
 
-The URL of the Ruby home page is:
-
 https://www.ruby-lang.org/
 
 ## Mailing list
 
-There is a mailing list to talk about Ruby. To subscribe to this list, please
+There is a mailing list to discuss Ruby. To subscribe to this list, please
 send the following phrase:
 
     subscribe
@@ -68,8 +65,6 @@ in the mail body (not subject) to the ad https://github.com/ruby/ruby/blob/trunk/README.md#L65
 
 ## How to compile and install
 
-This is what you need to do to compile and install Ruby:
-
 1.  If you want to use Microsoft Visual C++ to compile Ruby, read
     [win32/README.win32](win32/README.win32) instead of this document.
 
@@ -156,7 +151,7 @@ Questions about the Ruby language can be https://github.com/ruby/ruby/blob/trunk/README.md#L151
 (https://www.ruby-lang.org/en/community/mailing-lists) or on websites like
 (https://stackoverflow.com).
 
-Bug reports should be filed at https://bugs.ruby-lang.org. Read [HowToReport] for more information.
+Bugs should be reported at https://bugs.ruby-lang.org. Read [HowToReport] for more information.
 
 [HowToReport]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport
 

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

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