Skip to content

Commit

Permalink
dev: update default branch to main
Browse files Browse the repository at this point in the history
Closes #194
  • Loading branch information
flavorjones committed Jan 17, 2021
1 parent 07e89a5 commit cbbb3ac
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Loofah

* https://github.com/flavorjones/loofah
* Docs: http://rubydoc.info/github/flavorjones/loofah/master/frames
* Docs: http://rubydoc.info/github/flavorjones/loofah/main/frames
* Mailing list: [[email protected]](https://groups.google.com/forum/#!forum/loofah-talk)

## Status

[![Concourse CI](https://ci.nokogiri.org/api/v1/teams/nokogiri-core/pipelines/loofah/jobs/ruby-2.5/badge)](https://ci.nokogiri.org/teams/nokogiri-core/pipelines/loofah?groups=master)
[![Concourse CI](https://ci.nokogiri.org/api/v1/teams/nokogiri-core/pipelines/loofah/jobs/cruby-3.0/badge)](https://ci.nokogiri.org/teams/nokogiri-core/pipelines/loofah)
[![Code Climate](https://codeclimate.com/github/flavorjones/loofah.svg)](https://codeclimate.com/github/flavorjones/loofah)
[![Tidelift dependencies](https://tidelift.com/badges/package/rubygems/loofah)](https://tidelift.com/subscription/pkg/rubygems-loofah?utm_source=rubygems-loofah&utm_medium=referral&utm_campaign=readme)

Expand Down
2 changes: 1 addition & 1 deletion concourse/common_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
icon: "cog"
source:
uri: https://github.com/flavorjones/loofah/
branch: master
branch: main
disable_ci_skip: true # always get the latest pipeline configuration
2 changes: 1 addition & 1 deletion concourse/loofah-pr.yml.generated
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
icon: "cog"
source:
uri: https://github.com/flavorjones/loofah/
branch: master
branch: main
disable_ci_skip: true # always get the latest pipeline configuration
- name: loofah-pr
type: pull-request
Expand Down
2 changes: 1 addition & 1 deletion concourse/loofah.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
icon: "github"
source:
uri: https://github.com/flavorjones/loofah/
branch: master
branch: main
ignore_paths: <%= $common_ignore_paths %>

jobs:
Expand Down
4 changes: 2 additions & 2 deletions concourse/loofah.yml.generated
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ resources:
icon: "cog"
source:
uri: https://github.com/flavorjones/loofah/
branch: master
branch: main
disable_ci_skip: true # always get the latest pipeline configuration
- name: loofah
type: git
icon: "github"
source:
uri: https://github.com/flavorjones/loofah/
branch: master
branch: main
ignore_paths: ["CHANGELOG.md","README.md","concourse/**"]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion loofah.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
"homepage_uri" => spec.homepage,
"source_code_uri" => spec.homepage,
"bug_tracker_uri" => "#{spec.homepage}/issues",
"changelog_uri" => "#{spec.homepage}/blob/master/CHANGELOG.md",
"changelog_uri" => "#{spec.homepage}/blob/main/CHANGELOG.md",
"documentation_uri" => "https://www.rubydoc.info/gems/loofah/",
}

Expand Down

0 comments on commit cbbb3ac

Please sign in to comment.