Skip to content

Commit c7dc979

Browse files
committed
chore: rename branch
1 parent 7ace9f6 commit c7dc979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77

88
jobs:

cuprite.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717
s.metadata = {
1818
"homepage_uri" => "https://cuprite.rubycdp.com/",
1919
"bug_tracker_uri" => "https://github.com/rubycdp/cuprite/issues",
20-
"documentation_uri" => "https://github.com/rubycdp/cuprite/blob/master/README.md",
20+
"documentation_uri" => "https://github.com/rubycdp/cuprite/blob/main/README.md",
2121
"source_code_uri" => "https://github.com/rubycdp/cuprite",
2222
"rubygems_mfa_required" => "true"
2323
}

0 commit comments

Comments
 (0)