bhousel-ruby-poker 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bhousel-ruby-poker
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Bryan Housel
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-11-01 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: shoulda
16
+ requirement: &70169398482820 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '2.0'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: *70169398482820
25
+ description: Ruby library for comparing poker hands and determining the winner.
26
+ email: bryan@7thposition.com
27
+ executables: []
28
+ extensions: []
29
+ extra_rdoc_files: []
30
+ files:
31
+ - CHANGELOG
32
+ - examples/deck.rb
33
+ - examples/quick_example.rb
34
+ - lib/ruby-poker.rb
35
+ - lib/ruby-poker/card.rb
36
+ - lib/ruby-poker/poker_hand.rb
37
+ - LICENSE.txt
38
+ - Rakefile
39
+ - README.md
40
+ - ruby-poker.gemspec
41
+ - test/test_helper.rb
42
+ - test/test_card.rb
43
+ - test/test_poker_hand.rb
44
+ homepage: https://github.com/bhousel/ruby-poker
45
+ licenses: []
46
+ post_install_message:
47
+ rdoc_options:
48
+ - --title
49
+ - Ruby Poker Documentation
50
+ - --main
51
+ - README.rdoc
52
+ - --inline-source
53
+ - -q
54
+ require_paths:
55
+ - lib
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ required_rubygems_version: !ruby/object:Gem::Requirement
64
+ none: false
65
+ requirements:
66
+ - - ! '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ requirements: []
70
+ rubyforge_project:
71
+ rubygems_version: 1.8.17
72
+ signing_key:
73
+ specification_version: 3
74
+ summary: Poker library in Ruby
75
+ test_files:
76
+ - test/test_helper.rb
77
+ - test/test_card.rb
78
+ - test/test_poker_hand.rb