File: README.debian

package info (click to toggle)
ruby 1.6.7-3woody4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,244 kB
  • ctags: 33
  • sloc: makefile: 400; sh: 346; ruby: 6
file content (39 lines) | stat: -rw-r--r-- 1,137 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Ruby for Debian GNU/Linux
-------------------------

This is Ruby package for Debian GNU/Linux.

Ruby is the interpreted scripting language for quick and easy
object-oriented programming.  It has many features to process text
files and to do system management tasks (as in perl).  It is simple,
straight-forward, and extensible.

Homepage of Ruby is:

  <URL:http://www.ruby-lang.org/> (English and Japanese)

And you can find helpful library or tools from RAA:

  <URL:http://www.ruby-lang.org/en/raa.html> (English)


For Debian users:

 * ``sitedir'' is /usr/local/lib/site_ruby, 
   so ``$:'' (or ``$LOAD_PATH'') contains the following:

     ["/usr/local/lib/site_ruby/1.6", 
      "/usr/local/lib/site_ruby/1.6/i386-linux", 
      "/usr/local/lib/site_ruby", 
      "/usr/lib/ruby/1.6", 
      "/usr/lib/ruby/1.6/i386-linux", "."]

   ("1.6" means "#{major}.#{minor}" and "i386-linux" means
   "#{arch}-#{os}".)

 * irb.rb is in irb.deb. 

 * The package includes some changes (almost bugfixes) from
   1.6.7. Each change is listed in NEWS file and changelog file.

akira yamada <akira@debian.org>, Thu,  4 Dec 1997 16:37:57 +0900