blackwinter-brice 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to brice version 0.0.2
5
+ This documentation refers to brice version 0.0.3
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/lib/brice/version.rb CHANGED
@@ -4,7 +4,7 @@ class Brice
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 0
7
- TINY = 2
7
+ TINY = 3
8
8
 
9
9
  class << self
10
10
 
data/lib/rc/020_init.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  brice 'init' => nil do |config|
4
4
 
5
- $KCODE = 'u'
5
+ $KCODE = 'u' unless RUBY_VERSION >= '1.9'
6
6
 
7
7
  IRB.conf[:AUTO_INDENT] = true
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackwinter-brice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-17 00:00:00 -08:00
12
+ date: 2009-01-16 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -51,7 +51,7 @@ files:
51
51
  - TODO
52
52
  - README
53
53
  has_rdoc: true
54
- homepage: http://prometheus.rubyforge.org/doc
54
+ homepage: http://prometheus.rubyforge.org/brice
55
55
  post_install_message:
56
56
  rdoc_options:
57
57
  - --line-numbers