diff --git a/CHANGELOG.md b/CHANGELOG.md index 4360cba..7d7c5f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## Unreleased ### Feature - add support for `rails dbconsole` +### Fixed +- revert unintentional change when the gem is required ## 2.0.0 (2016-09-16) ### Changed diff --git a/README.md b/README.md index 48794f6..762180d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Remote rails console and dbconsole for capistrano. Add this line to your application's Gemfile: ```ruby -gem 'capistrano-rails-console' +gem 'capistrano-rails-console', require: false ``` And then execute: diff --git a/lib/capistrano-rails-console.rb b/lib/capistrano-rails-console.rb index d995f5a..e69de29 100644 --- a/lib/capistrano-rails-console.rb +++ b/lib/capistrano-rails-console.rb @@ -1 +0,0 @@ -require 'capistrano/rails/console'