diff options
author | Antoine Marguerie <[email protected]> | 2025-05-21 15:07:54 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-05 19:12:39 +0900 |
commit | 11492bd88d98edeaac4d3e35dd0d59bf67a79569 () | |
tree | 60b2a79af6d74b74c7250ec74f7161c245d4809e /test/rubygems/test_gem_commands_setup_command.rb | |
parent | 803dae70cbed180079beb717dee23a4bc8dabf1b (diff) |
[rubygems/rubygems] Fix headings levels in Changelogs
And adapt release scripts and configuration to the new structure. https://.com/rubygems/rubygems/commit/3deb1aedae
-rw-r--r-- | test/rubygems/test_gem_commands_setup_command.rb | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -380,20 +380,22 @@ class TestGemCommandsSetupCommand < Gem::TestCase File.open "CHANGELOG.md", "w" do |io| io.puts <<-HISTORY_TXT -# #{Gem::VERSION} / 2013-03-26 -## Bug fixes: * Fixed release note display for LANG=C when installing rubygems * π is tasty -# 2.0.2 / 2013-03-06 -## Bug fixes: * Other bugs fixed -# 2.0.1 / 2013-03-05 -## Bug fixes: * Yet more bugs fixed HISTORY_TXT end @@ -403,9 +405,9 @@ class TestGemCommandsSetupCommand < Gem::TestCase end expected = <<-EXPECTED -# #{Gem::VERSION} / 2013-03-26 -## Bug fixes: * Fixed release note display for LANG=C when installing rubygems * π is tasty |