ripl-color_result 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.rdoc +3 -0
- data/lib/ripl/color_result.rb +2 -1
- metadata +5 -3
data/CHANGELOG.rdoc
CHANGED
data/lib/ripl/color_result.rb
CHANGED
@@ -2,9 +2,10 @@ require 'ripl'
|
|
2
2
|
|
3
3
|
module Ripl
|
4
4
|
module ColorResult
|
5
|
-
VERSION = '0.4.
|
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.
|
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-
|
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.
|
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.
|