public
Description: RubyOpals is a package manager for Ruby
Homepage: http://blog.rubyopals.org
Clone URL: git://github.com/tflynn/rubyopals.git
name age message
file .DS_Store Sat Jul 05 08:23:43 -0700 2008 Added INSTALL instructions .gitignore doesn't ... [Tracy Flynn]
file .gitignore Mon Jul 07 06:02:54 -0700 2008 Start of installer support [Tracy Flynn]
file .yardoc Tue Jul 01 17:53:30 -0700 2008 Just for safety [Tracy Flynn]
file INSTALL Sat Jul 05 09:10:41 -0700 2008 Install needs sudo [Tracy Flynn]
file LICENSE Thu Jun 26 17:16:08 -0700 2008 The beginnings of a build system [Tracy Flynn]
file README.markdown Mon Jul 07 06:02:54 -0700 2008 Start of installer support [Tracy Flynn]
file TODO Sat Jul 05 09:10:41 -0700 2008 Install needs sudo [Tracy Flynn]
directory bin/ Sat Jul 05 08:12:46 -0700 2008 Build of bootstrap installer package works [Tracy Flynn]
directory bootstrap/ Tue Jul 08 02:31:05 -0700 2008 Opal extension working for bootstrap opals - li... [Tracy Flynn]
directory doc/ Tue Jul 01 17:53:30 -0700 2008 Just for safety [Tracy Flynn]
directory lib/ Tue Jul 08 02:31:05 -0700 2008 Opal extension working for bootstrap opals - li... [Tracy Flynn]
file opal_install.log Mon Jul 07 15:05:03 -0700 2008 Basic install with bootstrap opals and rubyopal... [Tracy Flynn]
directory test/ Mon Jul 07 15:05:03 -0700 2008 Basic install with bootstrap opals and rubyopal... [Tracy Flynn]
README.markdown

rubyopals Release 0.0.0 (2008/6/23)

Homepage: http://blog.rubyopals.org
Git: git://github.com/tflynn/rubyopals.git
Author: Tracy Flynn
Copyright: 2007-2008

SYNOPSIS

RubyOpals is a Ruby package manager. It is inspired by the RubyGems package manager, and is intended as a successor to that software.

Building

See comments in ./build/build_opals for options

./build/build_opals

Installation

Currently, you need to install from sources. See http://github.com/tflynn/rubyopals

Obtain RubyOpals install package - rubyopals-0.0.1.zip

Copy to a temporary directory

Unzip

unzip rubyopals-0.0.1.zip

Run installer

cd rubyopals-0.0.1

sudo ./install_rubyopals