[PR #338] [MERGED] Rename Rspotify to RSpotify #405

Closed
opened 2026-02-27 20:24:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/338
Author: @marioortizmanero
Created: 7/20/2022
Status: Merged
Merged: 7/22/2022
Merged by: @ramsayleung

Base: masterHead: rename


📝 Commits (1)

  • 71a7cff Rename Rspotify to RSpotify

📊 Changes

7 files changed (+26 additions, -26 deletions)

View changed files

📝 CHANGELOG.md (+9 -9)
📝 README.md (+5 -5)
📝 examples/tasks.rs (+1 -1)
📝 examples/ureq/threading.rs (+1 -1)
📝 rspotify-model/src/enums/mod.rs (+1 -1)
📝 src/clients/base.rs (+1 -1)
📝 src/lib.rs (+8 -8)

📄 Description

Description

This renames Rspotify to RSpotify by using:

  • find . -type f -name '*.rs' -exec sed -i 's/Rspotify/RSpotify/g' {} \;
  • find . -type f -name '*.md' -exec sed -i 's/Rspotify/RSpotify/g' {} \;

Motivation and Context

https://github.com/ramsayleung/rspotify/issues/323#issuecomment-1153879748

Dependencies

None

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How has this been tested?

CI still passes

Is this change properly documented?

No need


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/338 **Author:** [@marioortizmanero](https://github.com/marioortizmanero) **Created:** 7/20/2022 **Status:** ✅ Merged **Merged:** 7/22/2022 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `rename` --- ### 📝 Commits (1) - [`71a7cff`](https://github.com/ramsayleung/rspotify/commit/71a7cffa1befbf23ccecf62b7da74ef2fa4949f4) Rename Rspotify to RSpotify ### 📊 Changes **7 files changed** (+26 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+9 -9) 📝 `README.md` (+5 -5) 📝 `examples/tasks.rs` (+1 -1) 📝 `examples/ureq/threading.rs` (+1 -1) 📝 `rspotify-model/src/enums/mod.rs` (+1 -1) 📝 `src/clients/base.rs` (+1 -1) 📝 `src/lib.rs` (+8 -8) </details> ### 📄 Description ## Description This renames `Rspotify` to `RSpotify` by using: * `find . -type f -name '*.rs' -exec sed -i 's/Rspotify/RSpotify/g' {} \;` * `find . -type f -name '*.md' -exec sed -i 's/Rspotify/RSpotify/g' {} \;` ## Motivation and Context https://github.com/ramsayleung/rspotify/issues/323#issuecomment-1153879748 ## Dependencies None ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) ## How has this been tested? CI still passes ## Is this change properly documented? No need --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:24:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#405
No description provided.