Skip to content

Commit

Permalink
The rake console command now uses the standard readline gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterCamilleri committed Aug 30, 2016
1 parent ad021dc commit eef956d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions irbt.rb
Expand Up @@ -2,8 +2,6 @@
# An IRB + safe_clone test bed

require 'irb'
$force_alias_read_line_module = true
require 'mini_readline'

puts "Starting an IRB console with safe_clone loaded."

Expand Down
2 changes: 1 addition & 1 deletion lib/safe_clone/version.rb
@@ -1,3 +1,3 @@
module SafeClone
VERSION = "0.0.5"
VERSION = "0.0.6"
end

0 comments on commit eef956d

Please sign in to comment.