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.
- data/README +11 -2
- data/TODO +15 -0
- data/lib/brice/init.rb +1 -1
- data/lib/brice/version.rb +1 -1
- 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.
|
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
|
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
data/lib/brice/version.rb
CHANGED
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.
|
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-
|
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
|
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/
|
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/
|
46
|
-
- lib/
|
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
|
-
-
|
51
|
+
- TODO
|
52
|
+
- README
|
52
53
|
has_rdoc: true
|
53
|
-
homepage: http://prometheus.rubyforge.org/
|
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
|