ripl-color_result 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,6 @@
1
+ == 0.4.1
2
+ * Fix ripl plugins (e.g. multi_line) incompatibility (thanks to @DirtYiCE)
3
+
1
4
  == 0.4.0
2
5
  * Be compatible with wirb 0.4.0
3
6
  * Bundler compatibility improvements
@@ -2,9 +2,10 @@ require 'ripl'
2
2
 
3
3
  module Ripl
4
4
  module ColorResult
5
- VERSION = '0.4.0'
5
+ VERSION = '0.4.1'
6
6
 
7
7
  def before_loop
8
+ super
8
9
  if Ripl.config[:color_result_engine] == :default
9
10
  require 'wirb' unless defined?(Wirb)
10
11
  Ripl.config[:color_result_default_schema].merge! Wirb.schema
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ripl-color_result
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.0
5
+ version: 0.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jan Lelis
@@ -10,7 +10,8 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-09 00:00:00 Z
13
+ date: 2011-07-17 00:00:00 +02:00
14
+ default_executable:
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: ripl
@@ -51,6 +52,7 @@ files:
51
52
  - Rakefile
52
53
  - .gemspec
53
54
  - COPYING
55
+ has_rdoc: true
54
56
  homepage: http://github.com/janlelis/ripl-color_result
55
57
  licenses:
56
58
  - MIT
@@ -74,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
76
  requirements: []
75
77
 
76
78
  rubyforge_project:
77
- rubygems_version: 1.8.1
79
+ rubygems_version: 1.6.2
78
80
  signing_key:
79
81
  specification_version: 3
80
82
  summary: A ripl plugin to colorize ripl results.