99_game 3.0.0.pre.100 → 3.0.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.
- checksums.yaml +8 -8
- data/lib/99_game.rb +0 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Mzk2ZjQyZGI1YjE1YzdhODBmNWU0N2ZkMDY4MTVhZTFlMjc4YmZkMA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NzQ4OTYxYWE4ZTYzNDM5NGU2MDVkYWQ5NTg1NzIxODQ1YWY3ZDYxYQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YmJhM2QwOTk2MjdiNzBhZTE3YjhmY2UxZmEyZDQxZTY1ZmVlNjQ3NDBjNGU0
|
10
|
+
MjNmZDNjZDZiOWNiMWMzMmY3Mzk3Yzk4N2EyOWQxMDUyMzNkYWRjYjA1MmM3
|
11
|
+
NGFkZGFmNWQ0YTg5NDI4OWFlZTRhMmYyN2U3N2UxZjU1NjdhYTI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MWY4ZjI5M2FiZTgxMTc4ZjMzYWVkODlkZTIxMzVhMzAwZmRmZWM4NTEzYzdl
|
14
|
+
MmIyMGMxNzYzZjdhZWM2ZDk5OGQ3MDEzN2QxZjY4ZDg1MDc4MWI4NTUyOTRk
|
15
|
+
YTUzODFlNmQzZmJkNTUzNGI1NjQ0OTI0YzFiNGZjMTEwY2U4ZDQ=
|
data/lib/99_game.rb
CHANGED
@@ -83,7 +83,6 @@ class Hand # Creates an object that holds and can play cards. Interacts with Dec
|
|
83
83
|
print "\tThese are your cards: "
|
84
84
|
@hand.each {|card| print "\t#{card.num}"}
|
85
85
|
end
|
86
|
-
alias inspect hand
|
87
86
|
end
|
88
87
|
# Combines sleep and a newline. 'p' is the amount of time waited.
|
89
88
|
def pause(p)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: 99_game
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zachary Perlmutter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: card_deck
|
@@ -59,9 +59,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
59
59
|
version: 1.8.7
|
60
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
61
|
requirements:
|
62
|
-
- - ! '
|
62
|
+
- - ! '>='
|
63
63
|
- !ruby/object:Gem::Version
|
64
|
-
version:
|
64
|
+
version: '0'
|
65
65
|
requirements: []
|
66
66
|
rubyforge_project:
|
67
67
|
rubygems_version: 2.4.2
|