-
Notifications
You must be signed in to change notification settings - Fork 178
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
Add web_console gemspec #77
Conversation
@chancancode Was that your idea? |
6f5fff6
to
d6f2673
Compare
# We need those for the testing application to run. | ||
s.add_development_dependency "actionmailer", rails_version | ||
s.add_development_dependency "activerecord", rails_version | ||
For now all the functionallity is delegated, but we'll stop maintaining web-console in 3.0. |
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 |
@@ -8,20 +8,21 @@ Gem::Specification.new do |s| | |||
s.authors = ["Charlie Somerville", "Genadi Samokovarov", "Guillermo Iguaran", "Ryan Dao"] | |||
s.email = ["[email protected]", "[email protected]", "[email protected]"] | |||
s.homepage = "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.
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.