summaryrefslogtreecommitdiffstats
path: root/ruby/ruby2/README
diff options
context:
space:
mode:
author Brenton Earl2015-06-16 17:35:17 +0200
committer Willy Sudiarto Raharjo2015-06-16 17:35:17 +0200
commit65ef658c49b9f4b337919170f6b49b8bc47312e1 (patch)
treec309acf07c9798390f2ac7496d53e352d3fb359e /ruby/ruby2/README
parent500401970a011129e310099c81f052c24f74088a (diff)
downloadslackbuilds-65ef658c49b9f4b337919170f6b49b8bc47312e1.tar.gz
ruby/ruby2: Updated for version 2.2.2 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/ruby2/README')
-rw-r--r--ruby/ruby2/README21
1 files changed, 17 insertions, 4 deletions
diff --git a/ruby/ruby2/README b/ruby/ruby2/README
index a910df2e79..554246ec33 100644
--- a/ruby/ruby2/README
+++ b/ruby/ruby2/README
@@ -1,11 +1,24 @@
-Ruby 2.0
+============
+Ruby 2.2.2
+============
Ruby is an 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.
-Is it safe to install on a system that already has another version
-of Ruby.
+============
+Notes
+============
-Visit the Ruby project online at http://www.ruby-lang.org/
+This build script will install a newer version of ruby alongside
+the provided official Slackware ruby package, however it will overwrite
+/usr/lib{64}/libruby.so, so make sure to reinstall ruby package
+when you remove this package.
+
+This package is not required, as the standard Slackware
+system does provide a version of ruby.
+
+Execute using '/usr/bin/ruby2' to utilize. All binaries
+installed by this package are installed with an added "2" at the
+end of each. (ruby2, rake2, irb2, gem2, erb2, rdoc2, ri2)