Skip to content

Commit

Permalink
fix ripl plugins (e.g. multi_line) incompatibility (thanks to @DirtYiCE
Browse files Browse the repository at this point in the history
…, gh#4), version bump 0.4.1
  • Loading branch information
janlelis committed Jul 17, 2011
1 parent 6555615 commit 4162ed2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 0.4.1
* Fix ripl plugins (e.g. multi_line) incompatibility (thanks to @DirtYiCE)

== 0.4.0
* Be compatible with wirb 0.4.0
* Bundler compatibility improvements
Expand Down
3 changes: 2 additions & 1 deletion lib/ripl/color_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

module Ripl
module ColorResult
VERSION = '0.4.0'
VERSION = '0.4.1'

def before_loop
super
if Ripl.config[:color_result_engine] == :default
require 'wirb' unless defined?(Wirb)
Ripl.config[:color_result_default_schema].merge! Wirb.schema
Expand Down

0 comments on commit 4162ed2

Please sign in to comment.