-
Notifications
You must be signed in to change notification settings - Fork 177
Add web_console gemspec #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@chancancode Was that your idea? |
6f5fff6 to
d6f2673
Compare
web-console.gemspec
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idea from bcrypt-ruby/bcrypt-ruby#86
#######################################################
The `web-console` gem has been renamed to `web_console`.
Instead of installing `web-console`, you should install
`web_console`. Please update your Gemfile and other
dependencies accordingly as the legacy `web-console`
gem will not be updated after version 3.0.
#######################################################
d6f2673 to
bc28e9e
Compare
|
@chancancode @matthewd I relaxed the |
web-console.gemspec
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are set on the name I can rename the repo for you so you can point to https://github.com/rails/web_console
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙇
Back in the days I haven't read the [name your gem] guide. We have a chance of fixing the name before release. [name your gem]: http://guides.rubygems.org/name-your-gem/
bc28e9e to
c9cb151
Compare
|
Any objections to merging this one? |
Back in the days I haven't read the name your gem guide. We have a
chance of fixing the name before release.