brice 0.0.2 → 0.0.3

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/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: 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 +01:00
12
+ date: 2009-01-16 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -52,7 +52,7 @@ files:
52
52
  - TODO
53
53
  - README
54
54
  has_rdoc: true
55
- homepage: http://prometheus.rubyforge.org/doc
55
+ homepage: http://prometheus.rubyforge.org/brice
56
56
  post_install_message:
57
57
  rdoc_options:
58
58
  - --line-numbers