Skip to content

feat: rename gem to semaphore-sms-ruby - #2

Merged
frinsdev merged 1 commit into
mainfrom
Rename-gem-to-semaphore-sms-ruby
Jul 19, 2026
Merged

feat: rename gem to semaphore-sms-ruby#2
frinsdev merged 1 commit into
mainfrom
Rename-gem-to-semaphore-sms-ruby

Conversation

@frinsdev

Copy link
Copy Markdown
Owner

Summary

  • Rename the RubyGems package from ruby-semaphore to semaphore-sms-ruby
  • Rename the public namespace from Semaphore to SemaphoreSMS (e.g. SemaphoreSMS::Client)
  • Update authorship, README, and lib/spec paths to match

Why

Semaphore / ruby-semaphore is too generic and easy to confuse with other projects. The new names make it clear this gem is the Ruby client for Semaphore SMS.

Migration

# Gemfile
gem "semaphore-sms-ruby"

# Code
client = SemaphoreSMS::Client.new(...)
SemaphoreSMS.configure { |config| ... }

@frinsdev frinsdev self-assigned this Jul 19, 2026
@frinsdev
frinsdev merged commit f2b8943 into main Jul 19, 2026
1 check passed
@frinsdev
frinsdev deleted the Rename-gem-to-semaphore-sms-ruby branch July 19, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant