Skip to content

Commit

Permalink
rom-rb => dry-rb
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed May 21, 2021
1 parent 2e14458 commit 6f6528e
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .devtools/templates/changelog.erb.sync
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<% if prev_rel %>
<% ver_range = "v#{prev_rel.version}...#{curr_ver}" %>

[Compare <%=ver_range%>](https://github.com/rom-rb/<%= project.name %>/compare/<%=ver_range%>)
[Compare <%=ver_range%>](https://github.com/dry-rb/<%= project.name %>/compare/<%=ver_range%>)
<% end %>

<% end %>
2 changes: 1 addition & 1 deletion .devtools/templates/release.erb.sync
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
<% if previous_release %>
<% ver_range = "v#{previous_release.version}...v#{latest_release.version}" %>

[Compare <%=ver_range%>](https://github.com/rom-rb/<%= project.name %>/compare/<%=ver_range%>)
[Compare <%=ver_range%>](https://github.com/dry-rb/<%= project.name %>/compare/<%=ver_range%>)
<% end %>
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Community Support
url: https://discourse.rom-rb.org
url: https://discourse.dry-rb.org
about: Please ask and answer questions here.
2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Support

If you need help with any of the rom-rb libraries, feel free to ask questions on our [discussion forum](https://discourse.rom-rb.org/). This is the best place to seek help. Make sure to search for a potential solution in past threads before posting your question. Thanks! :heart:
If you need help with any of the dry-rb libraries, feel free to ask questions on our [discussion forum](https://discourse.dry-rb.org/). This is the best place to seek help. Make sure to search for a potential solution in past threads before posting your question. Thanks! :heart:
10 changes: 5 additions & 5 deletions .github/workflows/docsite.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is synced from rom-rb/template-gem repo
# This file is synced from dry-rb/template-gem repo

name: docsite

Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
ruby-version: "2.6.x"
- name: Set up git user
run: |
git config --local user.email "rom-bot@rom-rb.org"
git config --local user.email "rom-bot@dry-rb.org"
git config --local user.name "rom-bot"
- name: Install dependencies
run: gem install ossy --no-document
Expand Down Expand Up @@ -55,9 +55,9 @@ jobs:
else
echo "no need to update branches"
fi
- name: Trigger rom-rb.org deploy
- name: Trigger dry-rb.org deploy
env:
GITHUB_LOGIN: rom-bot
GITHUB_TOKEN: ${{secrets.GH_PAT}}
run: ossy github workflow rom-rb/rom-rb.org ci
run: ossy github workflow dry-rb/dry-rb.org ci

6 changes: 3 additions & 3 deletions .github/workflows/sync_configs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is synced from rom-rb/template-gem repo
# This file is synced from dry-rb/template-gem repo

name: sync

Expand All @@ -21,11 +21,11 @@ jobs:
- name: Checkout devtools
uses: actions/checkout@v2
with:
repository: rom-rb/devtools
repository: dry-rb/devtools
path: tmp/devtools
- name: Setup git user
run: |
git config --local user.email "rom-bot@rom-rb.org"
git config --local user.email "rom-bot@dry-rb.org"
git config --local user.name "rom-bot"
- name: Set up Ruby
uses: actions/setup-ruby@v1
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ If you found a bug, report an issue and describe what's the expected behavior ve

## Reporting feature requests

Report a feature request **only after discussing it first on [discourse.rom-rb.org](https://discourse.rom-rb.org)** where it was accepted. Please provide a concise description of the feature.
Report a feature request **only after discussing it first on [discourse.dry-rb.org](https://discourse.dry-rb.org)** where it was accepted. Please provide a concise description of the feature.

## Reporting questions, support requests, ideas, concerns etc.

**PLEASE DON'T** - use [discourse.rom-rb.org](http://discourse.rom-rb.org) instead.
**PLEASE DON'T** - use [discourse.dry-rb.org](http://discourse.dry-rb.org) instead.

# Pull Request Guidelines

Expand All @@ -26,4 +26,4 @@ Other requirements:

# Asking for help

If these guidelines aren't helpful, and you're stuck, please post a message on [discourse.rom-rb.org](https://discourse.rom-rb.org).
If these guidelines aren't helpful, and you're stuck, please post a message on [discourse.dry-rb.org](https://discourse.dry-rb.org).
2 changes: 1 addition & 1 deletion Gemfile.devtools
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# this file is managed by rom-rb/devtools project
# this file is managed by dry-rb/devtools project

gem "rake", ">= 12.3.3"

Expand Down
16 changes: 8 additions & 8 deletions README.md.erb
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[gem]: https://rubygems.org/gems/<%= name %>
[actions]: https://github.com/rom-rb/<%= name %>/actions
[codacy]: https://www.codacy.com/gh/rom-rb/<%= name %>
[chat]: https://rom-rb.zulipchat.com
[inchpages]: http://inch-ci.org/github/rom-rb/<%= name %>
[actions]: https://github.com/dry-rb/<%= name %>/actions
[codacy]: https://www.codacy.com/gh/dry-rb/<%= name %>
[chat]: https://dry-rb.zulipchat.com
[inchpages]: http://inch-ci.org/github/dry-rb/<%= name %>

# <%= name %> [![Join the chat at https://rom-rb.zulipchat.com](https://img.shields.io/badge/rom--rb-join%20chat-%23346b7a.svg)][chat]
# <%= name %> [![Join the chat at https://dry-rb.zulipchat.com](https://img.shields.io/badge/rom--rb-join%20chat-%23346b7a.svg)][chat]

[![Gem Version](https://badge.fury.io/rb/<%= name %>.svg)][gem]
[![CI Status](https://github.com/rom-rb/<%= name %>/workflows/ci/badge.svg)][actions]
[![CI Status](https://github.com/dry-rb/<%= name %>/workflows/ci/badge.svg)][actions]
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/<%= codacy_id %>)][codacy]
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/<%= codacy_id %>)][codacy]
[![Inline docs](http://inch-ci.org/github/rom-rb/<%= name %>.svg?branch=master)][inchpages]
[![Inline docs](http://inch-ci.org/github/dry-rb/<%= name %>.svg?branch=master)][inchpages]

## Links

* [User documentation](http://rom-rb.org/learn/<%= name.gsub("rom-", "") %>)
* [User documentation](http://dry-rb.org/learn/<%= name.gsub("rom-", "") %>)
* [API documentation](http://rubydoc.info/gems/<%= name %>)

## Supported Ruby versions
Expand Down
2 changes: 1 addition & 1 deletion spec/support/coverage.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# this file is managed by rom-rb/devtools
# this file is managed by dry-rb/devtools

if ENV["COVERAGE"] == "true"
require "simplecov"
Expand Down
2 changes: 1 addition & 1 deletion spec/support/warnings.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# this file is managed by rom-rb/devtools project
# this file is managed by dry-rb/devtools project

require "warning"

Expand Down

0 comments on commit 6f6528e

Please sign in to comment.