Skip to content

Commit 6c6a242

Browse files
authored
Merge pull request #389 from viralpraxis/nitpick-fix-default-rev
Nit: replace obsolete master with zeitgeisty main
2 parents 2df628c + d828d08 commit 6c6a242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Unparser currently successfully round trips almost all ruby code around. Using R
114114
If there is a non round trippable example that is NOT subjected to known [Limitations](#limitations).
115115
please report a bug.
116116

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).
118118

119119
Limitations:
120120
------------

unparser.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
1212

1313
gem.metadata = {
1414
'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',
1616
'funding_uri' => 'https://github.com/sponsors/mbj',
1717
'source_code_uri' => 'https://github.com/mbj/unparser',
1818
'rubygems_mfa_required' => 'true'

0 commit comments

Comments
 (0)