richrc 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,16 +8,23 @@ before(:setup_bundler) do
8
8
  require 'wirble'
9
9
  Wirble.init
10
10
  Wirble.colorize
11
+ puts "Wirble Loaded"
11
12
  rescue LoadError
12
- puts "Failed to load wirble"
13
13
  end
14
14
 
15
15
  begin
16
16
  gem 'hirb'
17
17
  require 'hirb'
18
18
  Hirb.enable
19
+ puts "Hirb Loaded"
20
+ rescue LoadError
21
+ end
22
+
23
+ begin
24
+ gem 'hirb-unicode'
25
+ require 'hirb/unicode'
26
+ puts "Hirb-unicode loaded"
19
27
  rescue LoadError
20
- puts "Failed to load hirb"
21
28
  end
22
29
 
23
30
  end
@@ -1,3 +1,3 @@
1
1
  module Richrc
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: richrc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - miaout17
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-13 00:00:00 +08:00
18
+ date: 2011-03-02 00:00:00 +08:00
19
19
  default_executable:
20
20
  dependencies: []
21
21