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 b8e9f4e commit 0c38efb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions irbt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# An IRB + full_dup test bed

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

puts "Starting an IRB console with full_dup loaded."

Expand Down
2 changes: 1 addition & 1 deletion lib/full_dup/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8

module FullDup
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit 0c38efb

Please sign in to comment.