We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ace9f6 commit c7dc979Copy full SHA for c7dc979
.github/workflows/tests.yml
@@ -2,7 +2,7 @@ name: Tests
2
on:
3
push:
4
branches:
5
- - master
+ - main
6
pull_request:
7
8
jobs:
cuprite.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
s.metadata = {
18
"homepage_uri" => "https://cuprite.rubycdp.com/",
19
"bug_tracker_uri" => "https://github.com/rubycdp/cuprite/issues",
20
- "documentation_uri" => "https://github.com/rubycdp/cuprite/blob/master/README.md",
+ "documentation_uri" => "https://github.com/rubycdp/cuprite/blob/main/README.md",
21
"source_code_uri" => "https://github.com/rubycdp/cuprite",
22
"rubygems_mfa_required" => "true"
23
}
0 commit comments