mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #338] [MERGED] Rename Rspotify to RSpotify #405
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#405
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:rename📝 Commits (1)
71a7cffRename 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
RspotifytoRSpotifyby 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.
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.