This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Dale Campbell (author)
Sat Jun 14 00:35:10 -0700 2008
commit 93a96edb868486cb5a97fbb3627433cc7bcb6862
tree 1647b3e9fab0fe2d9f815658319a6279a8f3f3fb
parent 551697ab4e10a3b0b7eafd9789e499e29442f39f
tree 1647b3e9fab0fe2d9f815658319a6279a8f3f3fb
parent 551697ab4e10a3b0b7eafd9789e499e29442f39f
gambler /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
Manifest.txt | ||
| |
README | ||
| |
README.rdoc | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
bugs/ | ||
| |
doc/ | ||
| |
gambler.gemspec | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ |
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.









