poker_hands 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poker_hands
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -19,7 +19,7 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - README.md
21
21
  - Rakefile
22
- - poker-hands.gemspec
22
+ - poker_hands.gemspec
23
23
  - lib/deck/card.rb
24
24
  - lib/deck/cards.rb
25
25
  - lib/deck/deck.rb
@@ -29,17 +29,17 @@ files:
29
29
  - lib/rank/flush.rb
30
30
  - lib/rank/four_of_a_kind.rb
31
31
  - lib/rank/full_house.rb
32
+ - lib/rank/hand_rank.rb
32
33
  - lib/rank/high_card.rb
33
34
  - lib/rank/pair.rb
34
- - lib/rank/rank.rb
35
35
  - lib/rank/straight.rb
36
36
  - lib/rank/straight_flush.rb
37
37
  - lib/rank/three_of_a_kind.rb
38
38
  - lib/rank/two_pairs.rb
39
- - spec/hand_spec.rb
39
+ - spec/deck/hand_spec.rb
40
+ - spec/poker_hands_spec.rb
40
41
  - spec/spec_helper.rb
41
42
  - spec/support/test_helpers.rb
42
- - spec/table_spec.rb
43
43
  homepage: https://rubygems.org/gems/poker-hands
44
44
  licenses:
45
45
  - MIT