Sha256: bd9a8a454db25aa27f88f35e92fe5a876f7e18949f06e3471275a9038f7f0265

Contents?: true

Size: 1.62 KB

Versions: 0

Compression: gzip

Compressed size: 624 Bytes

Stored size: 624 Bytes

Contents

--- !ruby/object:Gem::Specification
name: hands
version: !ruby/object:Gem::Version
  version: 0.3.0
platform: ruby
authors:
- Sam Soffes
autorequire: 
bindir: bin
cert_chain: []
date: 2013-02-25 00:00:00.000000000 Z
dependencies: []
description: Simple library for various poker hands calculations.
email:
- sam@soff.es
executables: []
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- .travis.yml
- .yardopts
- Contributing.markdown
- Gemfile
- LICENSE
- Rakefile
- Readme.markdown
- Todo.markdown
- hands.gemspec
- lib/hands.rb
- lib/hands/card.rb
- lib/hands/deck.rb
- lib/hands/hand.rb
- lib/hands/hand_detection.rb
- lib/hands/player.rb
- lib/hands/table.rb
- lib/hands/version.rb
- test/test_helper.rb
- test/units/card_test.rb
- test/units/deck_test.rb
- test/units/hand_detection_test.rb
- test/units/hand_test.rb
- test/units/player_test.rb
- test/units/table_test.rb
homepage: http://github.com/soffes/hands
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: 1.9.2
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.0.0
signing_key: 
specification_version: 4
summary: Simple library for various poker hands calculations.
test_files:
- test/test_helper.rb
- test/units/card_test.rb
- test/units/deck_test.rb
- test/units/hand_detection_test.rb
- test/units/hand_test.rb
- test/units/player_test.rb
- test/units/table_test.rb
has_rdoc: 

Package Spec version

hands-0.3.0