Skip to content

Commit

Permalink
gem: wsdirector -> wsdirector-core
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Sep 19, 2022
1 parent d71ba3b commit 11474ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ source "https://rubygems.org"

eval_gemfile "gemfiles/rubocop.gemfile"

gemspec name: "wsdirector"
gemspec name: "wsdirector-core"

gem "debug", platform: :mri
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lint:
bundle exec rubocop

release: test lint
RELEASING_ANYWAY=true gem release wsdirector -t
RELEASING_ANYWAY=true gem release wsdirector-core -t
RELEASING_ANYWAY=true gem release wsdirector-cli
git push
git push --tags
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Or use WebSockets Director as a library (see below for intructions):

```ruby
# Gemfile
gem "wsdirector", "~> 1.0"
gem "wsdirector-core", "~> 1.0"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion wsdirector.gemspec → wsdirector-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require_relative "lib/wsdirector/version"

Gem::Specification.new do |spec|
spec.name = "wsdirector"
spec.name = "wsdirector-core"
spec.version = WSDirector::VERSION
spec.authors = ["Vladimir Dementyev", "Kirill Arkhipov", "Grandman"]
spec.email = ["[email protected]", "[email protected]", "[email protected]"]
Expand Down

0 comments on commit 11474ed

Please sign in to comment.