blackwinter-brice 0.0.1 → 0.0.2

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.
Files changed (5) hide show
  1. data/README +11 -2
  2. data/TODO +15 -0
  3. data/lib/brice/init.rb +1 -1
  4. data/lib/brice/version.rb +1 -1
  5. metadata +17 -16
data/README CHANGED
@@ -2,14 +2,15 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to brice version 0.0.1
5
+ This documentation refers to brice version 0.0.2
6
6
 
7
7
 
8
8
  == DESCRIPTION
9
9
 
10
10
  Enhances your IRb experience by adding new functionality and by providing
11
11
  a framework that you can utilize to add your own extensions. It comes with
12
- a set of pre-selected features, but is highly configurable in that regard.
12
+ a set of pre-selected features (see the files in {lib/rc}[link:../lib/rc]),
13
+ but is highly configurable in that regard.
13
14
 
14
15
  Add this to your <tt>.irbrc</tt> and receive the default goodness:
15
16
 
@@ -34,6 +35,14 @@ Please note that further changes to the configuration for brice can't be
34
35
  guaranteed to have any effect after <tt>Brice.init</tt> has been called.
35
36
 
36
37
 
38
+ == LINKS
39
+
40
+ <b></b>
41
+ Documentation:: <http://prometheus.rubyforge.org/brice>
42
+ Source code:: <http://github.com/blackwinter/brice>
43
+ Rubyforge project:: <http://rubyforge.org/projects/prometheus>
44
+
45
+
37
46
  == AUTHORS
38
47
 
39
48
  * Jens Wille <mailto:jens.wille@uni-koeln.de>
data/TODO ADDED
@@ -0,0 +1,15 @@
1
+ #http://pablotron.org/software/wirble/ [+]
2
+ #http://rubyforge.org/projects/dev-utils/ [-]
3
+ http://rubyforge.org/projects/dirby/
4
+ http://rubyforge.org/projects/guessmethod/
5
+ http://rubyforge.org/projects/homeless/
6
+ http://rubyforge.org/projects/irbhelper/
7
+ http://rubyforge.org/projects/irb-history/
8
+ http://rubyforge.org/projects/irbprovements/
9
+ http://rubyforge.org/projects/live-console/
10
+ http://rubyforge.org/projects/pope/
11
+ http://rubyforge.org/projects/rshell/
12
+ http://rubyforge.org/projects/rubyade/
13
+ #http://rubyforge.org/projects/rubysideshow/ [-]
14
+ http://rubyforge.org/projects/shellable/
15
+ #http://rubyforge.org/projects/utilitybelt/ [+]
data/lib/brice/init.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  # just a short-cut
2
- require File.dirname(__FILE__)
2
+ require 'brice'
3
3
  Brice.init
data/lib/brice/version.rb CHANGED
@@ -4,7 +4,7 @@ class Brice
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 0
7
- TINY = 1
7
+ TINY = 2
8
8
 
9
9
  class << self
10
10
 
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.1
4
+ version: 0.0.2
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-11-18 00:00:00 -08:00
12
+ date: 2008-12-17 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -32,35 +32,36 @@ extra_rdoc_files:
32
32
  - ChangeLog
33
33
  - README
34
34
  files:
35
- - lib/brice/init.rb
36
- - lib/brice/version.rb
37
- - lib/brice/dsl.rb
38
- - lib/brice/config.rb
35
+ - lib/brice.rb
39
36
  - lib/rc/010_libs.rb
40
- - lib/rc/040_rails.rb
37
+ - lib/rc/005_added_methods.rb
38
+ - lib/rc/004_wirble.rb
39
+ - lib/rc/050_devel.rb
41
40
  - lib/rc/015_utility_belt.rb
42
41
  - lib/rc/030_prompt.rb
43
- - lib/rc/050_devel.rb
44
42
  - lib/rc/020_init.rb
45
- - lib/rc/005_added_methods.rb
46
- - lib/rc/004_wirble.rb
47
- - lib/brice.rb
43
+ - lib/rc/040_rails.rb
44
+ - lib/brice/dsl.rb
45
+ - lib/brice/version.rb
46
+ - lib/brice/config.rb
47
+ - lib/brice/init.rb
48
+ - Rakefile
48
49
  - COPYING
49
- - README
50
50
  - ChangeLog
51
- - Rakefile
51
+ - TODO
52
+ - README
52
53
  has_rdoc: true
53
- homepage: http://prometheus.rubyforge.org/brice
54
+ homepage: http://prometheus.rubyforge.org/doc
54
55
  post_install_message:
55
56
  rdoc_options:
56
57
  - --line-numbers
57
58
  - --inline-source
58
59
  - --title
59
60
  - brice Application documentation
60
- - --charset
61
- - UTF-8
62
61
  - --main
63
62
  - README
63
+ - --charset
64
+ - UTF-8
64
65
  - --all
65
66
  require_paths:
66
67
  - lib