public
Rubygem
Description: Ruby library to satisfy yet another human addiction.
Homepage: http://gambler.rubyforge.org/
Clone URL: git://github.com/Oshuma/gambler.git
Click here to lend your support to: gambler and make a donation at www.pledgie.com !
name age message
file .gitignore Sun Jun 08 23:31:19 -0700 2008 Adding ditz rake tasks. [Oshuma]
file History.txt Sat Jun 14 00:35:10 -0700 2008 Updating everything to version 0.0.3 [Oshuma]
file Manifest.txt Sat Jun 14 00:35:10 -0700 2008 Updating everything to version 0.0.3 [Oshuma]
file README Thu Jun 05 23:17:27 -0700 2008 Again! [Oshuma]
file README.rdoc Thu Jun 05 23:16:42 -0700 2008 Fixing README [Oshuma]
file README.txt Sat Jun 14 00:35:10 -0700 2008 Updating everything to version 0.0.3 [Oshuma]
file Rakefile Tue Jun 10 15:36:56 -0700 2008 Rakefile updates. [Oshuma]
directory bin/ Tue Jun 10 13:04:51 -0700 2008 Moving Gambler::Client into the lib directory. [Oshuma]
directory bugs/ Fri Jun 13 23:24:45 -0700 2008 Adding issues game-3 and game-4 [Oshuma]
directory doc/ Mon Jun 09 00:14:38 -0700 2008 Adding ditz issue to the RubyForge site. [Oshuma]
file gambler.gemspec Sat Jun 14 00:35:10 -0700 2008 Updating everything to version 0.0.3 [Oshuma]
directory lib/ Sat Jun 14 00:35:10 -0700 2008 Updating everything to version 0.0.3 [Oshuma]
directory tasks/ Fri Jun 13 18:28:58 -0700 2008 Minor rakefile update. [Oshuma]
directory test/ Sat Jun 14 00:35:10 -0700 2008 Updating everything to version 0.0.3 [Oshuma]
README.txt
= Gambler

Github:: http://github.com/Oshuma/gambler/
RubyForge:: http://gambler.rubyforge.org/

== DESCRIPTION:

Gambler is a Ruby library which can be included into other classes/modules.
It provides an object oriented interface for common gambling games such as
Blackjack, Poker, etc.

== SYNOPSIS:

Ruby library to satisfy yet another human addiction.


== REQUIREMENTS:

Pure Ruby, so far.

== INSTALL:

 # From RubyForge:
 $ gem install gambler

 # From Github:
 $ gem sources -a http://gems.github.com/ (You only need to do this once.)
 $ gem install Oshuma-gambler

== USAGE:
See http://gambler.rubyforge.org/api/ for usage documentation.

== LICENSE:

     DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
             Version 2, December 2004
        http://sam.zoy.org/wtfpl/

 Copyright (C) 2008 Dale Campbell <dale@save-state.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

     DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.