bdoc 0.3.0 → 0.3.1
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/History.txt +5 -0
- data/README.rdoc +22 -8
- data/lib/bdoc.rb +1 -1
- metadata +9 -9
data/History.txt
CHANGED
data/README.rdoc
CHANGED
@@ -1,10 +1,8 @@
|
|
1
1
|
= Bdoc
|
2
2
|
|
3
|
-
|
3
|
+
== Description
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
Bdoc is a simple replacement for gem server. All it does is look at all of
|
5
|
+
Bdoc is a simple replacement for the gem or yard server. All it does is look at all of
|
8
6
|
the Gems you have installed locally and creates a nice iframe based
|
9
7
|
browser that makes it easy to navigate between gem docs. IT DOES NOT REQUIRE
|
10
8
|
A SERVER FOR VIEWING... not like gem server does!
|
@@ -12,13 +10,13 @@ A SERVER FOR VIEWING... not like gem server does!
|
|
12
10
|
If you use this, I highly suggest also using
|
13
11
|
Hanna[http://github.com/mislav/hanna/tree/master] (a beautiful rdoc theme).
|
14
12
|
|
15
|
-
Check out the demo http://manalang.github.com/bdoc
|
13
|
+
Check out the demo http://manalang.github.com/bdoc/bdoc.html
|
16
14
|
|
17
|
-
http://img.skitch.com/
|
15
|
+
http://img.skitch.com/20110314-1xgsk2prxisirifc923fwb7htc.png
|
18
16
|
|
19
17
|
== Install
|
20
18
|
|
21
|
-
[sudo] gem install
|
19
|
+
[sudo] gem install bdoc
|
22
20
|
|
23
21
|
== Usage
|
24
22
|
|
@@ -33,11 +31,27 @@ Optionally you can specify the output directory on the command line:
|
|
33
31
|
|
34
32
|
bdoc /path/to/bdoc
|
35
33
|
|
34
|
+
== Bonus
|
35
|
+
|
36
|
+
To improve your Bdoc experience, I highly recommend you install the Hanna gem
|
37
|
+
|
38
|
+
[sudo] gem install hanna
|
39
|
+
|
40
|
+
This will make your Rdocs looks so much better. After you install Hanna, you'll
|
41
|
+
need to rebuild all of your Rdocs. In order to do that, add this to your ~/.gemrc:
|
42
|
+
|
43
|
+
rdoc: --inline-source --line-numbers --format=html --template=hanna
|
44
|
+
|
45
|
+
...then rebuild:
|
46
|
+
|
47
|
+
[sudo] gem rdoc --all --overwrite --no-ri
|
48
|
+
|
49
|
+
|
36
50
|
== LICENSE:
|
37
51
|
|
38
52
|
(The MIT License)
|
39
53
|
|
40
|
-
Copyright (c)
|
54
|
+
Copyright (c) 2011 Rich Manalang
|
41
55
|
|
42
56
|
Permission is hereby granted, free of charge, to any person obtaining
|
43
57
|
a copy of this software and associated documentation files (the
|
data/lib/bdoc.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bdoc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 1
|
10
|
+
version: 0.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Rich Manalang
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-03-
|
18
|
+
date: 2011-03-14 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -67,7 +67,7 @@ dependencies:
|
|
67
67
|
type: :development
|
68
68
|
version_requirements: *id003
|
69
69
|
description: |-
|
70
|
-
Bdoc is a simple replacement for gem server. All it does is look at all of
|
70
|
+
Bdoc is a simple replacement for the gem or yard server. All it does is look at all of
|
71
71
|
the Gems you have installed locally and creates a nice iframe based
|
72
72
|
browser that makes it easy to navigate between gem docs. IT DOES NOT REQUIRE
|
73
73
|
A SERVER FOR VIEWING... not like gem server does!
|
@@ -75,9 +75,9 @@ description: |-
|
|
75
75
|
If you use this, I highly suggest also using
|
76
76
|
Hanna[http://github.com/mislav/hanna/tree/master] (a beautiful rdoc theme).
|
77
77
|
|
78
|
-
Check out the demo http://manalang.github.com/bdoc
|
78
|
+
Check out the demo http://manalang.github.com/bdoc/bdoc.html
|
79
79
|
|
80
|
-
http://img.skitch.com/
|
80
|
+
http://img.skitch.com/20110314-1xgsk2prxisirifc923fwb7htc.png
|
81
81
|
email:
|
82
82
|
- rich.manalang@gmail.com
|
83
83
|
executables:
|
@@ -99,7 +99,7 @@ files:
|
|
99
99
|
- test/test_helper.rb
|
100
100
|
- .gemtest
|
101
101
|
has_rdoc: true
|
102
|
-
homepage:
|
102
|
+
homepage:
|
103
103
|
licenses: []
|
104
104
|
|
105
105
|
post_install_message: PostInstall.txt
|
@@ -132,7 +132,7 @@ rubyforge_project: bdoc
|
|
132
132
|
rubygems_version: 1.6.1
|
133
133
|
signing_key:
|
134
134
|
specification_version: 3
|
135
|
-
summary: Bdoc is a simple replacement for gem server
|
135
|
+
summary: Bdoc is a simple replacement for the gem or yard server
|
136
136
|
test_files:
|
137
137
|
- test/test_bdoc.rb
|
138
138
|
- test/test_helper.rb
|