aboutsummaryrefslogtreecommitdiff
path: root/ruby/ruby2/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2015-08-22 19:07:03 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commita909d7c8f0a7c8bf816dc0f74b0f13ea2d020d9d (patch)
tree06109142a9a644c9eb4934f5e51a18cf9ea2fbe5 /ruby/ruby2/README
parent19563a16d77a38673d0acb965a76baa24813458c (diff)
ruby/ruby2: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'ruby/ruby2/README')
-rw-r--r--ruby/ruby2/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/ruby/ruby2/README b/ruby/ruby2/README
deleted file mode 100644
index 8016fdaeefaa1..0000000000000
--- a/ruby/ruby2/README
+++ /dev/null
@@ -1,19 +0,0 @@
-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.
-
-Notes
-======
-
-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)