File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Unparser currently successfully round trips almost all ruby code around. Using R
114
114
If there is a non round trippable example that is NOT subjected to known [ Limitations] ( #limitations ) .
115
115
please report a bug.
116
116
117
- On CI unparser is currently tested against rubyspec with minor [ excludes] ( https://github.com/mbj/unparser/blob/master /spec/integrations.yml ) .
117
+ On CI unparser is currently tested against rubyspec with minor [ excludes] ( https://github.com/mbj/unparser/blob/main /spec/integrations.yml ) .
118
118
119
119
Limitations:
120
120
------------
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
12
12
13
13
gem . metadata = {
14
14
'bug_tracker_uri' => 'https://github.com/mbj/unparser/issues' ,
15
- 'changelog_uri' => 'https://github.com/mbj/unparser/blob/master /Changelog.md' ,
15
+ 'changelog_uri' => 'https://github.com/mbj/unparser/blob/main /Changelog.md' ,
16
16
'funding_uri' => 'https://github.com/sponsors/mbj' ,
17
17
'source_code_uri' => 'https://github.com/mbj/unparser' ,
18
18
'rubygems_mfa_required' => 'true'
You can’t perform that action at this time.
0 commit comments