ruby-changes:70818
From: Nobuyoshi <ko1@a...>
Date: Tue, 11 Jan 2022 20:21:05 +0900 (JST)
Subject: [ruby-changes:70818] 6d3ee418c2 (master): [rubygems/rubygems] Markup code with RDoc notations
https://git.ruby-lang.org/ruby.git/commit/?id=6d3ee418c2 From 6d3ee418c2e12adaf292ad74b7d46a7708e91889 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 9 Jan 2022 12:24:13 +0900 Subject: [rubygems/rubygems] Markup code with RDoc notations https://github.com/rubygems/rubygems/commit/c29cd23826 --- lib/rubygems/specification.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb index a0705b9d6c6..fe3dc431c88 100644 --- a/lib/rubygems/specification.rb +++ b/lib/rubygems/specification.rb @@ -225,7 +225,7 @@ class Gem::Specification < Gem::BasicSpecification https://github.com/ruby/ruby/blob/trunk/lib/rubygems/specification.rb#L225 attr_reader :version ## - # A short summary of this gem's description. Displayed in `gem list -d`. + # A short summary of this gem's description. Displayed in <tt>gem list -d</tt>. # # The #description should be more detailed than the summary. # @@ -271,7 +271,7 @@ class Gem::Specification < Gem::BasicSpecification https://github.com/ruby/ruby/blob/trunk/lib/rubygems/specification.rb#L271 # A list of authors for this gem. # # Alternatively, a single author can be specified by assigning a string to - # `spec.author` + # +spec.author+ # # Usage: # -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/