brice 0.0.9 → 0.1.0

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.9
5
+ This documentation refers to brice version 0.1.0
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/lib/brice/version.rb CHANGED
@@ -3,8 +3,8 @@ class Brice
3
3
  module Version
4
4
 
5
5
  MAJOR = 0
6
- MINOR = 0
7
- TINY = 9
6
+ MINOR = 1
7
+ TINY = 0
8
8
 
9
9
  class << self
10
10
 
data/lib/rc/030_prompt.rb CHANGED
@@ -6,7 +6,7 @@ brice 'prompt' => nil do |config|
6
6
  %w[prompt_i prompt_s prompt_c prompt_n return_format].each { |name|
7
7
  define_method(name) {
8
8
  ivar = instance_variable_get("@#{name}")
9
- ivar.respond_to?(:call) ? ivar['%.4f' % @runtime] : ivar
9
+ ivar.respond_to?(:call) ? ivar['%.4f' % @runtime ||= 0] : ivar
10
10
  }
11
11
  }
12
12
 
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ hash: 27
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 0
10
+ version: 0.1.0
5
11
  platform: ruby
6
12
  authors:
7
13
  - Jens Wille
@@ -9,19 +15,25 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2009-12-15 00:00:00 +01:00
18
+ date: 2010-11-08 00:00:00 +01:00
13
19
  default_executable:
14
20
  dependencies:
15
21
  - !ruby/object:Gem::Dependency
16
22
  name: ruby-nuggets
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
20
26
  requirements:
21
27
  - - ">="
22
28
  - !ruby/object:Gem::Version
29
+ hash: 15
30
+ segments:
31
+ - 0
32
+ - 5
33
+ - 2
23
34
  version: 0.5.2
24
- version:
35
+ type: :runtime
36
+ version_requirements: *id001
25
37
  description: Extra cool IRb goodness for the masses
26
38
  email: jens.wille@uni-koeln.de
27
39
  executables: []
@@ -34,23 +46,23 @@ extra_rdoc_files:
34
46
  - README
35
47
  files:
36
48
  - lib/brice.rb
37
- - lib/rc/010_libs.rb
38
- - lib/rc/005_added_methods.rb
49
+ - lib/brice/init.rb
50
+ - lib/brice/version.rb
51
+ - lib/brice/config.rb
52
+ - lib/brice/dsl.rb
39
53
  - lib/rc/004_wirble.rb
40
- - lib/rc/050_devel.rb
41
- - lib/rc/015_utility_belt.rb
42
54
  - lib/rc/030_prompt.rb
55
+ - lib/rc/005_added_methods.rb
43
56
  - lib/rc/020_init.rb
57
+ - lib/rc/050_devel.rb
58
+ - lib/rc/015_utility_belt.rb
59
+ - lib/rc/010_libs.rb
44
60
  - lib/rc/040_rails.rb
45
- - lib/brice/dsl.rb
46
- - lib/brice/version.rb
47
- - lib/brice/config.rb
48
- - lib/brice/init.rb
49
- - Rakefile
50
- - COPYING
61
+ - README
51
62
  - ChangeLog
63
+ - Rakefile
52
64
  - TODO
53
- - README
65
+ - COPYING
54
66
  has_rdoc: true
55
67
  homepage: http://prometheus.rubyforge.org/brice
56
68
  licenses: []
@@ -59,31 +71,37 @@ post_install_message:
59
71
  rdoc_options:
60
72
  - --charset
61
73
  - UTF-8
74
+ - --title
75
+ - brice Application documentation
62
76
  - --main
63
77
  - README
64
78
  - --line-numbers
65
- - --title
66
- - brice Application documentation
67
- - --all
68
79
  - --inline-source
80
+ - --all
69
81
  require_paths:
70
82
  - lib
71
83
  required_ruby_version: !ruby/object:Gem::Requirement
84
+ none: false
72
85
  requirements:
73
86
  - - ">="
74
87
  - !ruby/object:Gem::Version
88
+ hash: 3
89
+ segments:
90
+ - 0
75
91
  version: "0"
76
- version:
77
92
  required_rubygems_version: !ruby/object:Gem::Requirement
93
+ none: false
78
94
  requirements:
79
95
  - - ">="
80
96
  - !ruby/object:Gem::Version
97
+ hash: 3
98
+ segments:
99
+ - 0
81
100
  version: "0"
82
- version:
83
101
  requirements: []
84
102
 
85
103
  rubyforge_project: prometheus
86
- rubygems_version: 1.3.5
104
+ rubygems_version: 1.3.7
87
105
  signing_key:
88
106
  specification_version: 3
89
107
  summary: Extra cool IRb goodness for the masses