ruby_core_ri 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README +37 -4
  2. metadata +3 -3
data/README CHANGED
@@ -1,7 +1,40 @@
1
- Retrieves ruby core source files for ri.
1
+ ruby_core_ri
2
2
 
3
- You can use this to install the ri/rdoc documentation for the core classes, if your distribution did not come with them (for example if you run "ri File" and it doesn't output anything).
3
+ Installs the ri for Ruby's core docs for your current version, even if they didn't come with your distro.
4
4
 
5
- To do so:
5
+ This utility is for those of us whose ruby distros are lacking in core RI. For example.
6
6
 
7
- $ ruby_core_ri # download source
7
+ $ ri File
8
+ Nothing known about File
9
+
10
+ $
11
+
12
+ now becomes
13
+
14
+ $ ri File
15
+
16
+
17
+
18
+ --------------------------------------------------- Class: File < Object
19
+
20
+ FTOOLS.RB: EXTRA TOOLS FOR THE FILE CLASS
21
+ =========================================
22
+
23
+ Author: WATANABE, Hirofumi
24
+
25
+ Documentation: Zachary Landau
26
+ ...
27
+
28
+ $
29
+
30
+
31
+ This is quite helpful for those of us who want to use ri for core classes. For me, at least, ri is quite useless without it.
32
+
33
+ == Installation (takes a little while) ==
34
+
35
+ $ gem install ruby_core_ri --source=http://gemcutter.org
36
+ $ install_ruby_core_ri # download core's source, ri's it locally for you
37
+
38
+
39
+ == Known issues ==
40
+ You may need to uninstall the mislav-hanna gem first, if installed.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_core_ri
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Moseley
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-10-26 00:00:00 -06:00
13
+ date: 2009-10-28 00:00:00 -06:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -31,7 +31,7 @@ dependencies:
31
31
  requirements:
32
32
  - - ">="
33
33
  - !ruby/object:Gem::Version
34
- version: 1.8.4
34
+ version: 1.10.3
35
35
  version:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rdoc